- SourceMeta name
- verblijfsobjectidentificatie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 613 bytes
- Bytes bundled
- 613 bytes
- Health
- -
- Dependencies
- -
Health issues
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- 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/verblijfsobjectidentificatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De unieke aanduiding van een verblijfsobject.",
"examples": [
"0226010000038820"
],
"pattern": "^[0-9]{4}01[0-9]{10}$",
"title": "VerblijfsobjectIdentificatie",
"type": "string",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/VerblijfsobjectIdentificatie"
]
}