Showing:

Annotations
Diagram
Properties
Constraints
Used By
Source
Definition InteriorFurnishings
definitions_InteriorFurnishings.html#/definitions/InteriorFurnishings/properties/FurnitureArrangements
Annotations
Title  InteriorFurnishings

Description  Describes the types of furniture models for randomly placing into each room
in the world.  Rooms are targeted by room type or room name. Rooms that are
not targeted are furnished at random by their room type with moderate density.
density. For an empty room, specify an empty sample set.
Diagram
Type object
Properties
Name Occurrence
FurnitureArrangements
optional
Additional Properties false
Used by
Source

 "InteriorFurnishings": {
  "type": "object",
  "additionalProperties": false,
  "title": "InteriorFurnishings",
  "description": "Describes the types of furniture models for randomly placing into each room\nin the world.  Rooms are targeted by room type or room name. Rooms that are\nnot targeted are furnished at random by their room type with moderate density.\ndensity. For an empty room, specify an empty sample set.",
  "properties": {
    "FurnitureArrangements": {
      "type": "array",
      "minItems": 0,
      "maxItems": 6,
      "title": "Furniturearrangements",
      "default": [],
      "items": {}
    }
  }
}


Definition FurnitureArrangements
definitions_InteriorFurnishings.html#/definitions/InteriorFurnishings/properties/FurnitureArrangements/items
Annotations
Title  Furniturearrangements

Diagram
Type array
Constraints
Unique Items : false

Array Items
Additional Items true
Used by
Source

 "FurnitureArrangements": {
  "type": "array",
  "minItems": 0,
  "maxItems": 6,
  "title": "Furniturearrangements",
  "default": [],
  "items": {"$ref": "#/definitions/FurnitureArrangementSet"}
}


Definition FurnitureArrangements/items
definitions_FurnitureArrangementSet.html#/definitions/FurnitureArrangementSet
Diagram
Type reference
Refers FurnitureArrangementSet
Used by
Source

 "items": {"$ref": "#/definitions/FurnitureArrangementSet"}