Docs API schemas

neoserver 0.1.2

CoverageCreate

CoverageCreate schema for the neoserver management API.

← All schemas

object
allowed_roles array of string
default_style string
description string
enabled boolean
public boolean
public_id string required
range_fields array of object

Array items

band integer required
definition string
description string
name string required
nil_values array of string
uom string
resampling string
Allowed values
["nearest","bilinear","cubic"]
source_coverage string required
styles array of string
tile_cache_quota_bytes integer · int64
title string
wcs20_coverage_subtype string
Allowed values
["RectifiedGridCoverage","GridCoverage"]
OpenAPI schema definition
{
  "properties": {
    "allowed_roles": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "default_style": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "public": {
      "type": "boolean"
    },
    "public_id": {
      "type": "string"
    },
    "range_fields": {
      "items": {
        "properties": {
          "band": {
            "type": "integer"
          },
          "definition": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "nil_values": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "uom": {
            "type": "string"
          }
        },
        "required": [
          "band",
          "name"
        ],
        "type": "object"
      },
      "type": "array"
    },
    "resampling": {
      "enum": [
        "nearest",
        "bilinear",
        "cubic"
      ],
      "type": "string"
    },
    "source_coverage": {
      "type": "string"
    },
    "styles": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "tile_cache_quota_bytes": {
      "format": "int64",
      "type": "integer"
    },
    "title": {
      "type": "string"
    },
    "wcs20_coverage_subtype": {
      "enum": [
        "RectifiedGridCoverage",
        "GridCoverage"
      ],
      "type": "string"
    }
  },
  "required": [
    "source_coverage",
    "public_id"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.