UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

54 lines (53 loc) 1.13 kB
{ "type": "object", "properties": { "currency": { "type": "string" }, "customer_name": { "type": "string" }, "date": { "type": "string" }, "document_type": { "type": "string" }, "due_date": { "type": "string" }, "id": { "type": "string" }, "invoice_number": { "type": "string" }, "line_items": { "type": "array", "items": { "type": "object", "properties": { "description": { "type": "string" } } } }, "name": { "type": "string" }, "number_of_pages": { "type": "integer" }, "payment_date": { "type": "string" }, "supplier_address": { "type": "string" }, "supplier_name": { "type": "string" } }, "version": 1 }