Sentinel Hub · Schema

AsyncProcessOutputDeliveryV2

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

AsyncProcessOutputDeliveryV2.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/AsyncProcessOutputDeliveryV2",
  "title": "AsyncProcessOutputDeliveryV2",
  "type": "object",
  "oneOf": [
    {
      "title": "S3BucketInfo",
      "required": [
        "s3"
      ],
      "properties": {
        "s3": {
          "$ref": "#/components/schemas/AsyncProcessS3BucketInfoTemplated"
        }
      }
    },
    {
      "title": "GSBucketInfo",
      "x-cdse-exclude": true,
      "required": [
        "gs"
      ],
      "properties": {
        "gs": {
          "$ref": "#/components/schemas/AsyncProcessGSBucketInfoTemplated"
        }
      }
    }
  ]
}