diff --git a/Design:-Palette-Management-UI.md b/Design:-Palette-Management-UI.md index 6f9c7b7..2db774f 100644 --- a/Design:-Palette-Management-UI.md +++ b/Design:-Palette-Management-UI.md @@ -70,3 +70,28 @@ By default, the catalog will be one we provide. But it needs to be possible cust } ... } + +### Catalogue format + + { + "name":"Node-RED Community catalogue", + "updated_at": "2016-08-05T18:37:50.673Z", + "modules": [ + { + "id": "node-red-contrib-ftp-env", + "version": "1.3.0", + "description": "A node-red node that support FTP file transfer using $() environment variables to control the ftp connection details", + "keywords": [ + "node-red", + "ftp", + "redconnect" + ], + "updated_at": "2016-08-05T18:37:50.673Z", + "url": "http://flows.nodered.org/node/node-red-contrib-ftp-env" + }, + ... + ] + } + + + \ No newline at end of file