- SourceMeta name
- basebesluitsubvlak
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.587 bytes
- Bytes bundled
- 7.731 bytes
- Health
- 93%
- Dependencies
- 6
Dependencies
- At
- /properties/_links/$ref
- At
- /properties/cartografieInfo/items/$ref
- At
- /properties/illustraties/items/$ref
- At
- /properties/besluitsubvlakken/items/$ref
- At
- /properties/self/$ref
- At
- /properties/teksten/items/$ref
Health issues
- 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/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"
]
}