- SourceMeta name
- basebesluitvlak
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.542 bytes
- Bytes bundled
- 7.686 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/basebesluitvlak",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./besluitvlaklinks"
},
"cartografieInfo": {
"items": {
"$ref": "./cartografieinfo"
},
"type": "array"
},
"id": {
"examples": [
"NL.IMRO.3"
],
"type": "string"
},
"illustraties": {
"items": {
"$ref": "./illustratiereferentie"
},
"type": "array"
},
"naam": {
"examples": [
"Besluitvlak omgevingsvergunning"
],
"type": "string"
},
"styleId": {
"examples": [
"dubbelbestemming_waterstaat"
],
"type": [
"string",
"null"
]
},
"thema": {
"items": {
"examples": [
"energie"
],
"type": "string"
},
"type": "array"
},
"verwijzingNaarTekst": {
"items": {
"examples": [
"https://ruimtelijkeplannen.nl/documents/NL.IMRO.0200.ov1015-vas1/b_NL.IMRO.0200.ov1015-vas1.pdf"
],
"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/BaseBesluitvlak"
]
}