Arlula · JSON Structure

Arlula Order Structure

A detailed order with campaigns and datasets.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

Order 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/order.json",
  "name": "Order",
  "description": "A detailed order with campaigns and datasets.",
  "type": "object",
  "members": {
    "orderId": {
      "type": "string",
      "description": "Order identifier."
    },
    "status": {
      "type": "string",
      "description": "Order status."
    },
    "createdAt": {
      "type": "string",
      "description": "Order creation timestamp."
    },
    "campaigns": {
      "type": "array",
      "items": {
        "type": "Campaign"
      }
    }
  }
}