Showing:

Annotations
Diagram
Properties
Constraints
Compositions
Used By
Source
Definition DoorInitialState
definitions_DoorInitialState.html#/definitions/DoorInitialState/properties/OpenPosition
Annotations
Title  DoorInitialState

Description  Defines the initial state for an InteriorDoor object

OpenPosition specifies how much the door should be open.
Diagram
Type object
Properties
Name Occurrence
OpenPosition
optional
Additional Properties false
Used by
Source

 "DoorInitialState": {
  "type": "object",
  "additionalProperties": false,
  "title": "DoorInitialState",
  "description": "Defines the initial state for an InteriorDoor object\n\nOpenPosition specifies how much the door should be open.",
  "properties": {
    "OpenPosition": {
      "title": "Openposition",
      "default": {"Percent": 100},
      "allOf": [
        {"$ref": "#/definitions/DoorOpenPosition"}
      ]
    }
  }
}


Definition OpenPosition
#/definitions/DoorInitialState/properties/OpenPosition/allOf/0
Annotations
Title  Openposition

Diagram
Type object
Constraints
Default : {Percent=100.0}

All of
Additional Properties false
Used by
Source

 "OpenPosition": {
  "title": "Openposition",
  "default": {"Percent": 100},
  "allOf": [
    {"$ref": "#/definitions/DoorOpenPosition"}
  ]
}


Definition allOf/0
definitions_DoorOpenPosition.html#/definitions/DoorOpenPosition
Diagram
Type reference
Refers DoorOpenPosition
Used by
Source

{"$ref": "#/definitions/DoorOpenPosition"}