- SourceMeta name
- basestructuurvisiegebied
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.871 bytes
- Bytes bundled
- 11.168 bytes
- Health
- 94%
- Dependencies
- 8
Dependencies
- At
- /properties/_links/$ref
- At
- /properties/beleid/items/$ref
- At
- /properties/cartografieInfo/items/$ref
- At
- /properties/illustraties/items/$ref
- At
- /properties/relatiesMetExternePlannen/$ref
- At
- /properties/self/$ref
- At
- /properties/teksten/items/$ref
- At
- /properties/gebruiktInformatieUit/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/basestructuurvisiegebied",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./functieaanduidinglinks"
},
"beleid": {
"items": {
"$ref": "./item37"
},
"type": "array"
},
"cartografieInfo": {
"items": {
"$ref": "./cartografieinfo"
},
"type": "array"
},
"id": {
"examples": [
"NL.IMRO.9925PRIMA201200000001022"
],
"type": "string"
},
"illustraties": {
"items": {
"$ref": "./illustratiereferentie"
},
"type": "array"
},
"naam": {
"examples": [
"Windenergie uitgesloten wegens wettelijke beperkingen"
],
"type": "string"
},
"relatiesMetExternePlannen": {
"$ref": "./relatiesmetexterneplannen2"
},
"styleId": {
"examples": [
"dubbelbestemming_waterstaat"
],
"type": [
"string",
"null"
]
},
"thema": {
"items": {
"examples": [
"energie"
],
"type": "string"
},
"type": "array"
},
"verwijzingNaarTekst": {
"items": {
"examples": [
"https://ruimtelijkeplannen.nl/documents/NL.IMRO.9925.SVOmgvisie-vst1/pt_NL.IMRO.9925.SVOmgvisie-vst1.xml#NL.IMRO.PT.s102838"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"_links",
"beleid",
"cartografieInfo",
"id",
"illustraties",
"naam",
"relatiesMetExternePlannen",
"styleId",
"thema",
"verwijzingNaarTekst"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseStructuurvisiegebied"
]
}