Showing:

Annotations
Diagram
Properties
Constraints
Used By
Source
Definition FloorplanCeiling
definitions_FloorplanCeiling.html#/definitions/FloorplanCeiling/properties/Height
Annotations
Title  FloorplanCeiling

Description  The height of the ceiling for this floorplan in metres.
Diagram
Type object
Properties
Name Occurrence
Height
optional
Additional Properties false
Used by
Source

 "FloorplanCeiling": {
  "type": "object",
  "additionalProperties": false,
  "title": "FloorplanCeiling",
  "description": "The height of the ceiling for this floorplan in metres.",
  "properties": {
    "Height": {
      "type": "number",
      "minimum": 2.4,
      "maximum": 4,
      "title": "Height",
      "default": 3
    }
  }
}


Definition Height
Annotations
Title  Height

Diagram
Type number
Constraints
Minimum : 2.4

Maximum : 4.0

Default : 3.0

Used by
Source

 "Height": {
  "type": "number",
  "minimum": 2.4,
  "maximum": 4,
  "title": "Height",
  "default": 3
}