[ { "type": "static_title", "text": "My Cool Example App" }, { "type": "static_heading1", "text": "By Keegan Lillo - Lillo.me" }, [ { "type": "input_text", "app_key": "greeting", "default": "Hello", "label": "Greeting", "attributes": { "placeholder": "Enter a greeting", "limit": 10, "required": true } }, { "type": "input_select", "app_key": "flavor", "default": "grape", "options": [ { "label": "Berry", "value": "berry" }, { "label": "Grape", "value": "grape" }, { "label": "Banana", "value": "banana" } ] }, { "type": "input_color", "app_key": "background", "default": "0xFF0000", "label": "Background Color" } ] ]