{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.sentinel-hub.com/schemas/ProcessRequestForBatchV2", "title": "ProcessRequestForBatchV2", "type": "object", "description": "Batch processing equivalent of the Process request.", "required": [ "evalscript", "input", "output" ], "properties": { "input": { "$ref": "#/components/schemas/ProcessRequestInputForBatchV2" }, "output": { "$ref": "#/components/schemas/ProcessRequestOutputForBatchV2" }, "evalscript": { "description": "Your evalscript. For details, click\nhere.\n
Evalscript is not required here if using multipart upload.\n", "type": "string" } } }