Created
January 11, 2022 13:23
-
-
Save pietrobasso/453248f37aae6cee6076ddd632fd80b8 to your computer and use it in GitHub Desktop.
Response v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items": [ | |
{ | |
"type": "HeaderWidget", | |
"title": "Hello world", | |
"subtitle": "Lorem ipsum" | |
}, | |
{ | |
"type": "ChartWidget", | |
"title": "Your expenses path through the month", | |
"data": [3.72, 9.43, 13.72, 16.21, 25.04, 27.95] | |
}, | |
{ | |
"type": "CardWidget", | |
"title": "Your top visits", | |
"image": "www.example.com", | |
"operation": "app://purchase" | |
}, | |
{ | |
"type": "ButtonWidget", | |
"title": "Subscribe", | |
"operation": "app://subscribe" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment