{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://structure.api-evangelist.com/acuity-brands/acuity-brands-shipment-structure.json", "title": "Shipment", "description": "Shipment record for an order", "type": "object", "properties": { "shipmentId": { "type": "string" }, "orderId": { "type": "string" }, "carrier": { "type": "string" }, "proNumber": { "type": "string" }, "trackingUrl": { "type": "string" }, "shipDate": { "type": "string" }, "estimatedDeliveryDate": { "type": "string" }, "weight": { "type": "number" }, "lineItems": { "type": "array", "items": { "type": "object" } } } }