Sentinel Hub · Schema

ZarrQueryArraysResponse

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

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