Description Describes the interior template parameters for all doorways for this floorplan.
All doorways not explicitly targeted will have a random door assigned fully opened.
"InteriorDoorways":{"type":"object","additionalProperties":false,"title":"InteriorDoorways","description":"Describes the interior template parameters for all doorways for this floorplan.\nAll doorways not explicitly targeted will have a random door assigned fully opened.","properties":{"DoorwaySets":{"type":"array","minItems":0,"maxItems":13,"title":"Doorwaysets","default":[],"items":{}}}}
Description A set of doors to randomly assign to a set of interior target elements.
The target set determines *what room pairs* are receive the doors as specified in `Door`.
Rooms may be targeted by room type or room name.
The Door customizes the configuration for doors added in the specified target set.
"InteriorDoorwaySet":{"type":"object","additionalProperties":false,"title":"InteriorDoorwaySet","description":"A set of doors to randomly assign to a set of interior target elements.\n\nThe target set determines *what room pairs* are receive the doors as specified in `Door`.\nRooms may be targeted by room type or room name.\n\nThe Door customizes the configuration for doors added in the specified target set.","required":["Name","TargetSet"],"properties":{"Name":{"type":"string","minLength":1,"maxLength":255,"pattern":"^[a-zA-Z0-9_\\- ]*$","title":"Name"},"TargetSet":{"title":"Targetset","anyOf":[{"type":"string","const":"Target.All"},{"$ref":"#/definitions/RoomPairTargetFilter"}]},"Door":{"title":"Door","anyOf":[{"$ref":"#/definitions/InteriorDoor"},{"const":null}]}}}
Description Custom configuration for each Doorway Set.
Initial State of doors includes the ability to configure how much the door should be open in
percent [0., 100.]
"InteriorDoor":{"type":"object","additionalProperties":false,"title":"InteriorDoor","description":"Custom configuration for each Doorway Set.\n\nInitial State of doors includes the ability to configure how much the door should be open in\npercent [0., 100.]","properties":{"InitialState":{"title":"Initialstate","default":{"OpenPosition":{"Percent":100}},"allOf":[{"$ref":"#/definitions/DoorInitialState"}]}}}