odsreg/slots.json.sample
Thierry Carrez cecd79f1c5 Allow multiple allocations for a topic
Support creation of disjoint slots for a given topic, to support the new
"scattered" topic layout we plan to use for HK.

Change-Id: I9bd382c05234a58a162dbcbb7efced396d0ff7e9
2013-08-05 14:41:25 +02:00

33 lines
642 B
Plaintext

{
"rooms": {
"A": "Annie AB",
"P": "Ballroom"
},
"slots": [
{
"day": "2012-09-20",
"hours": [
"09:30",
"10:00",
"10:30"
]
},
{
"day": "2012-09-21",
"hours": [
"09:30",
"10:00",
"10:30"
]
}
],
"allocations": [
{
"topic": "Swift",
"room": "A",
"start_day": "2012-09-20", "first_slot": "09:30",
"end_day": "2012-09-21", "last_slot": "10:00"
}
]
}