Description Descibes the desired layout of the rooms and their adjacent rooms. A connection can be either a doorway or
an open space without any walls. Two rooms cannot both share an interior doorway and an opening.
The same two rooms can have multiple doorways, up to a limit.
"FloorplanConnection":{"type":"object","additionalProperties":false,"title":"FloorplanConnection","description":"Descibes the desired layout of the rooms and their adjacent rooms. A connection can be either a doorway or\nan open space without any walls. Two rooms cannot both share an interior doorway and an opening.\nThe same two rooms can have multiple doorways, up to a limit.","required":["Location","ConnectionType"],"properties":{"Location":{"type":"array","minItems":2,"maxItems":2,"title":"Location","items":{}},"ConnectionType":{"title":"Connectiontype","type":"string","enum":["Doorway","Opening"]}}}