- SourceMeta name
- basefiguur
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.205 bytes
- Bytes bundled
- 4.855 bytes
- Health
- 94%
- Dependencies
- 3
Dependencies
- At
- /properties/_links/$ref
- At
- /properties/self/$ref
- At
- /properties/teksten/items/$ref
Health issues
- Name
- required_properties_in_properties
- Message
- Every property listed in the `required` keyword must be explicitly defined using the `properties` keyword
- Pointers
- /required/3
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
{
"$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"
]
}