File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 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" ,
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" : {
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" : {
You can’t perform that action at this time.
0 commit comments