Sentinel Hub · Schema

DeliveryTile

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
id string Tile ID
deliveryId string Tile ID
status object
View JSON Schema on GitHub

JSON Schema

DeliveryTile.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/DeliveryTile",
  "title": "DeliveryTile",
  "type": "object",
  "properties": {
    "id": {
      "description": "Tile ID",
      "type": "string",
      "format": "uuid"
    },
    "deliveryId": {
      "description": "Tile ID",
      "type": "string",
      "format": "uuid"
    },
    "status": {
      "$ref": "#/components/schemas/TileStatus"
    }
  }
}