{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InvoiceUpdate", "title": "InvoiceUpdate", "type": "object", "properties": { "InvoiceAmount": { "type": "number", "format": "double" }, "Description": { "type": "string" }, "PaymentTerms": { "type": "string" }, "AccountingDate": { "type": "string", "format": "date" }, "ApprovalStatus": { "type": "string" } } }