n8n-nodes-highlevelv2
Version:
n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform
83 lines (82 loc) • 2.34 kB
JSON
{
"type": "object",
"properties": {
"files": {
"type": "array",
"items": {
"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"
}
}
}
},
"meta": {
"type": "object",
"properties": {
"total": {
"type": "number"
},
"count": {
"type": "number"
},
"limit": {
"type": "number"
},
"offset": {
"type": "number"
}
}
}
},
"version": 1
}