{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoekconfiguratie-opvragen-ap8celgvg/ideeverkenningconfiguratiemetbevoegdgezagnaam",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"oin": {
"description": "het OIN van het bevoegd gezag",
"pattern": "^\\d{20}$",
"type": "string"
},
"toegestaan": {
"description": "true als ideeverkenning is toegestaan, anders false",
"type": "boolean"
},
"toelichting": {
"description": "de toelichting welke in het omgevingsloket getoond kan worden, in MarkDown.",
"maxLength": 6144,
"minLength": 1,
"type": "string"
}
},
"required": [
"oin",
"toegestaan",
"toelichting"
]
},
{
"required": [
"bevoegdGezagNaam"
]
},
{
"properties": {
"bevoegdGezagNaam": {
"description": "de naam van het bevoegd gezag",
"type": "string"
}
}
}
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/232881/verzoekconfiguratie-opvragen-v1.json#/components/schemas/IdeeVerkenningConfiguratieMetBevoegdGezagNaam"
]
}