Description Describes the interior template for placing furniture in one or more rooms.
- TargetSet is the set of rooms to furnish, filter by room name or room
type.
- SampleSet is a set of all furnishing models to randomly choose and
place.
- DesiredSpatialDensity is the desired level of free space after placing
furniture.
"FurnitureArrangementSet":{"type":"object","additionalProperties":false,"title":"FurnitureArrangementSet","description":"Describes the interior template for placing furniture in one or more rooms.\n\n- TargetSet is the set of rooms to furnish, filter by room name or room\n type.\n- SampleSet is a set of all furnishing models to randomly choose and\n place.\n- DesiredSpatialDensity is the desired level of free space after placing\n furniture.","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"},{"anyOf":[{"$ref":"#/definitions/RoomNameList"},{"$ref":"#/definitions/RoomTypeList"}]}]},"SampleSet":{"$ref":"#/definitions/ModelTypeList"},"DesiredSpatialDensity":{"title":"Desiredspatialdensity","default":"Moderate","type":"string","enum":["Dense","Moderate","Sparse"]}}}