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