- SourceMeta name
- bevoegdgezag
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.249 bytes
- Bytes bundled
- 1.249 bytes
- Health
- 50%
- Dependencies
- -
Health issues
- 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
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/code/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-presenteren-gckm6jmvr/bevoegdgezag",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"bestuurslaag": {
"examples": [
"gemeentebestuur"
],
"title": "bestuurslaag",
"type": "string"
},
"code": {
"description": "Code van het bevoegd gezag, uit één van onderstaande waardelijsten:\n - https://identifier.overheid.nl/tooi/set/rwc_gemeenten_compleet\n - https://identifier.overheid.nl/tooi/set/rwc_ministeries_compleet\n - https://identifier.overheid.nl/tooi/set/rwc_provincies_compleet\n - https://identifier.overheid.nl/tooi/set/rwc_waterschappen_compleet\n",
"examples": [
"gm0000"
],
"title": "Bevoegd gezag TOOI-code",
"type": "string"
},
"naam": {
"examples": [
"gemeente Hollands Kroon"
],
"title": "naam",
"type": "string"
}
},
"required": [
"bestuurslaag",
"code",
"naam"
],
"title": "BevoegdGezag",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/presenteren/v8/openapi.json#/components/schemas/BevoegdGezag"
]
}