Sentinel Hub · Schema

datetimeFilter

An object representing a date+time based filter.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
datetime object
View JSON Schema on GitHub

JSON Schema

CatalogItemSearchDatetimeFilter.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogItemSearchDatetimeFilter",
  "title": "datetimeFilter",
  "description": "An object representing a date+time based filter.",
  "type": "object",
  "properties": {
    "datetime": {
      "$ref": "#/components/schemas/CatalogItemSearchDatetimeInterval"
    }
  }
}