- SourceMeta name
- openbareruimteembedded
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 691 bytes
- Bytes bundled
- 19.944 bytes
- Health
- 60%
- Dependencies
- 7
Dependencies
- At
- /properties/ligtInWoonplaats/allOf/0/$ref
- At
- /properties/ligtInWoonplaats/allOf/1/properties/_links/$ref
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/woonplaats/$ref
- At
- /properties/historie/$ref
- At
- /properties/voorkomen/$ref
- At
- /properties/bronhouders/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
- unnecessary_allof_ref_wrapper_modern
- Message
- Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older
- Pointers
- /properties/ligtInWoonplaats/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/ligtInWoonplaats/allOf/1/properties
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/openbareruimteembedded",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"ligtInWoonplaats": {
"allOf": [
{
"$ref": "./woonplaatsio"
},
{
"properties": {
"_links": {
"$ref": "./woonplaatslinks"
}
}
}
]
}
},
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/OpenbareRuimte_embedded"
]
}