{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/item3",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"datum": {
"examples": [
"2015-03-25"
],
"type": [
"string",
"null"
]
},
"type": {
"examples": [
"grootschalige basiskaart (GBK)"
],
"type": [
"string",
"null"
]
}
},
"required": [
"datum",
"type"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json"
]
}