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