Sentinel Hub · Schema

STAC extensions

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

CatalogStacExtensions.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogStacExtensions",
  "title": "STAC extensions",
  "type": "array",
  "uniqueItems": true,
  "items": {
    "anyOf": [
      {
        "title": "Reference to a JSON Schema",
        "type": "string",
        "format": "uri"
      },
      {
        "title": "Reference to a core extension",
        "type": "string"
      }
    ]
  }
}