Arlula · JSON Structure

Arlula Orders List Response Structure

Paginated list of orders.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

OrdersListResponse 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/orders-list-response.json",
  "name": "OrdersListResponse",
  "description": "Paginated list of orders.",
  "type": "object",
  "members": {
    "orders": {
      "type": "array",
      "items": {
        "type": "OrderResponse"
      }
    }
  }
}