- SourceMeta name
- woonplaatsiohalcollectionembedded
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.041 bytes
- Bytes bundled
- 30.844 bytes
- Health
- 67%
- Dependencies
- 11
Dependencies
- At
- /properties/woonplaatsen/items/allOf/0/allOf/0/$ref
- At
- /properties/woonplaatsen/items/allOf/0/allOf/1/properties/_links/$ref
- At
- /properties/woonplaatsen/items/allOf/1/properties/_embedded/$ref
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/woonplaats/$ref
- At
- /properties/historie/$ref
- At
- /properties/voorkomen/$ref
- At
- /properties/bronhouders/items/$ref
- At
- /properties/bronhouders/items/$ref
- At
- /properties/geometrie/$ref
- At
- /properties/provincie/$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
- flatten_nested_allof
- Message
- An `allOf` branch that only contains another `allOf` can be flattened into the parent `allOf`
- Pointers
- /properties/woonplaatsen/items/allOf
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/woonplaatsen/items/allOf/1/properties
- Name
- unnecessary_allof_ref_wrapper_modern
- Message
- Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older
- Pointers
- /properties/woonplaatsen/items/allOf/0/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/woonplaatsen/items/allOf/0/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/woonplaatsiohalcollectionembedded",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"woonplaatsen": {
"items": {
"allOf": [
{
"allOf": [
{
"$ref": "./woonplaatsio"
},
{
"properties": {
"_links": {
"$ref": "./woonplaatslinks"
}
}
}
]
},
{
"properties": {
"_embedded": {
"$ref": "./woonplaatsembedded"
}
}
}
]
},
"type": "array"
}
},
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/WoonplaatsIOHalCollection_embedded"
]
}