UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

195 lines (194 loc) 4.52 kB
{ "type": "object", "properties": { "$approval": { "type": "object", "properties": { "approve": { "type": "boolean" }, "delegate": { "type": "boolean" }, "reject": { "type": "boolean" }, "resubmit": { "type": "boolean" }, "takeover": { "type": "boolean" } } }, "$approval_state": { "type": "string" }, "$approved": { "type": "boolean" }, "$currency_symbol": { "type": "string" }, "$editable": { "type": "boolean" }, "$field_states": { "type": "null" }, "$in_merge": { "type": "boolean" }, "$is_duplicate": { "type": "boolean" }, "$layout_id": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" } } }, "$locked_for_me": { "type": "boolean" }, "$process_flow": { "type": "boolean" }, "$review": { "type": "null" }, "$review_process": { "type": "object", "properties": { "approve": { "type": "boolean" }, "reject": { "type": "boolean" }, "resubmit": { "type": "boolean" } } }, "$state": { "type": "string" }, "Created_By": { "type": "object", "properties": { "email": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } } }, "Created_Time": { "type": "string" }, "Email_Opt_Out": { "type": "boolean" }, "Fax": { "type": "null" }, "Full_Name": { "type": "string" }, "Home_Phone": { "type": "null" }, "id": { "type": "string" }, "Last_Name": { "type": "string" }, "Locked__s": { "type": "boolean" }, "Modified_By": { "type": "object", "properties": { "email": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } } }, "Modified_Time": { "type": "string" }, "Other_City": { "type": "null" }, "Other_Country": { "type": "null" }, "Other_State": { "type": "null" }, "Other_Street": { "type": "null" }, "Other_Zip": { "type": "null" }, "Owner": { "type": "object", "properties": { "email": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } } }, "Reporting_To": { "type": "null" }, "Tag": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" } } } }, "Unsubscribed_Mode": { "type": "null" }, "Unsubscribed_Time": { "type": "null" }, "Vendor_Name": { "type": "null" } }, "version": 1 }