Docs API schemas

neoserver 0.1.2

TileMatrixSet

TileMatrixSet schema for the neoserver management API.

← All schemas

object
crs string required
description string
id string required
orderedAxes array of string
tileMatrices array of TileMatrix ↗ required
title string
uri string
wellKnownScaleSet string
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"
}

Search documentation

Type to search guides and reference pages.