Arlula · Schema

OrdersListResponse

Paginated list of orders.

Earth ObservationGeospatialImageryRemote SensingSatellites

Properties

Name Type Description
orders array
View JSON Schema on GitHub

JSON Schema

arlula-orders-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://arlula.com/json-schema/orders-list-response.json",
  "title": "OrdersListResponse",
  "description": "Paginated list of orders.",
  "type": "object",
  "properties": {
    "orders": {
      "type": "array",
      "items": {
        "$ref": "https://arlula.com/json-schema/order-response.json"
      }
    }
  }
}