Docs API schemas

neoserver 0.1.2

TileCacheBounds

TileCacheBounds schema for the neoserver management API.

← All schemas

object
bbox array of number required
Minimum items
4
Maximum items
4
crs string required
OpenAPI schema definition
{
  "properties": {
    "bbox": {
      "items": {
        "type": "number"
      },
      "maxItems": 4,
      "minItems": 4,
      "type": "array"
    },
    "crs": {
      "type": "string"
    }
  },
  "required": [
    "bbox",
    "crs"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.