Sentinel Hub · Schema

OrderPlanetDelivery

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

OrderPlanetDelivery.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/OrderPlanetDelivery",
  "title": "OrderPlanetDelivery",
  "allOf": [
    {
      "$ref": "#/components/schemas/PlanetDeliveryProvider"
    },
    {
      "$ref": "#/components/schemas/OrderDeliveryBase"
    },
    {
      "type": "object",
      "properties": {
        "itemId": {
          "description": "Planet's Item ID for PlanetScope and SkySat deliveries.",
          "type": "string"
        }
      }
    }
  ]
}