{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/basefiguur",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./functieaanduidinglinks"
},
"artikelnummers": {
"examples": [
[
"43",
"23"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"examples": [
"NL.IMRO.0200.ID387926-00"
],
"type": "string"
},
"illustratie": {
"properties": {
"href": {
"examples": [
"https://ruimtelijkeplannen.nl/documents/NL.IMRO.0200.sv1002-vas1/i_NL.IMRO.0200.sv1002-vas1_1.pdf"
],
"type": "string"
},
"legendanaam": {
"examples": [
"Beleidskaart"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"Regionale Structuurvisie Stedendriehoek 2030"
],
"type": [
"string",
"null"
]
},
"type": {
"examples": [
"kaart"
],
"type": "string"
}
},
"required": [
"href",
"legendanaam",
"naam",
"type"
],
"type": [
"object",
"null"
]
},
"labelInfo": {
"examples": [
"hoogspanningsverbinding"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"hartlijn leiding - hoogspanningsverbinding"
],
"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/i_NL.IMRO.0200.bp1002-ont1_0001.jpg"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"_links",
"artikelnummers",
"id",
"illustraties",
"labelInfo",
"naam",
"styleId",
"verwijzingNaarTekst"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseFiguur"
]
}