- SourceMeta name
- tilematrixset
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 6.759 bytes
- Bytes bundled
- 12.503 bytes
- Health
- 85%
- Dependencies
- 2
Dependencies
- At
- /properties/tileMatrices/items/$ref
- At
- /properties/variableMatrixWidths/items/$ref
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
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/boundingBox/allOf/1/type - /properties/boundingBox/allOf/1/required - /properties/boundingBox/allOf/1/properties - /properties/boundingBox/allOf/1/description
- Name
- oneof_to_anyof_disjoint_types
- Message
- A `oneOf` where all branches have disjoint types can be safely converted to `anyOf`
- Pointers
- /properties/boundingBox/allOf/1/properties/crs/oneOf
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/boundingBox/allOf/1/properties/crs/oneOf/1/oneOf/1/properties/wkt/allOf/1/type - /properties/boundingBox/allOf/1/properties/crs/oneOf/1/oneOf/1/properties/wkt/allOf/0/description
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/crs/allOf/1/oneOf - /properties/crs/allOf/0/description
- Name
- oneof_to_anyof_disjoint_types
- Message
- A `oneOf` where all branches have disjoint types can be safely converted to `anyOf`
- Pointers
- /properties/crs/allOf/1/oneOf
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/crs/allOf/1/oneOf/1/oneOf/1/properties/wkt/allOf/1/type - /properties/crs/allOf/1/oneOf/1/oneOf/1/properties/wkt/allOf/0/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/pdok/_shared/tilematrixset",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A definition of a tile matrix set following the Tile Matrix Set standard. For tileset metadata, such a description (in `tileMatrixSet` property) is only required for offline use, as an alternative to a link with a `http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme` relation type.",
"properties": {
"boundingBox": {
"allOf": [
{
"description": "Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS"
},
{
"description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
"properties": {
"crs": {
"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"
}
]
},
"lowerLeft": {
"description": "A 2D Point in the CRS indicated elsewhere",
"items": {
"type": "number"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"orderedAxes": {
"items": {
"type": "string"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"upperRight": {
"description": "A 2D Point in the CRS indicated elsewhere",
"items": {
"type": "number"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
}
},
"required": [
"lowerLeft",
"upperRight"
],
"type": "object"
}
]
},
"crs": {
"allOf": [
{
"description": "Coordinate Reference System (CRS)"
},
{
"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"
}
]
}
]
},
"description": {
"description": "Brief narrative description of this tile matrix set, normally available for display to a human",
"type": "string"
},
"id": {
"description": "Tile matrix set identifier. Implementation of 'identifier'",
"type": "string"
},
"keywords": {
"description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this tile matrix set",
"items": {
"type": "string"
},
"type": "array"
},
"orderedAxes": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"tileMatrices": {
"description": "Describes scale levels and its tile matrices",
"items": {
"$ref": "./item6"
},
"type": "array"
},
"title": {
"description": "Title of this tile matrix set, normally used for display to a human",
"type": "string"
},
"uri": {
"description": "Reference to an official source for this tileMatrixSet",
"format": "uri",
"type": "string"
},
"wellKnownScaleSet": {
"description": "Reference to a well-known scale set",
"format": "uri",
"type": "string"
}
},
"required": [
"crs",
"tileMatrices"
],
"type": "object",
"x-derived-from": [
"https://api.pdok.nl/kadaster/brt-achtergrondkaart/ogc/v1/openapi.json#/components/schemas/tileMatrixSet",
"https://api.pdok.nl/lv/bag/ogc/v1/openapi.json#/components/schemas/tileMatrixSet"
]
}