{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/3m/refs/heads/main/json-structure/3m-partner-supplier-api-delivery-list-structure.json", "name": "DeliveryList", "description": "List of delivery records", "type": "object", "properties": { "deliveries": { "type": "array", "description": "Array of delivery records", "items": { "$ref": "#/components/schemas/Delivery" } } } }