- SourceMeta name
- basebestemmingsvlak
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.896 bytes
- Bytes bundled
- 13.348 bytes
- Health
- 85%
- Dependencies
- 11
Dependencies
- At
- /properties/_links/$ref
- At
- /properties/bestemmingsfuncties/items/$ref
- At
- /properties/bouwaanduidingen/items/$ref
- At
- /properties/bouwvlakken/items/$ref
- At
- /properties/figuren/items/$ref
- At
- /properties/functieaanduidingen/items/$ref
- At
- /properties/gebiedsaanduidingen/items/$ref
- At
- /properties/lettertekenaanduidingen/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
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/type/enum - /properties/type/type
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/basebestemmingsvlak",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./bestemmingsvlaklinks"
},
"artikelnummer": {
"examples": [
"3"
],
"type": [
"string",
"null"
]
},
"bestemmingsfuncties": {
"description": "Beschikbaar in IMRO2006",
"items": {
"$ref": "./item24"
},
"type": "array"
},
"bestemmingshoofdgroep": {
"description": "Beschikbaar in IMRO2008 en IMRO2012",
"examples": [
"bos"
],
"type": [
"string",
"null"
]
},
"id": {
"examples": [
"NL.IMRO.07420194a7e6471a94c1098e52a4769c"
],
"type": "string"
},
"labelInfo": {
"examples": [
"naam"
],
"type": [
"string",
"null"
]
},
"naam": {
"examples": [
"Bos"
],
"type": "string"
},
"styleId": {
"examples": [
"dubbelbestemming_waterstaat"
],
"type": [
"string",
"null"
]
},
"type": {
"enum": [
"enkelbestemming",
"dubbelbestemming"
],
"examples": [
"enkelbestemming"
],
"type": "string"
},
"verwijzingNaarTekst": {
"items": {
"examples": [
"https://ruimtelijkeplannen.nl/documents/NL.IMRO.0200.bp1253-vas1/r_NL.IMRO.0200.bp1253-vas1.html#_3_Bos"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"_links",
"artikelnummer",
"bestemmingsfuncties",
"bestemmingshoofdgroep",
"id",
"labelInfo",
"naam",
"styleId",
"type",
"verwijzingNaarTekst"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseBestemmingsvlak"
]
}