Sentinel Hub · Schema

MultiPartBatchV2Request

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
request object
evalscript string Block of JavaScript code.
View JSON Schema on GitHub

JSON Schema

MultiPartBatchV2Request.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/MultiPartBatchV2Request",
  "title": "MultiPartBatchV2Request",
  "type": "object",
  "properties": {
    "request": {
      "$ref": "#/components/schemas/BatchV2ProcessRequest"
    },
    "evalscript": {
      "description": "Block of JavaScript code.",
      "type": "string"
    }
  }
}