Description Describes a single foor within a building. Defaults to a single residential room
of a randomy type and size, and the interior is randomly furnished.
"FloorTemplate":{"type":"object","additionalProperties":false,"title":"FloorTemplate","description":"Describes a single foor within a building. Defaults to a single residential room\nof a randomy type and size, and the interior is randomly furnished.","properties":{"Floorplan":{"title":"Floorplan","default":{"Footprint":{"DesiredAspectRatio":{"x":1,"y":1}},"Ceiling":{"Height":3},"Rooms":[{"Type":"Living","Name":"My_Living_Room","OriginalName":"My Living Room","DesiredShape":{"Area":20,"AspectRatio":{"x":1,"y":1}}}],"DesiredConnections":[]},"allOf":[{"$ref":"#/definitions/FloorplanTemplate"}]},"Interior":{"title":"Interior","default":{"Doorways":{"DoorwaySets":[]},"Flooring":{"MaterialSets":[]},"Walls":{"MaterialSets":[]},"Furniture":{"FurnitureArrangements":[]}},"allOf":[{"$ref":"#/definitions/InteriorTemplate"}]}}}
"Floorplan":{"title":"Floorplan","default":{"Footprint":{"DesiredAspectRatio":{"x":1,"y":1}},"Ceiling":{"Height":3},"Rooms":[{"Type":"Living","Name":"My_Living_Room","OriginalName":"My Living Room","DesiredShape":{"Area":20,"AspectRatio":{"x":1,"y":1}}}],"DesiredConnections":[]},"allOf":[{"$ref":"#/definitions/FloorplanTemplate"}]}