- SourceMeta name
- adresinonderzoek
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.088 bytes
- Bytes bundled
- 2.088 bytes
- Health
- 89%
- Dependencies
- -
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_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/openbareRuimteLigtIn/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/adresinonderzoek",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Wanneer hier een property is opgenomen met de waarde true, dan is de waarde van het gelijknamige property in de resource in onderzoek. De juistheid van dit gegeven wordt op dit moment onderzocht. Onder property toelichting wordt toegelicht wat er mogelijk onjuist is aan het betreffende gegeven.",
"properties": {
"adresregel5": {
"type": "boolean"
},
"adresregel6": {
"type": "boolean"
},
"huisletter": {
"type": "boolean"
},
"huisnummer": {
"type": "boolean"
},
"huisnummertoevoeging": {
"type": "boolean"
},
"korteNaam": {
"type": "boolean"
},
"nummeraanduidingLigtIn": {
"type": "boolean"
},
"nummeraanduidingStatus": {
"type": "boolean"
},
"nummeraanduidingligtAan": {
"type": "boolean"
},
"openbareRuimteLigtIn": {
"description": "\"Als de nummeraanduidingLigtIn false is (deze is niet in onderzoek) en de openbareRuimteLigtIn is true (deze is wel in onderzoek) maar is gerelateerd aan een andere woonplaats dan de nummeraanduiding, \ndan wordt de boolean hier niet gezet. Deze is dan niet relevant omdat dan de woonplaats wordt gebruikt die gerelateerd is aan de nummeraanduiding.\"\n",
"type": "boolean"
},
"openbareRuimteNaam": {
"type": "boolean"
},
"openbareRuimteStatus": {
"type": "boolean"
},
"postcode": {
"type": "boolean"
},
"toelichting": {
"items": {
"examples": [
"Woonplaatsnaam is mogelijk onjuist geschreven."
],
"type": "string"
},
"type": "array"
},
"woonplaatsNaam": {
"type": "boolean"
}
},
"type": "object",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/AdresInOnderzoek"
]
}