Docs API schemas

neoserver 0.1.2

MosaicHarvestGranule

MosaicHarvestGranule schema for the neoserver management API.

← All schemas

object
elevation number
path string required
priority integer
time string
OpenAPI schema definition
{
  "properties": {
    "elevation": {
      "type": "number"
    },
    "path": {
      "type": "string"
    },
    "priority": {
      "type": "integer"
    },
    "time": {
      "type": "string"
    }
  },
  "required": [
    "path"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.