- SourceMeta name
- openbareruimteiohalcollectionembedded
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.085 bytes
- Bytes bundled
- 32.989 bytes
- Health
- 67%
- Dependencies
- 12
Dependencies
- At
- /properties/openbareruimten/items/allOf/0/allOf/0/$ref
- At
- /properties/openbareruimten/items/allOf/0/allOf/1/properties/_links/$ref
- At
- /properties/openbareruimten/items/allOf/1/properties/_embedded/$ref
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/openbareRuimte/$ref
- At
- /properties/historie/$ref
- At
- /properties/voorkomen/$ref
- At
- /properties/ligtInWoonplaats/$ref
- At
- /properties/ligtInWoonplaats/allOf/0/$ref
- At
- /properties/ligtInWoonplaats/allOf/1/properties/_links/$ref
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/woonplaats/$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/openbareruimten/items/allOf
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/openbareruimten/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/openbareruimten/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/openbareruimten/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/openbareruimteiohalcollectionembedded",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"openbareruimten": {
"items": {
"allOf": [
{
"allOf": [
{
"$ref": "./openbareruimteio"
},
{
"properties": {
"_links": {
"$ref": "./openbareruimtelinks"
}
}
}
]
},
{
"properties": {
"_embedded": {
"$ref": "./openbareruimteembedded"
}
}
}
]
},
"minItems": 1,
"type": "array"
}
},
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/OpenbareRuimteIOHalCollection_embedded"
]
}