Arlula · JSON Structure

Arlula Order Response Structure

Response after placing an imagery order.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

OrderResponse 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-response.json",
  "name": "OrderResponse",
  "description": "Response after placing an imagery order.",
  "type": "object",
  "members": {
    "orderId": {
      "type": "string",
      "description": "Unique order identifier."
    },
    "status": {
      "type": "string",
      "description": "Current order status."
    },
    "createdAt": {
      "type": "string",
      "description": "Time the order was created."
    }
  }
}