- SourceMeta name
- gelabeldkadastraal
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 658 bytes
- Bytes bundled
- 1.592 bytes
- Health
- 50%
- Dependencies
- 1
Dependencies
- At
- /properties/kadastraal/$ref
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
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-3ajf61gdr/gelabeldkadastraal",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"kadastraal": {
"gemeente": "GVH11",
"perceelNummer": "10815",
"sectie": "P"
}
}
],
"properties": {
"kadastraal": {
"$ref": "../_shared/kadastraal"
}
},
"required": [
"kadastraal"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/verzoeken/api/indienen/v5/#/components/schemas/GelabeldKadastraal"
]
}