Sentinel Hub · Schema

BYOCCollectionResponse

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

BYOCCollectionResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/BYOCCollectionResponse",
  "title": "BYOCCollectionResponse",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/BYOCCollection"
    }
  }
}