- SourceMeta name
- propertiesgeojsongmgmw
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.659 bytes
- Bytes bundled
- 2.659 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
- 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/gm_gmw_pk/nullable
- 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/ground_level_position/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/ground_level_position/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/bro-grondwatermonitoring-gm-in-samenhang-karakteristieken-1q5k0bqhr/propertiesgeojsongmgmw",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"bro_id": {
"description": "",
"type": [
"string",
"null"
]
},
"construction_standard": {
"description": "",
"type": [
"string",
"null"
]
},
"delivered_location": {
"description": "",
"type": [
"string",
"null"
]
},
"delivery_accountable_party": {
"description": "",
"type": [
"string",
"null"
]
},
"deregistration_time": {
"description": "",
"type": [
"string",
"null"
]
},
"gm_gmw_pk": {
"description": "",
"nullable": false,
"type": "integer"
},
"ground_level_position": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"imbro_xml_url": {
"description": "",
"type": [
"string",
"null"
]
},
"initial_function": {
"description": "",
"type": [
"string",
"null"
]
},
"latest_addition_time": {
"description": "",
"type": [
"string",
"null"
]
},
"latest_correction_time": {
"description": "",
"type": [
"string",
"null"
]
},
"local_vertical_reference_point": {
"description": "",
"type": [
"string",
"null"
]
},
"nitg_code": {
"description": "",
"type": [
"string",
"null"
]
},
"number_of_monitoring_tubes": {
"description": "",
"type": [
"integer",
"null"
]
},
"object_registration_time": {
"description": "",
"type": [
"string",
"null"
]
},
"owner": {
"description": "",
"type": [
"string",
"null"
]
},
"quality_regime": {
"description": "",
"type": [
"string",
"null"
]
},
"registration_completion_time": {
"description": "",
"type": [
"string",
"null"
]
},
"under_review_time": {
"description": "",
"type": [
"string",
"null"
]
},
"well_code": {
"description": "",
"type": [
"string",
"null"
]
},
"well_construction_date": {
"description": "",
"type": [
"string",
"null"
]
},
"well_head_protector": {
"description": "",
"type": [
"string",
"null"
]
},
"well_removal_date": {
"description": "",
"type": [
"string",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/bzk/bro-gminsamenhang-karakteristieken/ogc/v1/openapi.json#/components/schemas/propertiesGeoJSON_gm_gmw"
]
}