Docs API schemas

neoserver 0.1.2

CoverageRangeField

CoverageRangeField schema for the neoserver management API.

← All schemas

object
band integer required
definition string
description string
name string required
nil_values array of string
uom string
OpenAPI schema definition
{
  "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"
}

Search documentation

Type to search guides and reference pages.