{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-yktc6lgdr/ideeverkenning",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"bevoegdGezag": {
"$ref": "./bevoegdgezag"
},
"contactgegevens": {
"$ref": "../_shared/contactgegevens"
},
"document": {
"items": {
"$ref": "../_shared/document"
},
"maxItems": 10000,
"type": "array"
},
"ideeverkenning": {
"$ref": "../_shared/ideeverkenning2"
},
"locatie": {
"$ref": "./locatie"
},
"machtiging": {
"$ref": "./machtiging"
},
"verzoekMetadata": {
"$ref": "./ideeverkenningmetadata"
}
},
"required": [
"verzoekMetadata",
"bevoegdGezag",
"locatie",
"ideeverkenning",
"contactgegevens"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/Ideeverkenning"
]
}