Sentinel Hub · Schema

ArrayOverrides

Overrides the values of `arrayParameters` for individual arrays.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

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