Sentinel Hub · Schema

collectionsArray

Array of Collection IDs to include in the search for items. Only Item objects in one of the provided collections will be searched.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

CatalogItemSearchCollectionsArray.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogItemSearchCollectionsArray",
  "title": "collectionsArray",
  "type": "array",
  "description": "Array of Collection IDs to include in the search for items.\nOnly Item objects in one of the provided collections will be searched.",
  "items": {
    "type": "string"
  },
  "minItems": 1,
  "maxItems": 1
}