{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReceiptListResponse", "type": "object", "description": "Paginated list of receipts", "properties": { "totalCount": { "type": "integer" }, "skip": { "type": "integer" }, "limit": { "type": "integer" }, "receipts": { "type": "array" } } }