Description The top-level floorplan template that parameterizes the randomly generated
architectural layout. By default, a residential floorplan with bedroom and
living room are generated with a random doorway or opening connection.
The footprint contributes to the overall shape of the floor layout along
with rooms. The footprint shape is desired as it is a preference and not
guaranteed.
The ceiling determines the height of the walls. There are minimum and maximum ceiling heights. The ceiling height is guaranteed.
Rooms are required. Each room has a desired shape. Together, the room
shapes and footprint determine floor layout. The room types contribute to
the layout and are used when randomly selecting furniture and materials for
the walls and floors.
DesiredConnections are optional. Two rooms are connected if they share a
wall and doorway or adjacent without any wall aka "opening". All rooms are
guaranteed to be connected randomly if they are not specified in the
connections list. Connections that are specified are _not_ guaranteed but
will be attempted as best-effort.
"FloorplanTemplate":{"type":"object","additionalProperties":false,"title":"FloorplanTemplate","description":"The top-level floorplan template that parameterizes the randomly generated\narchitectural layout. By default, a residential floorplan with bedroom and\nliving room are generated with a random doorway or opening connection.\n\nThe footprint contributes to the overall shape of the floor layout along\nwith rooms. The footprint shape is desired as it is a preference and not\nguaranteed.\n\nThe ceiling determines the height of the walls. There are minimum and maximum ceiling heights. The ceiling height is guaranteed.\n\nRooms are required. Each room has a desired shape. Together, the room\nshapes and footprint determine floor layout. The room types contribute to\nthe layout and are used when randomly selecting furniture and materials for\nthe walls and floors.\n\nDesiredConnections are optional. Two rooms are connected if they share a\nwall and doorway or adjacent without any wall aka \"opening\". All rooms are\nguaranteed to be connected randomly if they are not specified in the\nconnections list. Connections that are specified are _not_ guaranteed but\nwill be attempted as best-effort.","properties":{"Footprint":{"title":"Footprint","default":{"DesiredAspectRatio":{"x":1,"y":1}},"allOf":[{"$ref":"#/definitions/FloorplanFootprint"}]},"Ceiling":{"title":"Ceiling","default":{"Height":3},"allOf":[{"$ref":"#/definitions/FloorplanCeiling"}]},"Rooms":{"type":"array","minItems":1,"maxItems":6,"title":"Rooms","default":[{"Type":"Living","Name":"My_Living_Room","OriginalName":"My Living Room","DesiredShape":{"Area":20,"AspectRatio":{"x":1,"y":1}}}],"items":{}},"DesiredConnections":{"type":"array","minItems":0,"maxItems":12,"title":"Desiredconnections","default":[],"items":{}}}}
"Rooms":{"type":"array","minItems":1,"maxItems":6,"title":"Rooms","default":[{"Type":"Living","Name":"My_Living_Room","OriginalName":"My Living Room","DesiredShape":{"Area":20,"AspectRatio":{"x":1,"y":1}}}],"items":{"$ref":"#/definitions/FloorplanRoom"}}