{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ExpenseSummary", "type": "object", "properties": { "expenseId": { "type": "string" }, "transactionDate": { "type": "string" }, "businessPurpose": { "type": "string" }, "links": { "type": "array" } } }