odsreg/slots.json.sample
Thierry Carrez 56fdefeccd Initial import
Initial import after cleanup.
Previous history lives in https://code.launchpad.net/~ttx/+junk/odsreg
2012-12-20 16:11:01 +01:00

33 lines
728 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": {
"description": "Sessions about OpenStack Object Storage (Swift)",
"lead_username": "notmyname",
"room": "A",
"start_day": "2012-09-20", "first_slot": "09:30",
"end_day": "2012-09-21", "last_slot": "10:00" }
}
}