Showing:

Annotations
Diagram
Properties
Constraints
Used By
Source
Definition AspectRatio
definitions_AspectRatio.html#/definitions/AspectRatio/properties/x definitions_AspectRatio.html#/definitions/AspectRatio/properties/y
Annotations
Title  AspectRatio

Diagram
Type object
Properties
Name Occurrence
x
y
optional
optional
Additional Properties false
Used by
Source

 "AspectRatio": {
  "type": "object",
  "additionalProperties": false,
  "title": "AspectRatio",
  "properties": {
    "x": {
      "type": "number",
      "minimum": 1,
      "maximum": 4,
      "title": "X",
      "default": 1
    },
    "y": {
      "type": "number",
      "minimum": 1,
      "maximum": 4,
      "title": "Y",
      "default": 1
    }
  }
}


Definition x
Annotations
Title  X

Diagram
Type number
Constraints
Minimum : 1

Maximum : 4

Default : 1

Used by
Schema
AspectRatio
Source

 "x": {
  "type": "number",
  "minimum": 1,
  "maximum": 4,
  "title": "X",
  "default": 1
}


Definition y
Annotations
Title  Y

Diagram
Type number
Constraints
Minimum : 1

Maximum : 4

Default : 1

Used by
Schema
AspectRatio
Source

 "y": {
  "type": "number",
  "minimum": 1,
  "maximum": 4,
  "title": "Y",
  "default": 1
}