{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoekconfiguratie-beheren-piec6lgvr/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"
],
"pattern": "^\\d{1,5}$",
"type": "string"
}
},
"required": [
"oin",
"versie"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/232859/verzoekconfiguratie-beheren-v1.json#/components/schemas/NotificatieversieConfiguratie"
]
}