- SourceMeta name
- propertiesgeojsonperceel
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.439 bytes
- Bytes bundled
- 2.439 bytes
- Health
- 75%
- 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
- 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
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/kadastrale_grootte_waarde/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/kadastrale_grootte_waarde/format
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/perceelnummer_rotatie/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/perceelnummer_rotatie/format
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/perceelnummer_verschuiving_delta_x/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/perceelnummer_verschuiving_delta_x/format
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/perceelnummer_verschuiving_delta_y/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/perceelnummer_verschuiving_delta_y/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/kadastrale-kaart--6umtx3ng/propertiesgeojsonperceel",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"akr_kadastrale_gemeente_code_code": {
"description": "",
"type": [
"string",
"null"
]
},
"akr_kadastrale_gemeente_code_waarde": {
"description": "",
"type": [
"string",
"null"
]
},
"begin_geldigheid": {
"description": "",
"format": "date-time",
"type": [
"string",
"null"
]
},
"identificatie_lokaal_id": {
"description": "",
"type": [
"string",
"null"
]
},
"identificatie_namespace": {
"description": "",
"type": [
"string",
"null"
]
},
"kadastrale_gemeente_code": {
"description": "",
"type": [
"string",
"null"
]
},
"kadastrale_gemeente_waarde": {
"description": "",
"type": [
"string",
"null"
]
},
"kadastrale_grootte_waarde": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"perceelnummer": {
"description": "",
"type": [
"integer",
"null"
]
},
"perceelnummer_rotatie": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"perceelnummer_verschuiving_delta_x": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"perceelnummer_verschuiving_delta_y": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"sectie": {
"description": "",
"type": [
"string",
"null"
]
},
"soort_grootte_code": {
"description": "",
"type": [
"string",
"null"
]
},
"soort_grootte_waarde": {
"description": "",
"type": [
"string",
"null"
]
},
"status_historie_code": {
"description": "",
"type": [
"string",
"null"
]
},
"status_historie_waarde": {
"description": "",
"type": [
"string",
"null"
]
},
"tijdstip_registratie": {
"description": "",
"format": "date-time",
"type": [
"string",
"null"
]
},
"volgnummer": {
"description": "",
"type": [
"integer",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/kadaster/brk-kadastrale-kaart/ogc/v1/openapi.json#/components/schemas/propertiesGeoJSON_perceel"
]
}