UNPKG

n8n-nodes-highlevelv2

Version:

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

69 lines (68 loc) 1.75 kB
{ "type": "object", "properties": { "file": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "size": { "type": "number" }, "url": { "type": "string" }, "thumbnailUrl": { "type": "string" }, "folderId": { "type": "string" }, "isFolder": { "type": "boolean" }, "mimeType": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "createdBy": { "type": "string" }, "locationId": { "type": "string" }, "description": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "isPublic": { "type": "boolean" } } }, "success": { "type": "boolean" }, "message": { "type": "string" } }, "version": 1 }