- SourceMeta name
- spatialextent
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.312 bytes
- Bytes bundled
- 3.312 bytes
- Health
- 67%
- 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_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/bbox/description
- Name
- valid_examples
- Message
- Only include instances in the `examples` array that validate against the schema
- Description
- Invalid example instance at index 0
The value was expected to be of type array but it was of type number
at instance location "/0"
at evaluate path "/items/type"
Every item in the array value was expected to validate against the given subschema
at instance location ""
at evaluate path "/items"
- Pointers
- /properties/bbox/examples/0
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/bbox/items/description
- Name
- unsatisfiable_in_place_applicator_type
- Message
- An in-place applicator branch that defines a `type` with no overlap with the parent `type` can never be satisfied
- Pointers
- /properties/crs/oneOf/1
- Name
- oneof_to_anyof_disjoint_types
- Message
- A `oneOf` where all branches have disjoint types can be safely converted to `anyOf`
- Pointers
- /properties/crs/oneOf
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/crs/description
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/crs/oneOf/1/oneOf/1/properties/wkt/allOf/1/type - /properties/crs/oneOf/1/oneOf/1/properties/wkt/allOf/0/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/basisregistratie-grootschalige-topografie-6iafab3nr/spatialextent",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The spatial extent of the element in the collection.",
"properties": {
"bbox": {
"description": "One or more bounding boxes that describe the spatial extent of the dataset.",
"examples": [
[
7.01,
50.63,
7.22,
50.78
]
],
"items": {
"description": "West, south, east, north edges of the bounding box. Specified as coordinates separated by commas. The coordinates\nare in the coordinate reference system specified in `crs`. By default\nthis is WGS 84 longitude/latitude (CRS84).",
"items": {
"type": "number"
},
"maxItems": 6,
"minItems": 4,
"type": "array"
},
"minItems": 1,
"type": "array"
},
"crs": {
"default": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"description": "Coordinate reference system of the coordinates in the spatial extent\n(property `bbox`). The default reference system is WGS 84 longitude/latitude.",
"oneOf": [
{
"description": "Simplification of the object into a url if the other properties are not present",
"type": "string"
},
{
"oneOf": [
{
"properties": {
"uri": {
"description": "Reference to one coordinate reference system (CRS)",
"format": "uri",
"type": "string"
}
},
"required": [
"uri"
]
},
{
"properties": {
"wkt": {
"allOf": [
{
"description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
},
{
"type": "object"
}
]
}
},
"required": [
"wkt"
]
},
{
"properties": {
"referenceSystem": {
"description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
"type": "object"
}
},
"required": [
"referenceSystem"
]
}
],
"type": "object"
}
],
"type": "string"
}
},
"required": [
"bbox"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/brt/top10nl/ogc/v1/openapi.json#/components/schemas/spatialExtent",
"https://api.pdok.nl/kadaster/bestuurlijkegebieden/ogc/v1/openapi.json#/components/schemas/spatialExtent",
"https://api.pdok.nl/kadaster/brk-kadastrale-kaart/ogc/v1/openapi.json#/components/schemas/spatialExtent",
"https://api.pdok.nl/lv/bag/ogc/v1-demo/openapi.json#/components/schemas/spatialExtent",
"https://api.pdok.nl/lv/bgt/ogc/v1/openapi.json#/components/schemas/spatialExtent",
"https://api.pdok.nl/omgevingswet/omgevingsdocumenten/ogc/v2/openapi.json#/components/schemas/spatialExtent"
]
}