{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/basegebiedsaanduiding",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./gebiedsaanduidinglinks"
},
"artikelnummers": {
"items": {
"examples": [
"33.3"
],
"type": "string"
},
"type": "array"
},
"bestemmingsfuncties": {
"description": "Beschikbaar in IMRO2006",
"items": {
"$ref": "./item24"
},
"type": "array"
},
"gebiedsaanduidinggroep": {
"description": "Beschikbaar in IMRO2008 en IMRO2012",
"examples": [
"veiligheidszone"
],
"type": [
"string",
"null"
]
},
"id": {
"examples": [
"NL.IMRO.0200.GP2213788321-00"
],
"type": "string"
},
"labelInfo": {
"examples": [
"naam"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"veiligheidszone - bevi"
],
"type": "string"
},
"styleId": {
"examples": [
"dubbelbestemming_waterstaat"
],
"type": [
"string",
"null"
]
},
"verwijzingNaarTekst": {
"items": {
"examples": [
"https://www.ruimtelijkeplannen.nl/historic/NL.IMRO.0200.bp1002-ont1_2019.01.10_14.54.32/r_NL.IMRO.0200.bp1002-ont1_3.33.html#_33.3_veiligheidszone-bevi"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"_links",
"artikelnummers",
"bestemmingsfuncties",
"gebiedsaanduidinggroep",
"id",
"labelInfo",
"naam",
"styleId",
"verwijzingNaarTekst"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseGebiedsaanduiding"
]
}