UNPKG

n8n-nodes-highlevelv2

Version:

n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform

75 lines (74 loc) 2.13 kB
{ "type": "object", "properties": { "customValues": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "value": { "type": "string" }, "description": { "type": "string" }, "type": { "type": "string", "enum": ["text", "number", "boolean", "date", "url", "email"] }, "category": { "type": "string" }, "isActive": { "type": "boolean" }, "sortOrder": { "type": "number" }, "locationId": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "createdBy": { "type": "string" }, "updatedBy": { "type": "string" } } } }, "meta": { "type": "object", "properties": { "total": { "type": "number" }, "count": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "locationId": { "type": "string" } } } }, "version": 1 }