Last active
February 11, 2019 15:36
-
-
Save bishwahang/3955a5bdbafe309c3b73cefb03c42f2b to your computer and use it in GitHub Desktop.
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
| [ | |
| { | |
| key: "welcome_good_day", | |
| duration: 10 | |
| video: { | |
| url: "https://assets.freeletics.com/videos/foobar.mp4", | |
| starts_at: 3, | |
| ends_at: 5 | |
| }, | |
| audio: { | |
| url: "https://assets.freeletics.com/audios/foobar.mp4", | |
| starts_at: 4, | |
| ends_at: 6 | |
| }, | |
| text: { | |
| value: "Carpe Diem", | |
| starts_at: 5, | |
| ends_at: 10 | |
| } | |
| }, | |
| { | |
| key: "welcome_bad_day", | |
| duration: 10 | |
| video: { | |
| url: "https://assets.freeletics.com/videos/foobar.mp4", | |
| starts_at: 3, | |
| ends_at: 5 | |
| }, | |
| audio: { | |
| url: "https://assets.freeletics.com/audios/foobar.mp4", | |
| starts_at: 4, | |
| ends_at: 6 | |
| }, | |
| text: { | |
| value: "Carpe Diem", | |
| starts_at: 5, | |
| ends_at: 10 | |
| } | |
| }, | |
| . | |
| . | |
| . | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment