{
	"items" :      [
		{
			"label" : "Conference Centre, Level 2",
			"type" :  "Location",
			"uri" :   "http://127.0.0.1/CC2"
		},
		{
			"label" : "Conference Centre, Level 1",
			"type" :  "Location",
			"uri" :   "http://127.0.0.1/CC1"
		},
		{
			"label" : "Hotel, Mezzanine 1",
			"type" :  "Location",
			"uri" :   "http://127.0.0.1/HM1"
		},
		{
			"label" : "Hotel, Mezzanine 2",
			"type" :  "Location",
			"uri" :   "http://127.0.0.1/HM2"
		}
	],
	"types" :      {
		"Location" : {
            pluralLabel:    "Locations"
		}
	}
}