Docs API schemas

neoserver 0.1.2

WMTSSettings

WMTSSettings schema for the neoserver management API.

← All schemas

object
abstract string
contact_email string · email
contact_name string
contact_position string
enabled boolean required
feature_info_enabled boolean required
provider_name string
provider_site string · uri
public boolean required
tile_matrix_limits_enabled boolean

Advertise and enforce tile bounds from published resource extents.

Default
false
title string
vector_tiles_enabled boolean
OpenAPI schema definition
{
  "properties": {
    "abstract": {
      "type": "string"
    },
    "contact_email": {
      "format": "email",
      "type": "string"
    },
    "contact_name": {
      "type": "string"
    },
    "contact_position": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "feature_info_enabled": {
      "type": "boolean"
    },
    "provider_name": {
      "type": "string"
    },
    "provider_site": {
      "format": "uri",
      "type": "string"
    },
    "public": {
      "type": "boolean"
    },
    "tile_matrix_limits_enabled": {
      "default": false,
      "description": "Advertise and enforce tile bounds from published resource extents.",
      "type": "boolean"
    },
    "title": {
      "type": "string"
    },
    "vector_tiles_enabled": {
      "type": "boolean"
    }
  },
  "required": [
    "enabled",
    "public",
    "feature_info_enabled"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.