{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/basebesluitsubvlak",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./besluitvlaklinks"
},
"cartografieInfo": {
"items": {
"$ref": "./cartografieinfo"
},
"type": "array"
},
"id": {
"examples": [
"NL.IMRO.00a8ac2b580040b8a44a4ebf7c116a7d"
],
"type": "string"
},
"illustraties": {
"items": {
"$ref": "./illustratiereferentie"
},
"type": "array"
},
"naam": {
"examples": [
"Archeologische verwachting 2"
],
"type": "string"
},
"styleId": {
"examples": [
"dubbelbestemming_waterstaat"
],
"type": [
"string",
"null"
]
},
"thema": {
"items": {
"examples": [
"archeologie"
],
"type": "string"
},
"type": "array"
},
"verwijzingNaarTekst": {
"items": {
"examples": [
"https://ruimtelijkeplannen.nl/documents/NL.IMRO.0222.R05KE006A-0002/t_NL.IMRO.0222.R05KE006A-0002.html"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"_links",
"cartografieInfo",
"id",
"illustraties",
"naam",
"styleId",
"thema",
"verwijzingNaarTekst"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseBesluitsubvlak"
]
}