object
-
all_resourcesboolean -
boundsobject -
-
bboxarray of number required -
- Minimum items
-
4 - Maximum items
-
4
-
crsstring required
-
-
formatstring -
max_zoominteger -
min_zoominteger -
operationstring required -
- Allowed values
-
["seed","reseed","truncate"]
-
resourcestring -
stylestring -
tile_matrix_setstring -
tile_typestring -
- Allowed values
-
["map","vector"]
OpenAPI schema definition
{
"properties": {
"all_resources": {
"type": "boolean"
},
"bounds": {
"properties": {
"bbox": {
"items": {
"type": "number"
},
"maxItems": 4,
"minItems": 4,
"type": "array"
},
"crs": {
"type": "string"
}
},
"required": [
"bbox",
"crs"
],
"type": "object"
},
"format": {
"type": "string"
},
"max_zoom": {
"type": "integer"
},
"min_zoom": {
"type": "integer"
},
"operation": {
"enum": [
"seed",
"reseed",
"truncate"
],
"type": "string"
},
"resource": {
"type": "string"
},
"style": {
"type": "string"
},
"tile_matrix_set": {
"type": "string"
},
"tile_type": {
"enum": [
"map",
"vector"
],
"type": "string"
}
},
"required": [
"operation"
],
"type": "object"
}