- SourceMeta name
- propertiesgeojsonopenbareruimtelabel
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.709 bytes
- Bytes bundled
- 2.709 bytes
- Health
- 88%
- 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/hoek/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/hoek/format
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/version/nullable
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/basisregistratie-grootschalige-topografie-6iafab3nr/propertiesgeojsonopenbareruimtelabel",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"bag_opr": {
"description": "",
"type": [
"string",
"null"
]
},
"bronhouder": {
"description": "",
"type": [
"string",
"null"
]
},
"creation_date": {
"description": "",
"format": "date-time",
"type": [
"string",
"null"
]
},
"eind_registratie": {
"description": "",
"format": "date-time",
"type": [
"string",
"null"
]
},
"hoek": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"in_onderzoek": {
"description": "",
"type": [
"string",
"null"
]
},
"in_onderzoek_leeg": {
"description": "",
"type": [
"string",
"null"
]
},
"lokaal_id": {
"description": "",
"type": [
"string",
"null"
]
},
"lv_publicatiedatum": {
"description": "",
"format": "date-time",
"type": [
"string",
"null"
]
},
"openbareruimtenaam": {
"description": "",
"type": [
"string",
"null"
]
},
"openbareruimtetype": {
"description": "",
"type": [
"string",
"null"
]
},
"openbareruimtetype_codespace": {
"description": "",
"type": [
"string",
"null"
]
},
"plus_status": {
"description": "",
"type": [
"string",
"null"
]
},
"plus_status_codespace": {
"description": "",
"type": [
"string",
"null"
]
},
"plus_status_leeg": {
"description": "",
"type": [
"string",
"null"
]
},
"relatieve_hoogteligging": {
"description": "",
"type": [
"integer",
"null"
]
},
"status": {
"description": "",
"type": [
"string",
"null"
]
},
"status_codespace": {
"description": "",
"type": [
"string",
"null"
]
},
"status_leeg": {
"description": "",
"type": [
"string",
"null"
]
},
"termination_date": {
"description": "",
"format": "date-time",
"type": [
"string",
"null"
]
},
"termination_date_leeg": {
"description": "",
"type": [
"string",
"null"
]
},
"tijdstip_registratie": {
"description": "",
"format": "date-time",
"type": [
"string",
"null"
]
},
"version": {
"description": "",
"nullable": false,
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/lv/bgt/ogc/v1/openapi.json#/components/schemas/propertiesGeoJSON_openbareruimtelabel"
]
}