- SourceMeta name
- nummeraanduidingidentificatie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 617 bytes
- Bytes bundled
- 617 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/nummeraanduidingidentificatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "De unieke aanduiding van een nummeraanduiding.",
"examples": [
"0226200000038923"
],
"pattern": "^[0-9]{4}20[0-9]{10}$",
"title": "NummeraanduidingIdentificatie",
"type": "string",
"x-derived-from": [
"https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/openapi.yaml#/components/schemas/NummeraanduidingIdentificatie"
]
}