odsreg/slots.json.sample
Thierry Carrez 7a8b086e69 Separate topic creation from slots creation
Allow to create topics separately from slots, as we usually
don't have the topic room layout until late in Summit prep.
2013-02-08 11:49:41 +01:00

31 lines
608 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"
]
}
],
"topics": {
"Swift": {
"room": "A",
"start_day": "2012-09-20", "first_slot": "09:30",
"end_day": "2012-09-21", "last_slot": "10:00" }
}
}