- SourceMeta name
- adresioembedded
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.580 bytes
- Bytes bundled
- 125.095 bytes
- Health
- 74%
- Dependencies
- 27
Dependencies
- At
- /properties/adresseerbaarObject/$ref
- At
- /properties/nummeraanduiding/allOf/0/$ref
- At
- /properties/nummeraanduiding/allOf/1/properties/_links/$ref
- At
- /properties/openbareRuimte/allOf/0/$ref
- At
- /properties/openbareRuimte/allOf/1/properties/_links/$ref
- At
- /properties/panden/items/allOf/0/$ref
- At
- /properties/panden/items/allOf/1/properties/_links/$ref
- At
- /properties/woonplaats/allOf/0/$ref
- At
- /properties/woonplaats/allOf/1/properties/_links/$ref
- At
- /properties/_links/$ref
- At
- /properties/ligplaats/allOf/0/allOf/0/properties/inonderzoek/items/$ref
- At
- /properties/ligplaats/allOf/0/allOf/0/properties/ligplaats/allOf/0/$ref
- At
- /properties/ligplaats/allOf/0/allOf/0/properties/ligplaats/allOf/1/properties/voorkomen/$ref
- At
- /properties/ligplaats/allOf/0/allOf/1/properties/_links/properties/heeftAlsHoofdAdres/$ref
- At
- /properties/standplaats/allOf/0/allOf/0/properties/inonderzoek/items/$ref
- At
- /properties/verblijfsobject/allOf/0/allOf/0/properties/inonderzoek/items/$ref
- At
- /properties/verblijfsobject/allOf/0/allOf/0/properties/verblijfsobject/allOf/1/properties/geometrie/$ref
- At
- /properties/historie/$ref
- At
- /properties/punt/$ref
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/nummeraanduiding/$ref
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/openbareRuimte/$ref
- At
- /properties/inonderzoek/items/$ref
- At
- /properties/pand/$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
- unnecessary_allof_ref_wrapper_modern
- Message
- Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older
- Pointers
- /properties/nummeraanduiding/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/nummeraanduiding/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/openbareRuimte/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/openbareRuimte/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/panden/items/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/panden/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/woonplaats/allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/woonplaats/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/adresioembedded",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"adresseerbaarObject": {
"$ref": "./adresseerbaarobjectiohal"
},
"nummeraanduiding": {
"allOf": [
{
"$ref": "./nummeraanduidingio"
},
{
"properties": {
"_links": {
"$ref": "./nummeraanduidinglinks"
}
}
}
]
},
"openbareRuimte": {
"allOf": [
{
"$ref": "./openbareruimteio"
},
{
"properties": {
"_links": {
"$ref": "./openbareruimtelinks"
}
}
}
]
},
"panden": {
"items": {
"allOf": [
{
"$ref": "./pandio"
},
{
"properties": {
"_links": {
"$ref": "./bronhouderlinks"
}
}
}
]
},
"type": "array"
},
"woonplaats": {
"allOf": [
{
"$ref": "./woonplaatsio"
},
{
"properties": {
"_links": {
"$ref": "./woonplaatslinks"
}
}
}
]
}
},
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/AdresIO_embedded"
]
}