{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/kadastraal",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"gemeente": {
"type": "string"
},
"perceelNummer": {
"type": "string"
},
"sectie": {
"type": "string"
}
},
"required": [
"gemeente",
"sectie",
"perceelNummer"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/Kadastraal",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/Kadastraal"
]
}