Docs API schemas

neoserver 0.1.2

MosaicHarvestRequest

MosaicHarvestRequest schema for the neoserver management API.

← All schemas

object
directory string
granules array of MosaicHarvestGranule ↗
mode string
Allowed values
["append","synchronize"]
pattern string
OpenAPI schema definition
{
  "properties": {
    "directory": {
      "type": "string"
    },
    "granules": {
      "items": {
        "$ref": "#/components/schemas/MosaicHarvestGranule"
      },
      "type": "array"
    },
    "mode": {
      "enum": [
        "append",
        "synchronize"
      ],
      "type": "string"
    },
    "pattern": {
      "type": "string"
    }
  },
  "type": "object"
}

Search documentation

Type to search guides and reference pages.