- SourceMeta name
- propertiesgeojsongmgar
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.707 bytes
- Bytes bundled
- 1.707 bytes
- Health
- 86%
- 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_gar_pk/nullable
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/bro-grondwatermonitoring-gm-in-samenhang-karakteristieken-1q5k0bqhr/propertiesgeojsongmgar",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"bro_id": {
"description": "",
"type": [
"string",
"null"
]
},
"delivery_accountable_party": {
"description": "",
"type": [
"string",
"null"
]
},
"gm_gar_pk": {
"description": "",
"nullable": false,
"type": "integer"
},
"gm_gmw_monitoringtube_external_fid": {
"description": "",
"type": [
"string",
"null"
]
},
"gm_gmw_monitoringtube_fk": {
"description": "",
"type": [
"integer",
"null"
]
},
"imbro_xml_url": {
"description": "",
"type": [
"string",
"null"
]
},
"latest_addition_time": {
"description": "",
"type": [
"string",
"null"
]
},
"latest_correction_time": {
"description": "",
"type": [
"string",
"null"
]
},
"object_registration_time": {
"description": "",
"type": [
"string",
"null"
]
},
"quality_regime": {
"description": "",
"type": [
"string",
"null"
]
},
"registration_completion_time": {
"description": "",
"type": [
"string",
"null"
]
},
"sampling_date_time": {
"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_gar"
]
}