- SourceMeta name
- propertiesgeojsonkilometrering
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.146 bytes
- Bytes bundled
- 2.146 bytes
- Health
- 64%
- 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/km_geocode/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/km_geocode/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/latitude/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/latitude/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/longitude/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/longitude/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/rotatie/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/rotatie/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/x/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/x/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/y/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/y/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/spoorwegen-pxudb2zdg/propertiesgeojsonkilometrering",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"geldig_vanaf": {
"description": "",
"format": "date-time",
"type": [
"string",
"null"
]
},
"geocode": {
"description": "",
"type": [
"string",
"null"
]
},
"geocode_naam": {
"description": "",
"type": [
"string",
"null"
]
},
"geocode_nr": {
"description": "",
"type": [
"integer",
"null"
]
},
"geokmt": {
"description": "",
"type": [
"string",
"null"
]
},
"geosubcode": {
"description": "",
"type": [
"string",
"null"
]
},
"km_geocode": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"km_geocode_t": {
"description": "",
"type": [
"string",
"null"
]
},
"kmlint": {
"description": "",
"type": [
"string",
"null"
]
},
"kmlint_omschrijving": {
"description": "",
"type": [
"string",
"null"
]
},
"latitude": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"longitude": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"objectid": {
"description": "",
"type": [
"integer",
"null"
]
},
"publicatiedatum": {
"description": "",
"format": "date-time",
"type": [
"string",
"null"
]
},
"rotatie": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"subcode": {
"description": "",
"type": [
"string",
"null"
]
},
"x": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
},
"y": {
"description": "",
"format": "double",
"type": [
"number",
"null"
]
}
},
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/prorail/spoorwegen/ogc/v1/openapi.json#/components/schemas/propertiesGeoJSON_kilometrering"
]
}