UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

81 lines (80 loc) 1.85 kB
{ "type": "object", "properties": { "collaborative": { "type": "boolean" }, "description": { "type": "string" }, "external_urls": { "type": "object", "properties": { "spotify": { "type": "string" } } }, "href": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "owner": { "type": "object", "properties": { "display_name": { "type": "string" }, "external_urls": { "type": "object", "properties": { "spotify": { "type": "string" } } }, "href": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "uri": { "type": "string" } } }, "public": { "type": "boolean" }, "snapshot_id": { "type": "string" }, "tracks": { "type": "object", "properties": { "href": { "type": "string" }, "total": { "type": "integer" } } }, "type": { "type": "string" }, "uri": { "type": "string" } }, "version": 1 }