- SourceMeta name
- verblijfsobjectembedded
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.687 bytes
- Bytes bundled
- 36.045 bytes
- Health
- 77%
- Dependencies
- 11
Dependencies
- At
- /allOf/0/properties/heeftAlsHoofdAdres/allOf/0/$ref
- At
- /allOf/0/properties/heeftAlsHoofdAdres/allOf/1/properties/_links/$ref
- At
- /allOf/1/properties/maaktDeelUitVan/items/allOf/0/$ref
- At
- /allOf/1/properties/maaktDeelUitVan/items/allOf/1/properties/_links/$ref
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/nummeraanduiding/$ref
- At
- /properties/historie/$ref
- At
- /properties/voorkomen/$ref
- At
- /properties/ligtAanOpenbareRuimte/$ref
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/pand/$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_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /allOf/0/type
- Name
- unnecessary_allof_ref_wrapper_modern
- Message
- Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older
- Pointers
- /allOf/0/properties/heeftAlsHoofdAdres/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /allOf/0/properties/heeftAlsHoofdAdres/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
- /allOf/0/properties/heeftAlsNevenAdres/items/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /allOf/0/properties/heeftAlsNevenAdres/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
- /allOf/1/properties/maaktDeelUitVan/items/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /allOf/1/properties/maaktDeelUitVan/items/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/verblijfsobjectembedded",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"heeftAlsHoofdAdres": {
"allOf": [
{
"$ref": "./nummeraanduidingio"
},
{
"properties": {
"_links": {
"$ref": "./nummeraanduidinglinks"
}
}
}
]
},
"heeftAlsNevenAdres": {
"items": {
"allOf": [
{
"$ref": "./nummeraanduidingio"
},
{
"properties": {
"_links": {
"$ref": "./nummeraanduidinglinks"
}
}
}
]
},
"minItems": 1,
"type": "array"
}
},
"type": "object"
},
{
"properties": {
"maaktDeelUitVan": {
"items": {
"allOf": [
{
"$ref": "./pandio"
},
{
"properties": {
"_links": {
"$ref": "./bronhouderlinks"
}
}
}
]
},
"minItems": 1,
"type": "array"
}
}
}
],
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/Verblijfsobject_embedded"
]
}