- SourceMeta name
- adresuitgebreidinonderzoek
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.709 bytes
- Bytes bundled
- 4.229 bytes
- Health
- 75%
- Dependencies
- 1
Dependencies
- At
- /allOf/0/$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_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /description
- Name
- unnecessary_allof_ref_wrapper_modern
- Message
- Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older
- Pointers
- /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
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /allOf/1/properties/adresseerbaarObjectGeometrie/description
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /allOf/1/properties/adresseerbaarObjectStatus/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/dienst-voor-het-kadaster-en-de-openbare-registers/imbag-api-van-de-lvbag-7fnzbuehg/adresuitgebreidinonderzoek",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "./adresinonderzoek"
},
{
"properties": {
"adresseerbaarObjectGeometrie": {
"description": "Een indicatie dat de geometrie van het aan een adres gerelateerde \nadresseerbare object in onderzoek is.\n",
"type": "boolean"
},
"adresseerbaarObjectStatus": {
"description": "Een indicatie dat de status van het aan een adres gerelateerde \nadresseerbare object in onderzoek is.\n",
"type": "boolean"
},
"adresseerbaarObjectheeftAlsHoofdadres": {
"type": "boolean"
},
"adresseerbaarObjectheeftAlsNevenadres": {
"type": "boolean"
},
"gebruiksdoelen": {
"type": "boolean"
},
"maaktDeelUitVan": {
"type": "boolean"
},
"oorspronkelijkBouwjaar": {
"type": "boolean"
},
"oppervlakte": {
"type": "boolean"
},
"typeAdresseerbaarObject": {
"type": "boolean"
}
}
}
],
"description": "Bij het controleren of een property in onderzoek is kan het zijn \ndat er meerdere indicaties voor een property opgenomen zijn. \nIn dat geval zijn er meerdere indicaties waarvan de naam begint \nmet de property-naam.\n",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/AdresUitgebreidInOnderzoek"
]
}