jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
39 lines (38 loc) • 1.12 kB
JSON
{
"sampleData" : {
"message": "{{{TILE_NAME}}} {{{TILE_STYLE}}}",
"sections": [
{
"color": "#ff0000",
"label": "dummy"
},
{
"color": "#ff8000",
"label": "dummy"
},
{
"color": "#dcdc00",
"label": "dummy"
},
{
"color": "#80bb00",
"label": "dummy"
},
{
"color": "#00bb00",
"label": "dummy"
}
],
"activeIndex": 4,
"status": "Excellent"
},
"displayName" : "{{{TILE_NAME}}}",
"name" : "{{{TILE_NAME}}}",
"description" : "{{{TILE_NAME}}}",
"style" : "GAUGE",
"icons" : {
"16": "https://developer.jivesoftware.com/DeveloperAssets/images/icons/jivedev-xsmall.png",
"48": "https://developer.jivesoftware.com/DeveloperAssets/images/icons/jivedev-small.png",
"128": "https://developer.jivesoftware.com/DeveloperAssets/images/icons/jivedev-med.png"
}
}