Sentinel Hub · Schema

collectionsFilter

Only returns the collections specified

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
collections object
View JSON Schema on GitHub

JSON Schema

CatalogItemSearchCollectionsFilter.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogItemSearchCollectionsFilter",
  "title": "collectionsFilter",
  "type": "object",
  "description": "Only returns the collections specified",
  "properties": {
    "collections": {
      "$ref": "#/components/schemas/CatalogItemSearchCollectionsArray"
    }
  }
}