Sentinel Hub · Schema

idsFilter

Only returns items that match the array of given ids

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
ids object
View JSON Schema on GitHub

JSON Schema

CatalogItemSearchIdsFilter.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogItemSearchIdsFilter",
  "title": "idsFilter",
  "type": "object",
  "description": "Only returns items that match the array of given ids",
  "properties": {
    "ids": {
      "$ref": "#/components/schemas/CatalogItemSearchIds"
    }
  }
}