- SourceMeta name
- basebouwvlak
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 825 bytes
- Bytes bundled
- 6.932 bytes
- Health
- 80%
- Dependencies
- 6
Dependencies
- At
- /properties/_links/$ref
- At
- /properties/bouwaanduidingen/items/$ref
- At
- /properties/figuren/items/$ref
- At
- /properties/lettertekenaanduidingen/items/$ref
- At
- /properties/maatvoeringen/items/$ref
- At
- /properties/self/$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/basebouwvlak",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_links": {
"$ref": "./bouwvlaklinks"
},
"id": {
"examples": [
"NL.IMRO.5aa3991073534df586500a4fdfae9f50"
],
"type": "string"
},
"naam": {
"examples": [
"bouwvlak"
],
"type": "string"
},
"styleId": {
"examples": [
"dubbelbestemming_waterstaat"
],
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id",
"naam",
"styleId"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/BaseBouwvlak"
]
}