Sentinel Hub · Schema

BYOCTilesResponse

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
data array
links object
View JSON Schema on GitHub

JSON Schema

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