Skip to content

Instantly share code, notes, and snippets.

@pietrobasso
Created January 11, 2022 13:23
Show Gist options
  • Save pietrobasso/453248f37aae6cee6076ddd632fd80b8 to your computer and use it in GitHub Desktop.
Save pietrobasso/453248f37aae6cee6076ddd632fd80b8 to your computer and use it in GitHub Desktop.
Response v2
{
"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