- SourceMeta name
- zrcautorisatie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 984 bytes
- Bytes bundled
- 984 bytes
- Health
- -
- Dependencies
- -
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/maxVertrouwelijkheidaanduiding/enum - /properties/maxVertrouwelijkheidaanduiding/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/maxVertrouwelijkheidaanduiding/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/zaaktype/description
{
"$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"
]
}