acuity-brands · JSON Structure

Acuity Brands Shipment List Structure

List of shipments for an order

Type: object Properties: 2
Fortune 1000

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

Properties

shipments total

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-shipment-list-structure.json",
  "title": "ShipmentList",
  "description": "List of shipments for an order",
  "type": "object",
  "properties": {
    "shipments": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "total": {
      "type": "integer"
    }
  }
}