{"openapi":"3.1.0","info":{"title":"SkyTruth Mining API","version":"0.8.0"},"paths":{"/":{"get":{"tags":["OGC Common"],"summary":"Landing","description":"Get landing page.","operationId":"landing__get","parameters":[{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["json","html"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Landing"}},"text/html":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/conformance":{"get":{"tags":["OGC Common"],"summary":"Conformance","description":"Get conformance.","operationId":"conformance_conformance_get","parameters":[{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["json","html"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Conformance"}},"text/html":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections":{"get":{"tags":["OGC Features API"],"summary":"Collections","description":"List of collections.","operationId":"collections_collections_get","parameters":[{"name":"type","in":"query","required":false,"schema":{"anyOf":[{"enum":["Function","Table"],"type":"string"},{"type":"null"}],"description":"Filter based on Collection type.","title":"Type"},"description":"Filter based on Collection type."},{"name":"limit","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","maximum":1000,"minimum":0},{"type":"null"}],"description":"Limits the number of collection in the response.","title":"Limit"},"description":"Limits the number of collection in the response."},{"name":"offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Starts the response at an offset.","title":"Offset"},"description":"Starts the response at an offset."},{"name":"bbox","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Spatial Filter.","title":"Bbox"},"description":"Spatial Filter."},{"name":"datetime","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Temporal Filter.","title":"Datetime"},"description":"Temporal Filter."},{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["json","html"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collections"}},"text/html":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}":{"get":{"tags":["OGC Features API"],"summary":"Collection","description":"Metadata for a feature collection.","operationId":"collection_collections__collectionId__get","parameters":[{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["json","html"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Collection"}},"text/html":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/queryables":{"get":{"tags":["OGC Features API"],"summary":"Queryables","description":"Queryables for a feature collection.\n\nref: http://docs.ogc.org/DRAFTS/19-079r1.html#filter-queryables","operationId":"queryables_collections__collectionId__queryables_get","parameters":[{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["schemajson","html"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/schema+json":{"schema":{"$ref":"#/components/schemas/Queryables"}},"text/html":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/items":{"get":{"tags":["OGC Features API"],"summary":"Items","operationId":"items_collections__collectionId__items_get","parameters":[{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."},{"name":"datetime-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select datetime column.","title":"Datetime-Column"},"description":"Select datetime column."},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":10000,"minimum":0,"description":"Limits the number of features in the response.","default":10,"title":"Limit"},"description":"Limits the number of features in the response."},{"name":"offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Starts the response at an offset.","title":"Offset"},"description":"Starts the response at an offset."},{"name":"bbox-only","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Only return the bounding box of the feature.","title":"Bbox-Only"},"description":"Only return the bounding box of the feature."},{"name":"simplify","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"Simplify the output geometry to given threshold in decimal degrees.","title":"Simplify"},"description":"Simplify the output geometry to given threshold in decimal degrees."},{"name":"ids","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Filter by Ids.","title":"Ids"},"description":"Filter by Ids."},{"name":"bbox","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Spatial Filter.","title":"Bbox"},"description":"Spatial Filter."},{"name":"datetime","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Temporal Filter.","title":"Datetime"},"description":"Temporal Filter."},{"name":"properties","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Return only specific properties (comma-separated). If PROP-LIST is empty, no properties are returned. If not present, all properties are returned.","title":"Properties"},"description":"Return only specific properties (comma-separated). If PROP-LIST is empty, no properties are returned. If not present, all properties are returned."},{"name":"filter","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"CQL2 Filter","title":"Filter"},"description":"CQL2 Filter"},{"name":"filter-lang","in":"query","required":false,"schema":{"anyOf":[{"enum":["cql2-text","cql2-json"],"type":"string"},{"type":"null"}],"description":"CQL2 Language (cql2-text, cql2-json). Defaults to cql2-text.","title":"Filter-Lang"},"description":"CQL2 Language (cql2-text, cql2-json). Defaults to cql2-text."},{"name":"sortby","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Column Sort the items by Column (ascending (default) or descending).","title":"Sortby"},"description":"Column Sort the items by Column (ascending (default) or descending)."},{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["geojson","html","json","csv","geojsonseq","ndjson"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/Items"}},"text/html":{},"text/csv":{},"application/json":{},"application/geo+json-seq":{},"application/ndjson":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/items/{itemId}":{"get":{"tags":["OGC Features API"],"summary":"Item","operationId":"item_collections__collectionId__items__itemId__get","parameters":[{"name":"itemId","in":"path","required":true,"schema":{"type":"string","description":"Item identifier","title":"Itemid"},"description":"Item identifier"},{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"bbox-only","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Only return the bounding box of the feature.","title":"Bbox-Only"},"description":"Only return the bounding box of the feature."},{"name":"simplify","in":"query","required":false,"schema":{"anyOf":[{"type":"number"},{"type":"null"}],"description":"Simplify the output geometry to given threshold in decimal degrees.","title":"Simplify"},"description":"Simplify the output geometry to given threshold in decimal degrees."},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."},{"name":"datetime-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select datetime column.","title":"Datetime-Column"},"description":"Select datetime column."},{"name":"properties","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Return only specific properties (comma-separated). If PROP-LIST is empty, no properties are returned. If not present, all properties are returned.","title":"Properties"},"description":"Return only specific properties (comma-separated). If PROP-LIST is empty, no properties are returned. If not present, all properties are returned."},{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["geojson","html","json","csv","geojsonseq","ndjson"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/Item"}},"text/html":{},"text/csv":{},"application/json":{},"application/geo+json-seq":{},"application/ndjson":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/tileMatrixSets":{"get":{"tags":["OGC Tiles API"],"summary":"Retrieve the list of available tiling schemes (tile matrix sets).","description":"OGC Specification: http://docs.opengeospatial.org/per/19-069.html#_tilematrixsets","operationId":"getTileMatrixSetsList","parameters":[{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["json","html"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TileMatrixSetList"}},"text/html":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/tileMatrixSets/{tileMatrixSetId}":{"get":{"tags":["OGC Tiles API"],"summary":"Retrieve the definition of the specified tiling scheme (tile matrix set).","description":"OGC Specification: http://docs.opengeospatial.org/per/19-069.html#_tilematrixset","operationId":"getTileMatrixSet","parameters":[{"name":"tileMatrixSetId","in":"path","required":true,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","description":"Identifier for a supported TileMatrixSet.","title":"Tilematrixsetid"},"description":"Identifier for a supported TileMatrixSet."},{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["json","html"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TileMatrixSet"}},"text/html":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/tiles":{"get":{"tags":["OGC Tiles API"],"summary":"Retrieve a list of available vector tilesets for the specified collection.","description":"Retrieve a list of available vector tilesets for the specified collection.","operationId":".collection.vector.getTileSetsList","parameters":[{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["json","html"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TileSetList"}},"text/html":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/tiles/{tileMatrixSetId}":{"get":{"tags":["OGC Tiles API"],"summary":"Retrieve the vector tileset metadata for the specified collection and tiling scheme (tile matrix set).","description":"Retrieve the vector tileset metadata for the specified collection and tiling scheme (tile matrix set).","operationId":".collection.vector.getTileSet","parameters":[{"name":"tileMatrixSetId","in":"path","required":true,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","description":"Identifier for a supported TileMatrixSet.","title":"Tilematrixsetid"},"description":"Identifier for a supported TileMatrixSet."},{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"f","in":"query","required":false,"schema":{"anyOf":[{"enum":["json","html"],"type":"string"},{"type":"null"}],"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header.","title":"F"},"description":"Response MediaType. Defaults to endpoint's default or value defined in `accept` header."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TileSet"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/tiles/{z}/{x}/{y}":{"get":{"tags":["OGC Tiles API"],"summary":"Collection Get Tile","description":"Return Vector Tile.","operationId":".collection.vector.getTile","deprecated":true,"parameters":[{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"z","in":"path","required":true,"schema":{"type":"integer","description":"Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.","title":"Z"},"description":"Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile."},{"name":"x","in":"path","required":true,"schema":{"type":"integer","description":"Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix.","title":"X"},"description":"Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix."},{"name":"y","in":"path","required":true,"schema":{"type":"integer","description":"Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix.","title":"Y"},"description":"Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix."},{"name":"tileMatrixSetId","in":"query","required":false,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","default":"WebMercatorQuad","title":"Tilematrixsetid"}},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."},{"name":"datetime-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select datetime column.","title":"Datetime-Column"},"description":"Select datetime column."},{"name":"limit","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Limits the number of features in the response. Defaults to 10000 or TIPG_MAX_FEATURES_PER_TILE environment variable.","title":"Limit"},"description":"Limits the number of features in the response. Defaults to 10000 or TIPG_MAX_FEATURES_PER_TILE environment variable."},{"name":"ids","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Filter by Ids.","title":"Ids"},"description":"Filter by Ids."},{"name":"bbox","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Spatial Filter.","title":"Bbox"},"description":"Spatial Filter."},{"name":"datetime","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Temporal Filter.","title":"Datetime"},"description":"Temporal Filter."},{"name":"properties","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Return only specific properties (comma-separated). If PROP-LIST is empty, no properties are returned. If not present, all properties are returned.","title":"Properties"},"description":"Return only specific properties (comma-separated). If PROP-LIST is empty, no properties are returned. If not present, all properties are returned."},{"name":"filter","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"CQL2 Filter","title":"Filter"},"description":"CQL2 Filter"},{"name":"filter-lang","in":"query","required":false,"schema":{"anyOf":[{"enum":["cql2-text","cql2-json"],"type":"string"},{"type":"null"}],"description":"CQL2 Language (cql2-text, cql2-json). Defaults to cql2-text.","title":"Filter-Lang"},"description":"CQL2 Language (cql2-text, cql2-json). Defaults to cql2-text."},{"name":"sortby","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Column Sort the items by Column (ascending (default) or descending).","title":"Sortby"},"description":"Column Sort the items by Column (ascending (default) or descending)."}],"responses":{"200":{"description":"Successful Response","content":{"application/vnd.mapbox-vector-tile":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/tiles/{tileMatrixSetId}/{z}/{x}/{y}":{"get":{"tags":["OGC Tiles API"],"summary":"Collection Get Tile","description":"Return Vector Tile.","operationId":".collection.vector.getTileTms","parameters":[{"name":"tileMatrixSetId","in":"path","required":true,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","title":"Tilematrixsetid"}},{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"z","in":"path","required":true,"schema":{"type":"integer","description":"Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.","title":"Z"},"description":"Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile."},{"name":"x","in":"path","required":true,"schema":{"type":"integer","description":"Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix.","title":"X"},"description":"Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix."},{"name":"y","in":"path","required":true,"schema":{"type":"integer","description":"Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix.","title":"Y"},"description":"Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix."},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."},{"name":"datetime-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select datetime column.","title":"Datetime-Column"},"description":"Select datetime column."},{"name":"limit","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Limits the number of features in the response. Defaults to 10000 or TIPG_MAX_FEATURES_PER_TILE environment variable.","title":"Limit"},"description":"Limits the number of features in the response. Defaults to 10000 or TIPG_MAX_FEATURES_PER_TILE environment variable."},{"name":"ids","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Filter by Ids.","title":"Ids"},"description":"Filter by Ids."},{"name":"bbox","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Spatial Filter.","title":"Bbox"},"description":"Spatial Filter."},{"name":"datetime","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Temporal Filter.","title":"Datetime"},"description":"Temporal Filter."},{"name":"properties","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Return only specific properties (comma-separated). If PROP-LIST is empty, no properties are returned. If not present, all properties are returned.","title":"Properties"},"description":"Return only specific properties (comma-separated). If PROP-LIST is empty, no properties are returned. If not present, all properties are returned."},{"name":"filter","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"CQL2 Filter","title":"Filter"},"description":"CQL2 Filter"},{"name":"filter-lang","in":"query","required":false,"schema":{"anyOf":[{"enum":["cql2-text","cql2-json"],"type":"string"},{"type":"null"}],"description":"CQL2 Language (cql2-text, cql2-json). Defaults to cql2-text.","title":"Filter-Lang"},"description":"CQL2 Language (cql2-text, cql2-json). Defaults to cql2-text."},{"name":"sortby","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Column Sort the items by Column (ascending (default) or descending).","title":"Sortby"},"description":"Column Sort the items by Column (ascending (default) or descending)."}],"responses":{"200":{"description":"Successful Response","content":{"application/vnd.mapbox-vector-tile":{}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/tilejson.json":{"get":{"tags":["OGC Tiles API"],"summary":"Collection Tilejson","description":"Return TileJSON document.","operationId":".collection.vector.getTileJSON","deprecated":true,"parameters":[{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"tileMatrixSetId","in":"query","required":false,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","default":"WebMercatorQuad","title":"Tilematrixsetid"}},{"name":"minzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default minzoom.","title":"Minzoom"},"description":"Overwrite default minzoom."},{"name":"maxzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default maxzoom.","title":"Maxzoom"},"description":"Overwrite default maxzoom."},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."}],"responses":{"200":{"description":"Return a tilejson","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TileJSON"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/{tileMatrixSetId}/tilejson.json":{"get":{"tags":["OGC Tiles API"],"summary":"Collection Tilejson","description":"Return TileJSON document.","operationId":".collection.vector.getTileJSONTms","parameters":[{"name":"tileMatrixSetId","in":"path","required":true,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","title":"Tilematrixsetid"}},{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"minzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default minzoom.","title":"Minzoom"},"description":"Overwrite default minzoom."},{"name":"maxzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default maxzoom.","title":"Maxzoom"},"description":"Overwrite default maxzoom."},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."}],"responses":{"200":{"description":"Return a tilejson","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TileJSON"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/style.json":{"get":{"tags":["OGC Tiles API"],"summary":"Collection Stylejson","description":"Return Mapbox/Maplibre StyleJSON document.","operationId":".collection.vector.getStyleJSON","deprecated":true,"parameters":[{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"tileMatrixSetId","in":"query","required":false,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","default":"WebMercatorQuad","title":"Tilematrixsetid"}},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."},{"name":"minzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default minzoom.","title":"Minzoom"},"description":"Overwrite default minzoom."},{"name":"maxzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default maxzoom.","title":"Maxzoom"},"description":"Overwrite default maxzoom."}],"responses":{"200":{"description":"Return a StyleJSON","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StyleJSON"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/{tileMatrixSetId}/style.json":{"get":{"tags":["OGC Tiles API"],"summary":"Collection Stylejson","description":"Return Mapbox/Maplibre StyleJSON document.","operationId":".collection.vector.getStyleJSONTms","parameters":[{"name":"tileMatrixSetId","in":"path","required":true,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","title":"Tilematrixsetid"}},{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."},{"name":"minzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default minzoom.","title":"Minzoom"},"description":"Overwrite default minzoom."},{"name":"maxzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default maxzoom.","title":"Maxzoom"},"description":"Overwrite default maxzoom."}],"responses":{"200":{"description":"Return a tilejson","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StyleJSON"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/tiles/{tileMatrixSetId}/viewer":{"get":{"tags":["Map Viewer"],"summary":"Viewer Endpoint","description":"Return Simple HTML Viewer for a collection.","operationId":".collection.vector.map","parameters":[{"name":"tileMatrixSetId","in":"path","required":true,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","title":"Tilematrixsetid"}},{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"minzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default minzoom.","title":"Minzoom"},"description":"Overwrite default minzoom."},{"name":"maxzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default maxzoom.","title":"Maxzoom"},"description":"Overwrite default maxzoom."},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/viewer":{"get":{"tags":["Map Viewer"],"summary":"Viewer Endpoint","description":"Return Simple HTML Viewer for a collection.","operationId":".collection.vector.viewer","deprecated":true,"parameters":[{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"tileMatrixSetId","in":"query","required":false,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","default":"WebMercatorQuad","title":"Tilematrixsetid"}},{"name":"minzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default minzoom.","title":"Minzoom"},"description":"Overwrite default minzoom."},{"name":"maxzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default maxzoom.","title":"Maxzoom"},"description":"Overwrite default maxzoom."},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/{collectionId}/{tileMatrixSetId}/viewer":{"get":{"tags":["Map Viewer"],"summary":"Viewer Endpoint","description":"Return Simple HTML Viewer for a collection.","operationId":".collection.vector.viewerTms","deprecated":true,"parameters":[{"name":"tileMatrixSetId","in":"path","required":true,"schema":{"enum":["CDB1GlobalGrid","CanadianNAD83_LCC","EuropeanETRS89_LAEAQuad","GNOSISGlobalGrid","LINZAntarticaMapTilegrid","NZTM2000Quad","UPSAntarcticWGS84Quad","UPSArcticWGS84Quad","UTM31WGS84Quad","WGS1984Quad","WebMercatorQuad","WorldCRS84Quad","WorldMercatorWGS84Quad"],"type":"string","title":"Tilematrixsetid"}},{"name":"collectionId","in":"path","required":true,"schema":{"type":"string","description":"Collection identifier","title":"Collectionid"},"description":"Collection identifier"},{"name":"minzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default minzoom.","title":"Minzoom"},"description":"Overwrite default minzoom."},{"name":"maxzoom","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"description":"Overwrite default maxzoom.","title":"Maxzoom"},"description":"Overwrite default maxzoom."},{"name":"geom-column","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Select geometry column.","title":"Geom-Column"},"description":"Select geometry column."}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/healthz":{"get":{"tags":["Health Check"],"summary":"Health Check.","description":"Health Check.","operationId":"healthCheck","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}},"components":{"schemas":{"BaseModel":{"properties":{},"type":"object","title":"BaseModel"},"BoundingBox":{"properties":{"lowerLeft":{"items":{"type":"number"},"type":"array","maxItems":2,"minItems":2,"title":"Lowerleft","description":"A 2D Point in the CRS indicated elsewhere"},"upperRight":{"items":{"type":"number"},"type":"array","maxItems":2,"minItems":2,"title":"Upperright","description":"A 2D Point in the CRS indicated elsewhere"},"crs":{"anyOf":[{"$ref":"#/components/schemas/CRS"},{"type":"null"}],"title":"CRS"},"orderedAxes":{"anyOf":[{"items":{"type":"string"},"type":"array","maxItems":2,"minItems":2},{"type":"null"}],"title":"Orderedaxes"}},"type":"object","required":["lowerLeft","upperRight"],"title":"BoundingBox","description":"BoundingBox model.\n\nRef: https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/tms/2DBoundingBox.yaml\n\nCode generated using https://github.com/koxudaxi/datamodel-code-generator/"},"CRS":{"anyOf":[{"type":"string"},{"$ref":"#/components/schemas/CRSUri"},{"$ref":"#/components/schemas/CRSWKT"},{"$ref":"#/components/schemas/CRSRef"}],"title":"CRS","description":"CRS model.\n\nRef: https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/common-geodata/crs.yaml\n\nCode generated using https://github.com/koxudaxi/datamodel-code-generator/"},"CRSRef":{"properties":{"referenceSystem":{"type":"object","title":"Referencesystem","description":"A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115"}},"type":"object","required":["referenceSystem"],"title":"CRSRef","description":"CRS from referenceSystem."},"CRSUri":{"properties":{"uri":{"type":"string","minLength":1,"format":"uri","title":"Uri","description":"Reference to one coordinate reference system (CRS) as URI","exemples":["http://www.opengis.net/def/crs/EPSG/0/3978","urn:ogc:def:crs:EPSG::2193"]}},"type":"object","required":["uri"],"title":"CRSUri","description":"Coordinate Reference System (CRS) from URI."},"CRSWKT":{"properties":{"wkt":{"type":"object","title":"Wkt","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"],"title":"CRSWKT","description":"Coordinate Reference System (CRS) from WKT encoded as PROJJSON Object."},"Collection":{"properties":{"id":{"type":"string","title":"Id"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"links":{"items":{"$ref":"#/components/schemas/Link"},"type":"array","title":"Links"},"extent":{"anyOf":[{"$ref":"#/components/schemas/Extent"},{"type":"null"}]},"itemType":{"type":"string","title":"Itemtype","default":"feature"},"crs":{"items":{"type":"string"},"type":"array","title":"Crs","default":["http://www.opengis.net/def/crs/OGC/1.3/CRS84"]}},"type":"object","required":["id","links"],"title":"Collection","description":"Collection model.\n\nNote: `CRS` is the list of CRS supported by the service not the CRS of the collection\n\nRef: http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/collection.yaml"},"Collections":{"properties":{"links":{"items":{"$ref":"#/components/schemas/Link"},"type":"array","title":"Links"},"timeStamp":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Timestamp"},"numberMatched":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numbermatched"},"numberReturned":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberreturned"},"collections":{"items":{"$ref":"#/components/schemas/Collection"},"type":"array","title":"Collections"}},"additionalProperties":true,"type":"object","required":["links","collections"],"title":"Collections","description":"Collections model.\n\nRef: http://beta.schemas.opengis.net/ogcapi/common/part2/0.1/collections/openapi/schemas/collections.yaml"},"Conformance":{"properties":{"conformsTo":{"items":{"type":"string"},"type":"array","title":"Conformsto"}},"type":"object","required":["conformsTo"],"title":"Conformance","description":"Conformance model.\n\nRef: http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/confClasses.yaml"},"Extent":{"properties":{"spatial":{"anyOf":[{"$ref":"#/components/schemas/Spatial"},{"type":"null"}]},"temporal":{"anyOf":[{"$ref":"#/components/schemas/Temporal"},{"type":"null"}]}},"type":"object","title":"Extent","description":"Extent model.\n\nRef: http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/extent.yaml"},"GeometryCollection":{"properties":{"bbox":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":4,"minItems":4},{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":6,"minItems":6},{"type":"null"}],"title":"Bbox"},"type":{"type":"string","const":"GeometryCollection","title":"Type"},"geometries":{"items":{"oneOf":[{"$ref":"#/components/schemas/Point"},{"$ref":"#/components/schemas/MultiPoint"},{"$ref":"#/components/schemas/LineString"},{"$ref":"#/components/schemas/MultiLineString"},{"$ref":"#/components/schemas/Polygon"},{"$ref":"#/components/schemas/MultiPolygon"},{"$ref":"#/components/schemas/GeometryCollection"}],"discriminator":{"propertyName":"type","mapping":{"GeometryCollection":"#/components/schemas/GeometryCollection","LineString":"#/components/schemas/LineString","MultiLineString":"#/components/schemas/MultiLineString","MultiPoint":"#/components/schemas/MultiPoint","MultiPolygon":"#/components/schemas/MultiPolygon","Point":"#/components/schemas/Point","Polygon":"#/components/schemas/Polygon"}}},"type":"array","title":"Geometries"}},"type":"object","required":["type","geometries"],"title":"GeometryCollection","description":"GeometryCollection Model"},"GeospatialData":{"properties":{"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title","description":"Title of this tile matrix set, normally used for display to a human"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description","description":"Brief narrative description of this tile matrix set, normally available for display to a human"},"keywords":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Keywords","description":"Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this layer"},"id":{"type":"string","title":"Id","description":"Unique identifier of the Layer. Implementation of 'identifier'"},"dataType":{"type":"string","enum":["map","vector","coverage"],"title":"Datatype","description":"Type of data represented in the tileset"},"geometryDimension":{"anyOf":[{"type":"integer","maximum":3.0,"minimum":0.0},{"type":"null"}],"title":"Geometrydimension","description":"The geometry dimension of the features shown in this layer (0: points, 1: curves, 2: surfaces, 3: solids), unspecified: mixed or unknown"},"featureType":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Featuretype","description":"Feature type identifier. Only applicable to layers of datatype 'geometries'"},"attribution":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Attribution","description":"Short reference to recognize the author or provider"},"license":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"License","description":"License applicable to the tiles"},"pointOfContact":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pointofcontact","description":"Useful information to contact the authors or custodians for the layer (e.g. e-mail address, a physical address,  phone numbers, etc)"},"publisher":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Publisher","description":"Organization or individual responsible for making the layer available"},"theme":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Theme","description":"Category where the layer can be grouped"},"crs":{"anyOf":[{"$ref":"#/components/schemas/CRS"},{"type":"null"}],"title":"CRS"},"epoch":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Epoch","description":"Epoch of the Coordinate Reference System (CRS)"},"minScaleDenominator":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Minscaledenominator","description":"Minimum scale denominator for usage of the layer"},"maxScaleDenominator":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxscaledenominator","description":"Maximum scale denominator for usage of the layer"},"minCellSize":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Mincellsize","description":"Minimum cell size for usage of the layer"},"maxCellSize":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maxcellsize","description":"Maximum cell size for usage of the layer"},"maxTileMatrix":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Maxtilematrix","description":"TileMatrix identifier associated with the minScaleDenominator"},"minTileMatrix":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Mintilematrix","description":"TileMatrix identifier associated with the maxScaleDenominator"},"boundingBox":{"anyOf":[{"$ref":"#/components/schemas/BoundingBox"},{"type":"null"}]},"created":{"anyOf":[{"$ref":"#/components/schemas/TimeStamp"},{"type":"null"}]},"updated":{"anyOf":[{"$ref":"#/components/schemas/TimeStamp"},{"type":"null"}]},"style":{"anyOf":[{"$ref":"#/components/schemas/Style"},{"type":"null"}]},"geoDataClasses":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Geodataclasses","description":"URI identifying a class of data contained in this layer (useful to determine compatibility with styles or processes)"},"propertiesSchema":{"anyOf":[{"$ref":"#/components/schemas/PropertiesSchema"},{"type":"null"}]},"links":{"anyOf":[{"items":{"$ref":"#/components/schemas/Link"},"type":"array","minItems":1},{"type":"null"}],"title":"Links","description":"Links related to this layer. Possible link 'rel' values are: 'geodata' for a URL pointing to the collection of geospatial data."}},"type":"object","required":["id","dataType"],"title":"GeospatialData","description":"Geospatial model.\n\nRef: https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/tms/geospatialData.yaml\n\nCode generated using https://github.com/koxudaxi/datamodel-code-generator/"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"Item":{"properties":{"bbox":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":4,"minItems":4},{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":6,"minItems":6},{"type":"null"}],"title":"Bbox"},"type":{"type":"string","const":"Feature","title":"Type"},"geometry":{"anyOf":[{"oneOf":[{"$ref":"#/components/schemas/Point"},{"$ref":"#/components/schemas/MultiPoint"},{"$ref":"#/components/schemas/LineString"},{"$ref":"#/components/schemas/MultiLineString"},{"$ref":"#/components/schemas/Polygon"},{"$ref":"#/components/schemas/MultiPolygon"},{"$ref":"#/components/schemas/GeometryCollection"}],"discriminator":{"propertyName":"type","mapping":{"GeometryCollection":"#/components/schemas/GeometryCollection","LineString":"#/components/schemas/LineString","MultiLineString":"#/components/schemas/MultiLineString","MultiPoint":"#/components/schemas/MultiPoint","MultiPolygon":"#/components/schemas/MultiPolygon","Point":"#/components/schemas/Point","Polygon":"#/components/schemas/Polygon"}}},{"type":"null"}],"title":"Geometry"},"properties":{"anyOf":[{"type":"object"},{"$ref":"#/components/schemas/BaseModel"},{"type":"null"}],"title":"Properties"},"id":{"anyOf":[{"type":"integer"},{"type":"string"},{"type":"null"}],"title":"Id"},"links":{"anyOf":[{"items":{"$ref":"#/components/schemas/Link"},"type":"array"},{"type":"null"}],"title":"Links"}},"type":"object","required":["type","geometry","properties"],"title":"Item","description":"Item model\n\nRef: http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/featureGeoJSON.yaml"},"Items":{"properties":{"bbox":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":4,"minItems":4},{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":6,"minItems":6},{"type":"null"}],"title":"Bbox"},"type":{"type":"string","const":"FeatureCollection","title":"Type"},"features":{"items":{"$ref":"#/components/schemas/Item"},"type":"array","title":"Features"},"id":{"type":"string","title":"Id"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"keywords":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Keywords"},"links":{"anyOf":[{"items":{"$ref":"#/components/schemas/Link"},"type":"array"},{"type":"null"}],"title":"Links"},"timeStamp":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Timestamp"},"numberMatched":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numbermatched"},"numberReturned":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Numberreturned"}},"type":"object","required":["type","features","id"],"title":"Items","description":"Items model\n\nRef: http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/featureCollectionGeoJSON.yaml"},"Landing":{"properties":{"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"links":{"items":{"$ref":"#/components/schemas/Link"},"type":"array","title":"Links"}},"type":"object","required":["links"],"title":"Landing","description":"Landing page model.\n\nRef: http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/landingPage.yaml"},"LayerJSON":{"properties":{"id":{"type":"string","title":"Id"},"fields":{"type":"object","title":"Fields"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"minzoom":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Minzoom"},"maxzoom":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Maxzoom"}},"type":"object","required":["id"],"title":"LayerJSON","description":"https://github.com/mapbox/tilejson-spec/tree/master/3.0.0#33-vector_layers"},"LineString":{"properties":{"bbox":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":4,"minItems":4},{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":6,"minItems":6},{"type":"null"}],"title":"Bbox"},"type":{"type":"string","const":"LineString","title":"Type"},"coordinates":{"items":{"anyOf":[{"$ref":"#/components/schemas/Position2D"},{"$ref":"#/components/schemas/Position3D"}]},"type":"array","minItems":2,"title":"Coordinates"}},"type":"object","required":["type","coordinates"],"title":"LineString","description":"LineString Model"},"Link":{"properties":{"href":{"type":"string","title":"Href","description":"Supplies the URI to a remote resource (or resource fragment).","examples":["http://data.example.com/buildings/123"]},"rel":{"type":"string","title":"Rel","description":"The type or semantics of the relation.","examples":["alternate"]},"type":{"anyOf":[{"$ref":"#/components/schemas/MediaType"},{"type":"null"}],"description":"A hint indicating what the media type of the result of dereferencing the link should be.","examples":["application/geo+json"]},"templated":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Templated","description":"This flag set to true if the link is a URL template."},"varBase":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Varbase","description":"A base path to retrieve semantic information about the variables used in URL template.","examples":["/ogcapi/vars/"]},"hreflang":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Hreflang","description":"A hint indicating what the language of the result of dereferencing the link should be.","examples":["en"]},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title","description":"Used to label the destination of a link such that it can be used as a human-readable identifier.","examples":["Trierer Strasse 70, 53115 Bonn"]},"length":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Length"}},"type":"object","required":["href","rel"],"title":"Link","description":"Link model.\n\nRef: https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/common-core/link.yaml\n\nCode generated using https://github.com/koxudaxi/datamodel-code-generator/"},"MediaType":{"type":"string","enum":["application/xml","application/json","application/ndjson","application/geo+json","application/geo+json-seq","application/schema+json","text/html","text/plain","text/csv","application/vnd.oai.openapi+json;version=3.0","application/vnd.oai.openapi;version=3.0","application/x-protobuf","application/vnd.mapbox-vector-tile"],"title":"MediaType","description":"Responses Media types formerly known as MIME types."},"MultiLineString":{"properties":{"bbox":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":4,"minItems":4},{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":6,"minItems":6},{"type":"null"}],"title":"Bbox"},"type":{"type":"string","const":"MultiLineString","title":"Type"},"coordinates":{"items":{"items":{"anyOf":[{"$ref":"#/components/schemas/Position2D"},{"$ref":"#/components/schemas/Position3D"}]},"type":"array","minItems":2},"type":"array","title":"Coordinates"}},"type":"object","required":["type","coordinates"],"title":"MultiLineString","description":"MultiLineString Model"},"MultiPoint":{"properties":{"bbox":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":4,"minItems":4},{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":6,"minItems":6},{"type":"null"}],"title":"Bbox"},"type":{"type":"string","const":"MultiPoint","title":"Type"},"coordinates":{"items":{"anyOf":[{"$ref":"#/components/schemas/Position2D"},{"$ref":"#/components/schemas/Position3D"}]},"type":"array","title":"Coordinates"}},"type":"object","required":["type","coordinates"],"title":"MultiPoint","description":"MultiPoint Model"},"MultiPolygon":{"properties":{"bbox":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":4,"minItems":4},{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":6,"minItems":6},{"type":"null"}],"title":"Bbox"},"type":{"type":"string","const":"MultiPolygon","title":"Type"},"coordinates":{"items":{"items":{"items":{"anyOf":[{"$ref":"#/components/schemas/Position2D"},{"$ref":"#/components/schemas/Position3D"}]},"type":"array","minItems":4},"type":"array"},"type":"array","title":"Coordinates"}},"type":"object","required":["type","coordinates"],"title":"MultiPolygon","description":"MultiPolygon Model"},"Point":{"properties":{"bbox":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":4,"minItems":4},{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":6,"minItems":6},{"type":"null"}],"title":"Bbox"},"type":{"type":"string","const":"Point","title":"Type"},"coordinates":{"anyOf":[{"$ref":"#/components/schemas/Position2D"},{"$ref":"#/components/schemas/Position3D"}],"title":"Coordinates"}},"type":"object","required":["type","coordinates"],"title":"Point","description":"Point Model"},"Polygon":{"properties":{"bbox":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":4,"minItems":4},{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"type":"array","maxItems":6,"minItems":6},{"type":"null"}],"title":"Bbox"},"type":{"type":"string","const":"Polygon","title":"Type"},"coordinates":{"items":{"items":{"anyOf":[{"$ref":"#/components/schemas/Position2D"},{"$ref":"#/components/schemas/Position3D"}]},"type":"array","minItems":4},"type":"array","title":"Coordinates"}},"type":"object","required":["type","coordinates"],"title":"Polygon","description":"Polygon Model"},"Position2D":{"prefixItems":[{"type":"number","title":"Longitude"},{"type":"number","title":"Latitude"}],"type":"array","maxItems":2,"minItems":2},"Position3D":{"prefixItems":[{"type":"number","title":"Longitude"},{"type":"number","title":"Latitude"},{"type":"number","title":"Altitude"}],"type":"array","maxItems":3,"minItems":3},"Properties":{"properties":{"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description","description":"Implements 'description'"},"type":{"anyOf":[{"type":"string","enum":["array","boolean","integer","null","number","object","string"]},{"type":"null"}],"title":"Type"},"enum":{"anyOf":[{"items":{},"type":"array","minItems":1,"uniqueItems":true},{"type":"null"}],"title":"Enum","description":"Implements 'acceptedValues'"},"format":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Format","description":"Complements implementation of 'type'"},"contentMediaType":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contentmediatype","description":"Implements 'mediaType'"},"maximum":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Maximum","description":"Implements 'range'"},"exclusiveMaximum":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Exclusivemaximum","description":"Implements 'range'"},"minimum":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Minimum","description":"Implements 'range'"},"exclusiveMinimum":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Exclusiveminimum","description":"Implements 'range'"},"pattern":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pattern"},"maxItems":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Maxitems","description":"Implements 'upperMultiplicity'"},"minItems":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Minitems","description":"Implements 'lowerMultiplicity'","default":0},"observedProperty":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Observedproperty"},"observedPropertyURI":{"anyOf":[{"type":"string","minLength":1,"format":"uri"},{"type":"null"}],"title":"Observedpropertyuri"},"uom":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Uom"},"uomURI":{"anyOf":[{"type":"string","minLength":1,"format":"uri"},{"type":"null"}],"title":"Uomuri"}},"type":"object","title":"Properties","description":"Properties model.\n\nRef: https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/tms/propertiesSchema.yaml\n\nCode generated using https://github.com/koxudaxi/datamodel-code-generator/"},"PropertiesSchema":{"properties":{"type":{"type":"string","const":"object","title":"Type"},"required":{"anyOf":[{"items":{"type":"string"},"type":"array","minItems":1},{"type":"null"}],"title":"Required","description":"Implements 'multiplicity' by citing property 'name' defined as 'additionalProperties'"},"properties":{"additionalProperties":{"$ref":"#/components/schemas/Properties"},"type":"object","title":"Properties"}},"type":"object","required":["type","properties"],"title":"PropertiesSchema","description":"PropertiesSchema model.\n\nRef: https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/tms/propertiesSchema.yaml\n\nCode generated using https://github.com/koxudaxi/datamodel-code-generator/"},"Queryables":{"properties":{"title":{"type":"string","title":"Title"},"properties":{"additionalProperties":{"additionalProperties":{"type":"string"},"type":"object"},"type":"object","title":"Properties"},"type":{"type":"string","title":"Type","default":"object"},"$schema":{"type":"string","title":"$Schema","default":"https://json-schema.org/draft/2019-09/schema"},"$id":{"type":"string","title":"$Id"}},"type":"object","required":["title","properties","$id"],"title":"Queryables","description":"Queryables model.\n\nRef: https://docs.ogc.org/DRAFTS/19-079r1.html#filter-queryables"},"Spatial":{"properties":{"bbox":{"items":{"items":{"type":"number"},"type":"array"},"type":"array","title":"Bbox"},"crs":{"type":"string","title":"Crs","default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84"}},"type":"object","required":["bbox"],"title":"Spatial","description":"Spatial Extent model.\n\nRef: http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/extent.yaml"},"Style":{"properties":{"id":{"type":"string","title":"Id","description":"An identifier for this style. Implementation of 'identifier'"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title","description":"A title for this style"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description","description":"Brief narrative description of this style"},"keywords":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Keywords","description":"keywords about this style"},"links":{"anyOf":[{"items":{"$ref":"#/components/schemas/Link"},"type":"array","minItems":1},{"type":"null"}],"title":"Links","description":"Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style."}},"type":"object","required":["id"],"title":"Style","description":"Style model.\n\nRef: https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/tms/style.yaml\n\nCode generated using https://github.com/koxudaxi/datamodel-code-generator/"},"StyleJSON":{"properties":{"version":{"type":"integer","title":"Version","default":8},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Metadata"},"layers":{"items":{"type":"object"},"type":"array","title":"Layers"},"sources":{"type":"object","title":"Sources"},"center":{"items":{"type":"number"},"type":"array","title":"Center","default":[0,0]},"zoom":{"type":"integer","title":"Zoom","default":1}},"type":"object","required":["layers","sources"],"title":"StyleJSON","description":"Simple Mapbox/Maplibre Style JSON model.\n\nBased on https://docs.mapbox.com/help/glossary/style/"},"TMSBoundingBox":{"properties":{"lowerLeft":{"prefixItems":[{"anyOf":[{"type":"number"},{"type":"integer"}]},{"anyOf":[{"type":"number"},{"type":"integer"}]}],"type":"array","maxItems":2,"minItems":2,"title":"Lowerleft","description":"A 2D Point in the CRS indicated elsewhere"},"upperRight":{"prefixItems":[{"anyOf":[{"type":"number"},{"type":"integer"}]},{"anyOf":[{"type":"number"},{"type":"integer"}]}],"type":"array","maxItems":2,"minItems":2,"title":"Upperright","description":"A 2D Point in the CRS indicated elsewhere"},"crs":{"anyOf":[{"$ref":"#/components/schemas/CRS"},{"type":"null"}],"description":"Coordinate Reference System (CRS)"},"orderedAxes":{"anyOf":[{"items":{"type":"string"},"type":"array","maxItems":2,"minItems":2},{"type":"null"}],"title":"Orderedaxes","description":"Ordered list of names of the dimensions defined in the CRS"}},"type":"object","required":["lowerLeft","upperRight"],"title":"TMSBoundingBox","description":"Bounding box\n\nref: https://github.com/opengeospatial/2D-Tile-Matrix-Set/blob/master/schemas/tms/2.0/json/2DBoundingBox.json"},"Temporal":{"properties":{"interval":{"items":{"items":{"anyOf":[{"type":"string"},{"type":"null"}]},"type":"array"},"type":"array","title":"Interval"},"trs":{"type":"string","title":"Trs","default":"http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"}},"type":"object","required":["interval"],"title":"Temporal","description":"Temporal Extent model.\n\nRef: http://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/extent.yaml"},"TileJSON":{"properties":{"tilejson":{"type":"string","title":"Tilejson","default":"3.0.0"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"version":{"type":"string","title":"Version","default":"1.0.0"},"attribution":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Attribution"},"template":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Template"},"legend":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Legend"},"scheme":{"type":"string","enum":["xyz","tms"],"title":"Scheme","default":"xyz"},"tiles":{"items":{"type":"string"},"type":"array","title":"Tiles"},"vector_layers":{"anyOf":[{"items":{"$ref":"#/components/schemas/LayerJSON"},"type":"array"},{"type":"null"}],"title":"Vector Layers"},"grids":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Grids"},"data":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Data"},"minzoom":{"type":"integer","title":"Minzoom","default":0},"maxzoom":{"type":"integer","title":"Maxzoom","default":30},"fillzoom":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Fillzoom"},"bounds":{"items":{"type":"number"},"type":"array","title":"Bounds","default":[180,-85.05112877980659,180,85.0511287798066]},"center":{"anyOf":[{"prefixItems":[{"type":"number"},{"type":"number"},{"type":"integer"}],"type":"array","maxItems":3,"minItems":3},{"type":"null"}],"title":"Center"}},"type":"object","required":["tiles"],"title":"TileJSON","description":"TileJSON model.\nBased on https://github.com/mapbox/tilejson-spec/tree/master/2.2.0"},"TileMatrix":{"properties":{"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title","description":"Title of this tile matrix, normally used for display to a human"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description","description":"Brief narrative description of this tile matrix set, normally available for display to a human"},"keywords":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Keywords","description":"Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this dataset"},"id":{"type":"string","pattern":"^\\-?[0-9]+$","title":"Id","description":"Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. Implementation of 'identifier'"},"scaleDenominator":{"type":"number","title":"Scaledenominator","description":"Scale denominator of this tile matrix"},"cellSize":{"type":"number","title":"Cellsize","description":"Cell size of this tile matrix"},"cornerOfOrigin":{"type":"string","enum":["topLeft","bottomLeft"],"title":"Corneroforigin","description":"The corner of the tile matrix (_topLeft_ or _bottomLeft_) used as the origin for numbering tile rows and columns. This corner is also a corner of the (0, 0) tile.","default":"topLeft"},"pointOfOrigin":{"prefixItems":[{"anyOf":[{"type":"number"},{"type":"integer"}]},{"anyOf":[{"type":"number"},{"type":"integer"}]}],"type":"array","maxItems":2,"minItems":2,"title":"Pointoforigin","description":"Precise position in CRS coordinates of the corner of origin (e.g. the top-left corner) for this tile matrix. This position is also a corner of the (0, 0) tile. In previous version, this was 'topLeftCorner' and 'cornerOfOrigin' did not exist."},"tileWidth":{"type":"integer","multipleOf":1.0,"minimum":1.0,"title":"Tilewidth","description":"Width of each tile of this tile matrix in pixels"},"tileHeight":{"type":"integer","multipleOf":1.0,"minimum":1.0,"title":"Tileheight","description":"Height of each tile of this tile matrix in pixels"},"matrixWidth":{"type":"integer","multipleOf":1.0,"minimum":1.0,"title":"Matrixwidth","description":"Width of the matrix (number of tiles in width)"},"matrixHeight":{"type":"integer","multipleOf":1.0,"minimum":1.0,"title":"Matrixheight","description":"Height of the matrix (number of tiles in height)"},"variableMatrixWidths":{"anyOf":[{"items":{"$ref":"#/components/schemas/variableMatrixWidth"},"type":"array"},{"type":"null"}],"title":"Variablematrixwidths","description":"Describes the rows that has variable matrix width"}},"additionalProperties":false,"type":"object","required":["id","scaleDenominator","cellSize","pointOfOrigin","tileWidth","tileHeight","matrixWidth","matrixHeight"],"title":"TileMatrix","description":"Tile Matrix Definition\n\nA tile matrix, usually corresponding to a particular zoom level of a TileMatrixSet.\n\nref: https://github.com/opengeospatial/2D-Tile-Matrix-Set/blob/master/schemas/tms/2.0/json/tileMatrix.json"},"TileMatrixLimits":{"properties":{"tileMatrix":{"type":"string","title":"Tilematrix"},"minTileRow":{"type":"integer","minimum":0.0,"title":"Mintilerow"},"maxTileRow":{"type":"integer","minimum":0.0,"title":"Maxtilerow"},"minTileCol":{"type":"integer","minimum":0.0,"title":"Mintilecol"},"maxTileCol":{"type":"integer","minimum":0.0,"title":"Maxtilecol"}},"type":"object","required":["tileMatrix","minTileRow","maxTileRow","minTileCol","maxTileCol"],"title":"TileMatrixLimits","description":"The limits for an individual tile matrix of a TileSet's TileMatrixSet, as defined in the OGC 2D TileMatrixSet and TileSet Metadata Standard\n\nBased on https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/tms/tileMatrixLimits.yaml"},"TileMatrixSet":{"properties":{"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title","description":"Title of this tile matrix set, normally used for display to a human"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description","description":"Brief narrative description of this tile matrix set, normally available for display to a human"},"keywords":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Keywords","description":"Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this tile matrix set"},"id":{"anyOf":[{"type":"string","pattern":"^[\\w\\d_\\-]+$"},{"type":"null"}],"title":"Id","description":"Tile matrix set identifier. Implementation of 'identifier'"},"uri":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Uri","description":"Reference to an official source for this tileMatrixSet"},"orderedAxes":{"anyOf":[{"items":{"type":"string"},"type":"array","maxItems":2,"minItems":2},{"type":"null"}],"title":"Orderedaxes","description":"Ordered list of names of the dimensions defined in the CRS"},"crs":{"$ref":"#/components/schemas/CRS","description":"Coordinate Reference System (CRS)"},"wellKnownScaleSet":{"anyOf":[{"type":"string","minLength":1,"format":"uri"},{"type":"null"}],"title":"Wellknownscaleset","description":"Reference to a well-known scale set"},"boundingBox":{"anyOf":[{"$ref":"#/components/schemas/TMSBoundingBox"},{"type":"null"}],"description":"Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS"},"tileMatrices":{"items":{"$ref":"#/components/schemas/TileMatrix"},"type":"array","title":"Tilematrices","description":"Describes scale levels and its tile matrices"}},"type":"object","required":["crs","tileMatrices"],"title":"TileMatrixSet","description":"Tile Matrix Set Definition\n\nA definition of a tile matrix set following the Tile Matrix Set standard.\nFor tileset metadata, such a description (in `tileMatrixSet` property) is only required for offline use,\nas an alternative to a link with a `http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme` relation type.\n\nref: https://github.com/opengeospatial/2D-Tile-Matrix-Set/blob/master/schemas/tms/2.0/json/tileMatrixSet.json"},"TileMatrixSetLink":{"properties":{"href":{"type":"string","title":"Href"},"rel":{"type":"string","title":"Rel","default":"http://www.opengis.net/def/rel/ogc/1.0/tiling-schemes"},"type":{"$ref":"#/components/schemas/MediaType","default":"application/json"}},"type":"object","required":["href"],"title":"TileMatrixSetLink","description":"TileMatrixSetLink model.\nBased on http://docs.opengeospatial.org/per/19-069.html#_tilematrixsets"},"TileMatrixSetList":{"properties":{"tileMatrixSets":{"items":{"$ref":"#/components/schemas/TileMatrixSetRef"},"type":"array","title":"Tilematrixsets"}},"type":"object","required":["tileMatrixSets"],"title":"TileMatrixSetList","description":"TileMatrixSetList model.\nBased on http://docs.opengeospatial.org/per/19-069.html#_tilematrixsets"},"TileMatrixSetRef":{"properties":{"id":{"type":"string","title":"Id"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title"},"links":{"items":{"$ref":"#/components/schemas/TileMatrixSetLink"},"type":"array","title":"Links"}},"type":"object","required":["id","links"],"title":"TileMatrixSetRef","description":"TileMatrixSetRef model.\nBased on http://docs.opengeospatial.org/per/19-069.html#_tilematrixsets"},"TilePoint":{"properties":{"coordinates":{"items":{"type":"number"},"type":"array","maxItems":2,"minItems":2,"title":"Coordinates"},"crs":{"anyOf":[{"$ref":"#/components/schemas/CRS"},{"type":"null"}],"title":"CRS"},"tileMatrix":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Tilematrix","description":"TileMatrix identifier associated with the scaleDenominator"},"scaleDenominator":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Scaledenominator","description":"Scale denominator of the tile matrix selected"},"cellSize":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cellsize","description":"Cell size of the tile matrix selected"}},"type":"object","required":["coordinates","crs"],"title":"TilePoint","description":"TilePoint model.\n\nRef: https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/tms/tilePoint.yaml\n\nCode generated using https://github.com/koxudaxi/datamodel-code-generator/"},"TileSet":{"properties":{"title":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Title","description":"A title for this tileset"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description","description":"Brief narrative description of this tile set"},"dataType":{"type":"string","enum":["map","vector","coverage"],"title":"Datatype","description":"Type of data represented in the tileset"},"crs":{"$ref":"#/components/schemas/CRS"},"tileMatrixSetURI":{"anyOf":[{"type":"string","minLength":1,"format":"uri"},{"type":"null"}],"title":"Tilematrixseturi","description":"Reference to a Tile Matrix Set on an official source for Tile Matrix Sets"},"links":{"items":{"$ref":"#/components/schemas/Link"},"type":"array","title":"Links","description":"Links to related resources"},"tileMatrixSetLimits":{"anyOf":[{"items":{"$ref":"#/components/schemas/TileMatrixLimits"},"type":"array"},{"type":"null"}],"title":"Tilematrixsetlimits","description":"Limits for the TileRow and TileCol values for each TileMatrix in the tileMatrixSet. If missing, there are no limits other that the ones imposed by the TileMatrixSet. If present the TileMatrices listed are limited and the rest not available at all"},"epoch":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Epoch","description":"Epoch of the Coordinate Reference System (CRS)"},"layers":{"anyOf":[{"items":{"$ref":"#/components/schemas/GeospatialData"},"type":"array","minItems":1},{"type":"null"}],"title":"Layers"},"boundingBox":{"anyOf":[{"$ref":"#/components/schemas/BoundingBox"},{"type":"null"}]},"centerPoint":{"anyOf":[{"$ref":"#/components/schemas/TilePoint"},{"type":"null"}]},"style":{"anyOf":[{"$ref":"#/components/schemas/Style"},{"type":"null"}]},"attribution":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Attribution","description":"Short reference to recognize the author or provider"},"license":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"License","description":"License applicable to the tiles"},"accessConstraints":{"anyOf":[{"type":"string","enum":["unclassified","restricted","confidential","secret","topSecret"]},{"type":"null"}],"title":"Accessconstraints","description":"Restrictions on the availability of the Tile Set that the user needs to be aware of before using or redistributing the Tile Set","default":"unclassified"},"keywords":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Keywords","description":"keywords about this tileset"},"version":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Version","description":"Version of the Tile Set. Changes if the data behind the tiles has been changed"},"created":{"anyOf":[{"$ref":"#/components/schemas/TimeStamp"},{"type":"null"}]},"updated":{"anyOf":[{"$ref":"#/components/schemas/TimeStamp"},{"type":"null"}]},"pointOfContact":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pointofcontact","description":"Useful information to contact the authors or custodians for the Tile Set"},"mediaTypes":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Mediatypes","description":"Media types available for the tiles"}},"type":"object","required":["dataType","crs","links"],"title":"TileSet","description":"TileSet model.\n\nBased on https://github.com/opengeospatial/ogcapi-tiles/blob/master/openapi/schemas/tms/tileSet.yaml"},"TileSetList":{"properties":{"tilesets":{"items":{"$ref":"#/components/schemas/TileSet"},"type":"array","title":"Tilesets"}},"type":"object","required":["tilesets"],"title":"TileSetList","description":"TileSetList model.\n\nBased on https://docs.ogc.org/is/20-057/20-057.html#toc34"},"TimeStamp":{"type":"string","format":"date-time","title":"TimeStamp","description":"This property indicates the time and date when the response was generated using RFC 3339 notation.","examples":["2017-08-17T08:05:32Z"]},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"variableMatrixWidth":{"properties":{"coalesce":{"type":"integer","multipleOf":1.0,"minimum":2.0,"title":"Coalesce","description":"Number of tiles in width that coalesce in a single tile for these rows"},"minTileRow":{"type":"integer","multipleOf":1.0,"minimum":0.0,"title":"Mintilerow","description":"First tile row where the coalescence factor applies for this tilematrix"},"maxTileRow":{"type":"integer","multipleOf":1.0,"minimum":0.0,"title":"Maxtilerow","description":"Last tile row where the coalescence factor applies for this tilematrix"}},"type":"object","required":["coalesce","minTileRow","maxTileRow"],"title":"variableMatrixWidth","description":"Variable Matrix Width Definition\n\nref: https://github.com/opengeospatial/2D-Tile-Matrix-Set/blob/master/schemas/tms/2.0/json/variableMatrixWidth.json"}}}}