acuity-brands · JSON Structure

Acuity Brands Order List Structure

Paginated list of orders

Type: object Properties: 3
Fortune 1000

Acuity Brands Order List Structure is a JSON Structure definition published by acuity-brands, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

orders total cursor

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://structure.api-evangelist.com/acuity-brands/acuity-brands-order-list-structure.json",
  "title": "OrderList",
  "description": "Paginated list of orders",
  "type": "object",
  "properties": {
    "orders": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "total": {
      "type": "integer"
    },
    "cursor": {
      "type": "string"
    }
  }
}