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