- SourceMeta name
- gelabeldkadastraal
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 666 bytes
- Bytes bundled
- 1.532 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
- Name
- valid_examples
- Message
- Only include instances in the `examples` array that validate against the schema
- Description
- Invalid example instance at index 0
The value was expected to be of type string but it was of type integer
at instance location "/kadastraal/perceelNummer"
at evaluate path "/properties/kadastraal/$ref/properties/perceelNummer/type"
The object value was expected to validate against the defined properties subschemas
at instance location "/kadastraal"
at evaluate path "/properties/kadastraal/$ref/properties"
The object value was expected to validate against the referenced schema
at instance location "/kadastraal"
at evaluate path "/properties/kadastraal/$ref"
The object value was expected to validate against the defined properties subschemas
at instance location ""
at evaluate path "/properties"
- Pointers
- /examples/0
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/verzoeken-indienen-yktc6lgdr/gelabeldkadastraal",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"kadastraal": {
"gemeenteCode": "GVH11",
"perceelNummer": 10815,
"sectie": "P"
}
}
],
"properties": {
"kadastraal": {
"$ref": "./kadastraal"
}
},
"required": [
"kadastraal"
],
"type": "object",
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/162228/verzoeken-indienen-v4.json#/components/schemas/GelabeldKadastraal"
]
}