Skip to content

docs: Fix `deprecated` type

According to its documentation, deprecated is a binary attribute, however it has a xsd:string type.

This MR fixes that by changing the type to "0" | "1".

Merge request reports