Files
ontime/server/data/eventsData.json
T
2021-05-06 12:05:21 +02:00

57 lines
1.1 KiB
JSON

[
{
"id":"xxxxx0",
"duration": 300000,
"type": "delay"
},
{
"id":"xxxxx1",
"title": "Is the internet a fad?",
"subtitle": "It is",
"presenter": "Carlos Valente",
"timeStart": 32400000,
"timeEnd": 34200000,
"type": "event"
},
{
"id":"xxxxx2",
"duration": 1500000,
"type": "delay"
},
{
"id":"xxxxx3",
"title": "Is reddit a dictatorship?",
"subtitle": "It is",
"presenter": "Carlos Valente",
"timeStart": 34200000,
"timeEnd": 36000000,
"type": "event"
},
{
"id":"xxxxx4",
"title": "Out of words",
"subtitle": "",
"presenter": "Carlos Valente",
"timeStart": 36000000,
"timeEnd": 39600000,
"type": "event"
},
{
"id":"xxxxx5",
"title": "Really",
"subtitle": "",
"presenter": "Carlos Valente",
"timeStart": 39600000,
"timeEnd": 41400000,
"type": "event"
},
{
"id":"xxxxx6",
"title": "...",
"subtitle": "",
"presenter": "Carlos Valente",
"timeStart": null,
"timeEnd": null,
"type": "event"
}
]