{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/bevoegdgezag",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"naam": "Provincie Zuid-Holland",
"organisatieIdentificatieNummer": "00000000000123456789"
}
],
"properties": {
"naam": {
"type": "string"
},
"organisatieIdentificatieNummer": {
"pattern": "^\\d{20}$",
"type": "string"
}
},
"required": [
"organisatieIdentificatieNummer",
"naam"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/ResultaatBevoegdGezag",
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/ResultaatBevoegdGezag",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v2.json#/components/schemas/BevoegdGezag",
"https://developer.omgevingswet.overheid.nl/publish/pages/196036/verzoeken-afhandelen-v3.json#/components/schemas/BevoegdGezag",
"https://developer.omgevingswet.overheid.nl/publish/pages/238080/verzoekenoverzicht-raadplegen-v1.json#/components/schemas/BevoegdGezag",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/ResultaatBevoegdGezag"
]
}