{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/basestructuurvisiegebied",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./functieaanduidinglinks"
},
"beleid": {
"items": {
"$ref": "./item37"
},
"type": "array"
},
"cartografieInfo": {
"items": {
"$ref": "./cartografieinfo"
},
"type": "array"
},
"id": {
"examples": [
"NL.IMRO.9925PRIMA201200000001022"
],
"type": "string"
},
"illustraties": {
"items": {
"$ref": "./illustratiereferentie"
},
"type": "array"
},
"naam": {
"examples": [
"Windenergie uitgesloten wegens wettelijke beperkingen"
],
"type": "string"
},
"relatiesMetExternePlannen": {
"$ref": "./relatiesmetexterneplannen2"
},
"styleId": {
"examples": [
"dubbelbestemming_waterstaat"
],
"type": [
"string",
"null"
]
},
"thema": {
"items": {
"examples": [
"energie"
],
"type": "string"
},
"type": "array"
},
"verwijzingNaarTekst": {
"items": {
"examples": [
"https://ruimtelijkeplannen.nl/documents/NL.IMRO.9925.SVOmgvisie-vst1/pt_NL.IMRO.9925.SVOmgvisie-vst1.xml#NL.IMRO.PT.s102838"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"_links",
"beleid",
"cartografieInfo",
"id",
"illustraties",
"naam",
"relatiesMetExternePlannen",
"styleId",
"thema",
"verwijzingNaarTekst"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseStructuurvisiegebied"
]
}