{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.sentinel-hub.com/schemas/ProcessRequestOutputForBatchV2", "title": "ProcessRequestOutputForBatchV2", "type": "object", "properties": { "responses": { "type": "array", "description": "Response object.", "items": { "$ref": "#/components/schemas/ProcessRequestOutputBatchV2Response" } } } }