{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoekconfiguratie-opvragen-ap8celgvg/notificatieversieconfiguratie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"oin": {
"description": "het OIN van het bevoegd gezag",
"pattern": "^\\d{20}$",
"type": "string"
},
"versie": {
"description": "de notificatieversie die wordt ondersteund.",
"examples": [
"6"
],
"type": "string"
}
},
"required": [
"oin",
"versie"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/232881/verzoekconfiguratie-opvragen-v1.json#/components/schemas/NotificatieversieConfiguratie"
]
}