    {
    "sampleData" :
    {
        "title": "{{{TILE_NAME}}} {{{TILE_STYLE}}}",
        "content": [
            {
                "text": "Sample Section",
                "items": [
                    {
                        "text": "first item"
                    },
                    {
                        "text": "second item"
                    }
                ]
            },
            {
                "text": "Sample Section 2",
                "items": [
                    {
                        "text": "jive main website",
                        "action": {
                            "url": "http://www.jivesoftware.com"
                        }
                    },
                    {
                        "text": "jive developer website",
                        "action": {
                            "url": "http://developer.jivesoftware.com"
                        }
                    }
                ]
            }
        ],
        "style": "accordion"
    },
    "displayName" : "{{{TILE_NAME}}}",
    "name" : "{{{TILE_NAME}}}",
    "description" : "{{{TILE_NAME}}}",
    "style" : "SECTIONLIST",
    "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"
    }
}