{ "$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-invoice-list-structure.json", "name": "InvoiceList", "description": "List of invoices", "type": "object", "properties": { "invoices": { "type": "array", "description": "Array of invoice records", "items": { "$ref": "#/components/schemas/Invoice" } } } }