Request body for creating a receipt
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReceiptCreate", "type": "object", "description": "Request body for creating a receipt", "properties": { "receiptDate": { "type": "string" }, "receiptType": { "type": "string" }, "lineItems": { "type": "array" } } }