Skip to content

Commit 792155d

Browse files
authored
Improve placement info + missing "degrees" info (#602)
Improve placement wording + missing "degrees" info
1 parent 8ea5fc8 commit 792155d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/schema/src/schema/placement.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"properties": {
77
"Position": {
88
"type": "array",
9-
"description": "Position of the Placement",
9+
"description": "Position",
1010
"items": {
1111
"type": "number"
1212
}
1313
},
1414
"Axis": {
1515
"type": "array",
16-
"description": "Axis of the Placement",
16+
"description": "Rotation Axis",
1717
"items": {
1818
"type": "number"
1919
}
2020
},
2121
"Angle": {
2222
"type": "number",
23-
"description": "Angle of the Placement"
23+
"description": "Rotation Angle (degrees)"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)