object
-
directorystring -
granulesarray of MosaicHarvestGranule ↗ -
modestring -
- Allowed values
-
["append","synchronize"]
-
patternstring
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"
}