Skip to content

Commit f5d7532

Browse files
committed
Update OpenAPI
1 parent 3bd3566 commit f5d7532

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

modeling-cmds/openapi/api.json

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,7 @@
698698
"type": "object",
699699
"properties": {
700700
"eye_offset": {
701-
"type": "number",
702-
"format": "float"
701+
"$ref": "#/components/schemas/Point3d"
703702
},
704703
"fov_y": {
705704
"type": "number",
@@ -708,32 +707,19 @@
708707
"is_ortho": {
709708
"type": "boolean"
710709
},
711-
"ortho_scale_enabled": {
712-
"type": "boolean"
713-
},
714-
"ortho_scale_factor": {
715-
"type": "number",
716-
"format": "float"
717-
},
718710
"pivot_position": {
719711
"$ref": "#/components/schemas/Point3d"
720712
},
721713
"pivot_rotation": {
722714
"$ref": "#/components/schemas/Point4d"
723-
},
724-
"world_coord_system": {
725-
"$ref": "#/components/schemas/WorldCoordinateSystem"
726715
}
727716
},
728717
"required": [
729718
"eye_offset",
730719
"fov_y",
731720
"is_ortho",
732-
"ortho_scale_enabled",
733-
"ortho_scale_factor",
734721
"pivot_position",
735-
"pivot_rotation",
736-
"world_coord_system"
722+
"pivot_rotation"
737723
]
738724
},
739725
"ClientMetrics": {
@@ -7848,13 +7834,6 @@
78487834
]
78497835
}
78507836
]
7851-
},
7852-
"WorldCoordinateSystem": {
7853-
"type": "string",
7854-
"enum": [
7855-
"right_handed_up_z",
7856-
"right_handed_up_y"
7857-
]
78587837
}
78597838
},
78607839
"responses": {

0 commit comments

Comments
 (0)