- SourceMeta name
- propertiesgeojsongmgmn
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.053 bytes
- Bytes bundled
- 2.053 bytes
- Health
- 89%
- 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_gmn_pk/nullable
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/bro-grondwatermonitoring-gm-in-samenhang-karakteristieken-1q5k0bqhr/propertiesgeojsongmgmn",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"bro_id": {
"description": "",
"type": [
"string",
"null"
]
},
"delivery_accountable_party": {
"description": "",
"type": [
"string",
"null"
]
},
"delivery_context": {
"description": "",
"type": [
"string",
"null"
]
},
"deregistration_time": {
"description": "",
"type": [
"string",
"null"
]
},
"end_date_monitoring": {
"description": "",
"type": [
"string",
"null"
]
},
"gm_gmn_pk": {
"description": "",
"nullable": false,
"type": "integer"
},
"groundwater_aspect": {
"description": "",
"type": [
"string",
"null"
]
},
"imbro_xml_url": {
"description": "",
"type": [
"string",
"null"
]
},
"latest_addition_time": {
"description": "",
"type": [
"string",
"null"
]
},
"latest_correction_time": {
"description": "",
"type": [
"string",
"null"
]
},
"monitoring_purpose": {
"description": "",
"type": [
"string",
"null"
]
},
"name": {
"description": "",
"type": [
"string",
"null"
]
},
"object_registration_time": {
"description": "",
"type": [
"string",
"null"
]
},
"quality_regime": {
"description": "",
"type": [
"string",
"null"
]
},
"registration_completion_time": {
"description": "",
"type": [
"string",
"null"
]
},
"start_date_monitoring": {
"description": "",
"type": [
"string",
"null"
]
},
"under_review_time": {
"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_gmn"
]
}