{ "@context": { "@version": 1.1, "merge": "https://api.merge.dev/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Account": "merge:Account", "Contact": "merge:Contact", "Invoice": "merge:Invoice", "Payment": "merge:Payment", "JournalEntry": "merge:JournalEntry", "Expense": "merge:Expense", "CompanyInfo": "merge:CompanyInfo", "Item": "merge:Item", "TaxRate": "merge:TaxRate", "PurchaseOrder": "merge:PurchaseOrder", "id": { "@id": "dcterms:identifier", "@type": "xsd:string" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "description": { "@id": "schema:description", "@type": "xsd:string" }, "classification": { "@id": "merge:classification", "@type": "xsd:string" }, "currentBalance": { "@id": "merge:current_balance", "@type": "xsd:decimal" }, "currency": { "@id": "merge:currency", "@type": "xsd:string" }, "accountNumber": { "@id": "merge:account_number", "@type": "xsd:string" }, "isSupplier": { "@id": "merge:is_supplier", "@type": "xsd:boolean" }, "isCustomer": { "@id": "merge:is_customer", "@type": "xsd:boolean" }, "emailAddress": { "@id": "schema:email", "@type": "xsd:string" }, "number": { "@id": "merge:number", "@type": "xsd:string" }, "issueDate": { "@id": "merge:issue_date", "@type": "xsd:dateTime" }, "dueDate": { "@id": "merge:due_date", "@type": "xsd:dateTime" }, "totalAmount": { "@id": "merge:total_amount", "@type": "xsd:decimal" }, "balance": { "@id": "merge:balance", "@type": "xsd:decimal" }, "status": { "@id": "merge:status", "@type": "xsd:string" }, "transactionDate": { "@id": "merge:transaction_date", "@type": "xsd:dateTime" }, "memo": { "@id": "merge:memo", "@type": "xsd:string" }, "legalName": { "@id": "schema:legalName", "@type": "xsd:string" }, "unitPrice": { "@id": "merge:unit_price", "@type": "xsd:decimal" }, "totalTaxRate": { "@id": "merge:total_tax_rate", "@type": "xsd:decimal" }, "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" }, "modifiedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" }, "remoteWasDeleted": { "@id": "merge:remote_was_deleted", "@type": "xsd:boolean" } } }