{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/basemaatvoering",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./functieaanduidinglinks"
},
"id": {
"examples": [
"NL.IMRO.1a169935c6634c5aad4276a9cc275a96"
],
"type": "string"
},
"naam": {
"examples": [
"maximum goothoogte (m), maximum bouwhoogte (m)"
],
"type": "string"
},
"omvang": {
"items": {
"$ref": "./item32"
},
"type": "array"
},
"styleId": {
"examples": [
"dubbelbestemming_waterstaat"
],
"type": [
"string",
"null"
]
},
"verwijzingNaarTekst": {
"examples": [
"https://ruimtelijkeplannen.nl/documents/NL.IMRO.0200.ov1015-vas1/b_NL.IMRO.0200.ov1015-vas1.pdf"
],
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id",
"naam",
"omvang",
"styleId",
"verwijzingNaarTekst"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseMaatvoering"
]
}