Definition AspectRatio
|
|
|
|
|
Annotations
|
|
|
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
Definition y
|
|