Sentinel Hub · Schema

ProcessRequestOutputForBatch

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
responses array Response object.
View JSON Schema on GitHub

JSON Schema

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