Docs API schemas

neoserver 0.1.2

TileMatrixSetSummary

TileMatrixSetSummary schema for the neoserver management API.

← All schemas

object
built_in boolean required
crs string
id string required
title string
uri string
OpenAPI schema definition
{
  "properties": {
    "built_in": {
      "type": "boolean"
    },
    "crs": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "uri": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "built_in"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.