{
	"items" :      [
		{
			"label" : "Evening",
            "id" :    "evening",
			"type" :  "Slot",
			"uri" :   "http://127.0.0.1/evening"
		},
		{
			"end" :   "5:00pm",
            "id" :    "pm2",
			"label" : "3:30pm to 5:00pm",
			"type" :  "Slot",
			"uri" :   "http://127.0.0.1/pm2",
			"start" : "3:30pm"
		},
		{
            "id" :    "break1",
			"label" : "break",
			"type" :  "Slot",
			"uri" :   "http://127.0.0.1/break1"
		},
		{
			"end" :   "10:00am",
            "id" :    "am1",
			"label" : "8:30am to 10:00am",
			"type" :  "Slot",
			"uri" :   "http://127.0.0.1/am1",
			"start" : "8:30am"
		},
		{
			"end" :   "3:00pm",
            "id" :    "pm1",
			"label" : "1:30pm to 3:00pm",
			"type" :  "Slot",
			"uri" :   "http://127.0.0.1/pm1",
			"start" : "1:30pm"
		},
		{
            "id" :    "lunch",
			"label" : "lunch break",
			"type" :  "Slot",
			"uri" :   "http://127.0.0.1/lunch"
		},
		{
            "id" :    "break2",
			"label" : "break",
			"type" :  "Slot",
			"uri" :   "http://127.0.0.1/break2",
			"id" :    "break2"
		},
		{
			"end" :   "5:30pm",
            "id" :    "pm3",
			"label" : "5:00pm to 5:30pm",
			"type" :  "Slot",
			"uri" :   "http://127.0.0.1/pm3",
			"start" : "5:00pm"
		},
		{
			"end" :   "12 noon",
            "id" :    "am2",
			"label" : "10:30am to 12 noon",
			"type" :  "Slot",
			"uri" :   "http://127.0.0.1/am2",
			"start" : "10:30am"
		}
	],
	"types" :      {
		"Slot" : {
			pluralLabel: "Slots"
		}
	}
}