- SourceMeta name
- adresseerbaarobjectidentificatie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 697 bytes
- Bytes bundled
- 697 bytes
- Health
- -
- Dependencies
- -
Health issues
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /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/adresseerbaarobjectidentificatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De unieke aanduiding van een adresseerbaar object (ligplaats, standplaats of verblijfsobject) \nuit de BAG.\n",
"examples": [
"0226010000038820"
],
"pattern": "^[0-9]{4}(01|02|03)[0-9]{10}$",
"title": "AdresseerbaarobjectIdentificatie",
"type": "string",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/AdresseerbaarObjectIdentificatie"
]
}