Skip to content

Instantly share code, notes, and snippets.

@sebaslogen
Last active September 6, 2024 17:18
Show Gist options
  • Save sebaslogen/7d5968015199fbb86229facdccbc7387 to your computer and use it in GitHub Desktop.
Save sebaslogen/7d5968015199fbb86229facdccbc7387 to your computer and use it in GitHub Desktop.
Server Driven UI simple JSON example for post
{
"type": "componentScreen",
"title": "Home",
"sections": [
{
"title": "New Releases",
"type": "album",
"items": [
{
"title": "Dance - Smith Quartet",
"image": "https://demo.com/624.jpg",
"action": {
"type": "componentScreen",
"url": "/query/view/album/635212023624"
}
},
{
"title": "Sixteen Contemporary Love Songs for Piano",
"image": "https://demo.com/0837.jpg"
}
]
}
]
}
@auranga
Copy link

auranga commented Sep 6, 2024

Good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment