Sentinel Hub · Schema

BatchV2ZarrOutputArrayOverrides

Overrides the values of `arrayParameters` for individual arrays.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

BatchV2ZarrOutputArrayOverrides.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/BatchV2ZarrOutputArrayOverrides",
  "title": "BatchV2ZarrOutputArrayOverrides",
  "description": "Overrides the values of `arrayParameters` for individual arrays.",
  "type": "object",
  "additionalProperties": {
    "x-additionalPropertiesName": "array name",
    "$ref": "#/components/schemas/BatchV2ArrayOverride"
  }
}