-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (19 loc) · 767 Bytes
/
plugin.json
File metadata and controls
27 lines (19 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
// Plugin identifiers are globally unique and only contain A-Za-z0-9_-
"id": "aws-iot-greengrass",
// It is highly recommended to use Semantic Versioning
"version": "0.0.1",
// Meta data for display purposes:
"meta": {
// label: name of the plugin as displayed, should be short
"label": "AWS IoT Greengrass",
"description": "Deploy ML Models to AWS IoT Greengrass Edge Devices",
"author": "Dataiku",
"icon": "fas fa-broadcast-tower",
// List of tags for filtering the list of plugins
"tags": [], //for example: ["Machine Learning", "NLP"]
// URL where the user can learn more about the plugin
"url": "",
"licenseInfo": "Apache Software License"
}
}