- SourceMeta name
- propertiesgeojsongmgmwmonitoringtube
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.735 bytes
- Bytes bundled
- 1.735 bytes
- Health
- 47%
- 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/electrode_bottom_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/electrode_bottom_position/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/electrode_top_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/electrode_top_position/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/gm_gmw_monitoringtube_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/screen_bottom_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/screen_bottom_position/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/screen_top_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/screen_top_position/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/tube_top_diameter/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/tube_top_diameter/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/bro-grondwatermonitoring-gm-in-samenhang-karakteristieken-1q5k0bqhr/propertiesgeojsongmgmwmonitoringtube",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"electrode_bottom_position": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"electrode_top_position": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"gm_gmw_external_fid": {
"description": "",
"type": [
"string",
"null"
]
},
"gm_gmw_fk": {
"description": "",
"type": [
"integer",
"null"
]
},
"gm_gmw_monitoringtube_pk": {
"description": "",
"nullable": false,
"type": "integer"
},
"gmw_bro_id": {
"description": "",
"type": [
"string",
"null"
]
},
"screen_bottom_position": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"screen_top_position": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"tube_in_use": {
"description": "",
"type": [
"string",
"null"
]
},
"tube_number": {
"description": "",
"type": [
"integer",
"null"
]
},
"tube_status": {
"description": "",
"type": [
"string",
"null"
]
},
"tube_top_diameter": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/bzk/bro-gminsamenhang-karakteristieken/ogc/v1/openapi.json#/components/schemas/propertiesGeoJSON_gm_gmw_monitoringtube"
]
}