- SourceMeta name
- propertiesgeojsondmlinks
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.141 bytes
- Bytes bundled
- 2.141 bytes
- Health
- 58%
- 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/color/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/color/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/height/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/height/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/length_map/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/length_map/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/shape_len/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/shape_len/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/width/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/width/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/z_from/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/z_from/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/z_to/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/z_to/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/nationaal-hydrologisch-instrumentarium-nhi-2f6goxqng/propertiesgeojsondmlinks",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"achternaam": {
"description": "",
"type": [
"string",
"null"
]
},
"color": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"height": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"id": {
"description": "",
"type": [
"string",
"null"
]
},
"id_from": {
"description": "",
"type": [
"string",
"null"
]
},
"id_to": {
"description": "",
"type": [
"string",
"null"
]
},
"length_map": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"name": {
"description": "",
"type": [
"string",
"null"
]
},
"objectid": {
"description": "",
"type": [
"integer",
"null"
]
},
"parentid": {
"description": "",
"type": [
"string",
"null"
]
},
"se_anno_cad_data": {
"description": "",
"type": [
"string",
"null"
]
},
"shape_len": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"type": {
"description": "",
"type": [
"string",
"null"
]
},
"userid": {
"description": "",
"type": [
"string",
"null"
]
},
"voornaam": {
"description": "",
"type": [
"string",
"null"
]
},
"width": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"z_from": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"z_to": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/rws/nationaal-hydrologisch-instrumentarium-netwerkschematisatie/ogc/v1/openapi.json#/components/schemas/propertiesGeoJSON_dmlinks"
]
}