{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/artikel",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_embedded": {
"$ref": "./embedded8"
},
"_links": {
"$ref": "./artikellinks"
},
"artikelType": {
"enum": [
"geo",
"algemeen"
],
"examples": [
"geo"
],
"type": [
"string",
"null"
]
},
"externeReferentie": {
"description": "Verwijzing naar niet-html brondata.",
"properties": {
"href": {
"examples": [
"https://www.ruimtelijkeplannen.nl/documents/NL.IMRO.0200.bp1253-vas1/b_NL.IMRO.0200.bp1253-vas1_rb1.pdf"
],
"type": [
"string",
"null"
]
},
"label": {
"examples": [
"Bijlage 1 Lijst van toegelaten bedrijfstypen"
],
"type": [
"string",
"null"
]
}
},
"required": [
"href",
"label"
],
"type": [
"object",
"null"
]
},
"id": {
"examples": [
"NL.IMRO.PT.regels._1_Begrippen"
],
"type": "string"
},
"inhoud": {
"description": "Inhoud van van het tekstblok. Voor de Ruimtelijke Plannen is dit XHTML, voor LVBB wellicht XML en voor andere informatiehuizen wellicht plain text. Hoe een client dit moet behandelen wordt in de verbeelding afgehandeld.",
"examples": [
"<p xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:xl=\\\"http://www.w3.org/1999/xlink\\\" xmlns:imropt=\\\"http://www.geonovum.nl/imro/pt/2012/1.0\\\" xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\">In deze regels wordt verstaan onder:</p>"
],
"type": [
"string",
"null"
]
},
"titel": {
"examples": [
"Artikel 1 Begrippen"
],
"type": [
"string",
"null"
]
},
"volgnummer": {
"examples": [
4
],
"format": "int32",
"type": "integer"
}
},
"required": [
"_links",
"externeReferentie",
"id",
"inhoud",
"titel",
"volgnummer"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/Artikel"
]
}