Arlula · JSON Structure

Arlula Batch Tasking Order Request Structure

Request body for placing multiple tasking orders simultaneously.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

BatchTaskingOrderRequest is a JSON Structure definition published by Arlula. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://arlula.com/json-structure/batch-tasking-order-request.json",
  "name": "BatchTaskingOrderRequest",
  "description": "Request body for placing multiple tasking orders simultaneously.",
  "type": "object",
  "members": {
    "orders": {
      "type": "array",
      "items": {
        "type": "TaskingOrderRequest"
      }
    },
    "emails": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}