{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/basebestemmingsvlak",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./bestemmingsvlaklinks"
},
"artikelnummer": {
"examples": [
"3"
],
"type": [
"string",
"null"
]
},
"bestemmingsfuncties": {
"description": "Beschikbaar in IMRO2006",
"items": {
"$ref": "./item24"
},
"type": "array"
},
"bestemmingshoofdgroep": {
"description": "Beschikbaar in IMRO2008 en IMRO2012",
"examples": [
"bos"
],
"type": [
"string",
"null"
]
},
"id": {
"examples": [
"NL.IMRO.07420194a7e6471a94c1098e52a4769c"
],
"type": "string"
},
"labelInfo": {
"examples": [
"naam"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"Bos"
],
"type": "string"
},
"styleId": {
"examples": [
"dubbelbestemming_waterstaat"
],
"type": [
"string",
"null"
]
},
"type": {
"enum": [
"enkelbestemming",
"dubbelbestemming"
],
"examples": [
"enkelbestemming"
],
"type": "string"
},
"verwijzingNaarTekst": {
"items": {
"examples": [
"https://ruimtelijkeplannen.nl/documents/NL.IMRO.0200.bp1253-vas1/r_NL.IMRO.0200.bp1253-vas1.html#_3_Bos"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"_links",
"artikelnummer",
"bestemmingsfuncties",
"bestemmingshoofdgroep",
"id",
"labelInfo",
"naam",
"styleId",
"type",
"verwijzingNaarTekst"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseBestemmingsvlak"
]
}