- SourceMeta name
- basegebiedsaanduiding
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.862 bytes
- Bytes bundled
- 9.802 bytes
- Health
- 93%
- Dependencies
- 8
Dependencies
- At
- /properties/_links/$ref
- At
- /properties/bestemmingsfuncties/items/$ref
- At
- /properties/bouwaanduidingen/items/$ref
- At
- /properties/figuren/items/$ref
- At
- /properties/functieaanduidingen/items/$ref
- At
- /properties/maatvoeringen/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/basegebiedsaanduiding",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./gebiedsaanduidinglinks"
},
"artikelnummers": {
"items": {
"examples": [
"33.3"
],
"type": "string"
},
"type": "array"
},
"bestemmingsfuncties": {
"description": "Beschikbaar in IMRO2006",
"items": {
"$ref": "./item24"
},
"type": "array"
},
"gebiedsaanduidinggroep": {
"description": "Beschikbaar in IMRO2008 en IMRO2012",
"examples": [
"veiligheidszone"
],
"type": [
"string",
"null"
]
},
"id": {
"examples": [
"NL.IMRO.0200.GP2213788321-00"
],
"type": "string"
},
"labelInfo": {
"examples": [
"naam"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"veiligheidszone - bevi"
],
"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/r_NL.IMRO.0200.bp1002-ont1_3.33.html#_33.3_veiligheidszone-bevi"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"_links",
"artikelnummers",
"bestemmingsfuncties",
"gebiedsaanduidinggroep",
"id",
"labelInfo",
"naam",
"styleId",
"verwijzingNaarTekst"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseGebiedsaanduiding"
]
}