Sentinel Hub · Schema

BatchV2ProcessRequestUpdatePayload

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
description string Optional description that can be used to keep track of requests. If omitted, the description will not be changed.
View JSON Schema on GitHub

JSON Schema

BatchV2ProcessRequestUpdatePayload.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/BatchV2ProcessRequestUpdatePayload",
  "title": "BatchV2ProcessRequestUpdatePayload",
  "type": "object",
  "properties": {
    "description": {
      "description": "Optional description that can be used to keep track of requests. If omitted, the description will not be changed.\n",
      "type": "string"
    }
  }
}