UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

99 lines (98 loc) 2.43 kB
{ "type": "object", "properties": { "album_group": { "type": "string" }, "album_type": { "type": "string" }, "artists": { "type": "array", "items": { "type": "object", "properties": { "external_urls": { "type": "object", "properties": { "spotify": { "type": "string" } } }, "href": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "uri": { "type": "string" } } } }, "available_markets": { "type": "array", "items": { "type": "string" } }, "external_urls": { "type": "object", "properties": { "spotify": { "type": "string" } } }, "href": { "type": "string" }, "id": { "type": "string" }, "images": { "type": "array", "items": { "type": "object", "properties": { "height": { "type": "integer" }, "url": { "type": "string" }, "width": { "type": "integer" } } } }, "name": { "type": "string" }, "release_date": { "type": "string" }, "release_date_precision": { "type": "string" }, "total_tracks": { "type": "integer" }, "type": { "type": "string" }, "uri": { "type": "string" } }, "version": 1 }