{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.sentinel-hub.com/schemas/ProcessRequestForBatch", "title": "ProcessRequestForBatch", "type": "object", "description": "Batch processing equivalent of the Process request.", "required": [ "evalscript", "input" ], "properties": { "input": { "$ref": "#/components/schemas/ProcessRequestInput" }, "output": { "$ref": "#/components/schemas/ProcessRequestOutputForBatch" }, "evalscript": { "description": "Your evalscript. For details, click\nhere.\n", "type": "string" } } }