Last active
September 6, 2024 17:18
-
-
Save sebaslogen/7d5968015199fbb86229facdccbc7387 to your computer and use it in GitHub Desktop.
Server Driven UI simple JSON example for post
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
{ | |
"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" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good!