{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/illustratiereferentie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"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",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/IllustratieReferentie"
]
}