Skip to main content
View Categories

Hostfully V3 Room Definition

< 1 min read

At HomeRunner central, always use Sequential room names.

Following property has two bedroom, but the counter says 3.

{
	"rooms": [
		{
			"uid": "180eae56-70f4-45d3-9c51-3bf82a1518b1",
			"roomNumber": 1,
			"bedCounts": [],
			"hasPrivateBathroom": false,
			"roomType": "COMMON_SPACES"
		},
		{
			"uid": "24ca1d26-c8de-4b89-9f73-11ec8f9c8a63",
			"roomNumber": 2,
			"bedCounts": {
				"kingBed": 1
			},
			"hasPrivateBathroom": false,
			"roomType": "BEDROOM"
		},
		{
			"uid": "cfaac64b-e88a-4ac9-b50f-826b4038b413",
			"roomNumber": 3,
			"bedCounts": {
				"queenBed": 1
			},
			"hasPrivateBathroom": true,
			"roomType": "BEDROOM"
		}
	],
	"_metadata": {
		"count": 3,
		"totalCount": null
	}
}