{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountingExpense", "title": "AccountingExpense", "properties": { "account_id": { "type": "string" }, "approved_at": { "format": "date-time", "type": "string" }, "approver_user_id": { "type": "string" }, "contact_id": { "type": "string" }, "created_at": { "format": "date-time", "type": "string" }, "currency": { "type": "string" }, "id": { "type": "string" }, "lineitems": { "$ref": "#/components/schemas/property_AccountingExpense_lineitems" }, "name": { "type": "string" }, "organization_id": { "type": "string" }, "payment_method": { "type": "string" }, "posted_at": { "format": "date-time", "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "reimbursed_amount": { "type": "number" }, "reimbursed_at": { "format": "date-time", "type": "string" }, "tax_amount": { "type": "number" }, "total_amount": { "type": "number" }, "updated_at": { "format": "date-time", "type": "string" }, "user_id": { "type": "string" } }, "type": "object" }