We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea5fc8 commit 792155dCopy full SHA for 792155d
packages/schema/src/schema/placement.json
@@ -6,21 +6,21 @@
6
"properties": {
7
"Position": {
8
"type": "array",
9
- "description": "Position of the Placement",
+ "description": "Position",
10
"items": {
11
"type": "number"
12
}
13
},
14
"Axis": {
15
16
- "description": "Axis of the Placement",
+ "description": "Rotation Axis",
17
18
19
20
21
"Angle": {
22
"type": "number",
23
- "description": "Angle of the Placement"
+ "description": "Rotation Angle (degrees)"
24
25
26
0 commit comments