Showing:

Annotations
Diagram
Properties
Constraints
Enumerations
Used By
Source
Definition ModelTypeList
definitions_ModelTypeList.html#/definitions/ModelTypeList/properties/ModelTypes
Annotations
Title  ModelTypeList

Description  The set of all models matching any of the listed model types.
An empty set means zero models to sample/select.
Diagram
Type object
Properties
Name Occurrence
ModelTypes
required
Additional Properties false
Used by
Source

 "ModelTypeList": {
  "type": "object",
  "additionalProperties": false,
  "title": "ModelTypeList",
  "description": "The set of all models matching any of the listed model types.\nAn empty set means zero models to sample/select.",
  "required": ["ModelTypes"],
  "properties": {
    "ModelTypes": {
      "type": "array",
      "minItems": 0,
      "title": "Modeltypes",
      "items": {}
    }
  }
}


Definition ModelTypes
definitions_ModelTypeList.html#/definitions/ModelTypeList/properties/ModelTypes/items
Annotations
Title  Modeltypes

Diagram
Type array
Constraints
Unique Items : false

Array Items
Additional Items true
Used by
Schema
ModelTypeList
Source

 "ModelTypes": {
  "type": "array",
  "minItems": 0,
  "title": "Modeltypes",
  "items": {
    "type": "string",
    "enum": [
      "FloorLamps",
      "DiningTables",
      "LivingRoomChairs",
      "CoffeeTables",
      "KitchenIslandsAndCarts",
      "Bookcases",
      "Ottomans",
      "StorageBenches",
      "Toilets",
      "BarCabinets",
      "ConsoleTables",
      "Baths",
      "Ovens",
      "Dressers",
      "SideboardsAndBuffets",
      "Showers",
      "Sofas",
      "Fridges",
      "CornerCabinets",
      "Nightstands",
      "WashingMachinesAndDryers",
      "EndAndSideTables",
      "Beds",
      "DishWashers",
      "MediaStorage",
      "Storage",
      "VanityCounters",
      "Desks",
      "DeskChairs",
      "DiningChairs",
      "ServingCarts"
    ]
  }
}


Definition ModelTypes/items
Diagram
Type string
Enumeration
Values
FloorLamps
DiningTables
LivingRoomChairs
CoffeeTables
KitchenIslandsAndCarts
Bookcases
Ottomans
StorageBenches
Toilets
BarCabinets
ConsoleTables
Baths
Ovens
Dressers
SideboardsAndBuffets
Showers
Sofas
Fridges
CornerCabinets
Nightstands
WashingMachinesAndDryers
EndAndSideTables
Beds
DishWashers
MediaStorage
Storage
VanityCounters
Desks
DeskChairs
DiningChairs
ServingCarts
Used by
Source

 "items": {
  "type": "string",
  "enum": [
    "FloorLamps",
    "DiningTables",
    "LivingRoomChairs",
    "CoffeeTables",
    "KitchenIslandsAndCarts",
    "Bookcases",
    "Ottomans",
    "StorageBenches",
    "Toilets",
    "BarCabinets",
    "ConsoleTables",
    "Baths",
    "Ovens",
    "Dressers",
    "SideboardsAndBuffets",
    "Showers",
    "Sofas",
    "Fridges",
    "CornerCabinets",
    "Nightstands",
    "WashingMachinesAndDryers",
    "EndAndSideTables",
    "Beds",
    "DishWashers",
    "MediaStorage",
    "Storage",
    "VanityCounters",
    "Desks",
    "DeskChairs",
    "DiningChairs",
    "ServingCarts"
  ]
}