23 lines
394 B
Plaintext
Executable File
23 lines
394 B
Plaintext
Executable File
{
|
|
"data": [
|
|
{
|
|
"id": 0,
|
|
"location": "data/uploads/sample.jpg",
|
|
"duration": 10,
|
|
"type": "picture",
|
|
"enabled": true,
|
|
"name": "Picture Sample",
|
|
"position": 0
|
|
},
|
|
{
|
|
"id": 1,
|
|
"location": "https://unix.org",
|
|
"duration": 20,
|
|
"type": "url",
|
|
"enabled": true,
|
|
"name": "URL Sample",
|
|
"position": 1
|
|
}
|
|
]
|
|
}
|