- SourceMeta name
- vestigingsnummer
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 674 bytes
- Bytes bundled
- 674 bytes
- Health
- -
- Dependencies
- -
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/_shared/vestigingsnummer",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Het nummer van de vestiging in het geval van een NNP",
"examples": [
"000012345678"
],
"maxLength": 12,
"minLength": 12,
"pattern": "^[0-9]{12}$",
"type": "string",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v5.json#/components/schemas/Vestigingsnummer",
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/Vestigingsnummer"
]
}