UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

89 lines (88 loc) 2.06 kB
{ "type": "object", "properties": { "collaborative": { "type": "boolean" }, "description": { "type": "string" }, "external_urls": { "type": "object", "properties": { "spotify": { "type": "string" } } }, "href": { "type": "string" }, "id": { "type": "string" }, "images": { "type": "array", "items": { "type": "object", "properties": { "url": { "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" } } }, "snapshot_id": { "type": "string" }, "tracks": { "type": "object", "properties": { "href": { "type": "string" }, "total": { "type": "integer" } } }, "type": { "type": "string" }, "uri": { "type": "string" } }, "version": 1 }