object
-
boundingBoxTileMatrixBoundingBox ↗ -
crsstring required -
descriptionstring -
idstring required -
orderedAxesarray of string -
tileMatricesarray of TileMatrix ↗ required -
titlestring -
uristring -
wellKnownScaleSetstring
OpenAPI schema definition
{
"properties": {
"boundingBox": {
"$ref": "#/components/schemas/TileMatrixBoundingBox"
},
"crs": {
"type": "string"
},
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"orderedAxes": {
"items": {
"type": "string"
},
"type": "array"
},
"tileMatrices": {
"items": {
"$ref": "#/components/schemas/TileMatrix"
},
"type": "array"
},
"title": {
"type": "string"
},
"uri": {
"type": "string"
},
"wellKnownScaleSet": {
"type": "string"
}
},
"required": [
"id",
"crs",
"tileMatrices"
],
"type": "object"
}