Showing:

Annotations
Diagram
Properties
Constraints
Compositions
Used By
Source
Definition DoorOpenPosition
definitions_DoorOpenPosition.html#/definitions/DoorOpenPosition/properties/Percent
Annotations
Title  DoorOpenPosition

Description  Defines the amount of openness of an InteriorDoor.

The range for Percent is [0., 100.]
Diagram
Type object
Properties
Name Occurrence
Percent
optional
Additional Properties false
Used by
Source

 "DoorOpenPosition": {
  "type": "object",
  "additionalProperties": false,
  "title": "DoorOpenPosition",
  "description": "Defines the amount of openness of an InteriorDoor.\n\nThe range for Percent is [0., 100.]",
  "properties": {
    "Percent": {
      "title": "Percent",
      "default": 100,
      "anyOf": [
        {
          "type": "number",
          "minimum": 0,
          "maximum": 100
        },
        {
          "type": "string",
          "const": "Random"
        }
      ]
    }
  }
}


Definition Percent
#/definitions/DoorOpenPosition/properties/Percent/anyOf/0 #/definitions/DoorOpenPosition/properties/Percent/anyOf/1
Annotations
Title  Percent

Diagram
Type object
Constraints
Default : 100.0

Any of
Additional Properties false
Used by
Source

 "Percent": {
  "title": "Percent",
  "default": 100,
  "anyOf": [
    {
      "type": "number",
      "minimum": 0,
      "maximum": 100
    },
    {
      "type": "string",
      "const": "Random"
    }
  ]
}


Definition anyOf/0
Diagram
Type number
Constraints
Minimum : 0.0

Maximum : 100.0

Used by
Source

{
  "type": "number",
  "minimum": 0,
  "maximum": 100
}


Definition anyOf/1
Diagram
Type string
Used by
Source

{
  "type": "string",
  "const": "Random"
}