{
"views": [
{
"message": {
"header": {
"text": "Header",
"x": 0,
"y": 0,
"horizontal": "Center",
"vertical": "Center"
},
"text": {
"text": "Header",
"x": 0,
"y": 0,
"horizontal": "Center",
"vertical": "Center"
},
"buttons": [
{
"text": "Next View",
"function": "next"
},
{
"text": "Close the App",
"function": "close"
},
{
"text": "Go Back",
"function": "back"
}
],
"back_function": "back"
}
},
{
"alert": {
"text": "Hey, click \"Ok\" to go further! Can't go back!",
"function": "next",
"back_function": "none"
}
}
]
}