{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/vng/autorisaties-api-_rowbuehg/zrcautorisatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"maxVertrouwelijkheidaanduiding": {
"description": "Maximaal toegelaten vertrouwelijkheidaanduiding (inclusief).",
"enum": [
"openbaar",
"beperkt_openbaar",
"intern",
"zaakvertrouwelijk",
"vertrouwelijk",
"confidentieel",
"geheim",
"zeer_geheim"
],
"title": "Max vertrouwelijkheidaanduiding",
"type": "string"
},
"zaaktype": {
"description": "URL naar het zaaktype waarop de autorisatie van toepassing is.",
"format": "uri",
"maxLength": 1000,
"title": "Zaaktype",
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://autorisaties-api.vng.cloud/api/v1/schema/openapi.json#/components/schemas/zrcAutorisatie"
]
}