diff --git a/fixtures/schema-swagger.json b/fixtures/schema-swagger.json
index 35999bc48b202f254f93dcb3c6547e667037705d..c0638af1d59fe560ca0cacb7533ffe37e5918ca6 100644
--- a/fixtures/schema-swagger.json
+++ b/fixtures/schema-swagger.json
@@ -165,13 +165,13 @@
               },
               "oneOf": [
                 {
-                  "$ref": "#/components/schemas/VehicleStatus"
+                  "$ref": "#/components/schemas/GoToWaypoint"
                 },
                 {
-                  "$ref": "#/components/schemas/VehicleMission"
+                  "$ref": "#/components/schemas/DescendToAltitude"
                 },
                 {
-                  "$ref": "#/components/schemas/AreaOfInterest"
+                  "$ref": "#/components/schemas/AscendToSurface"
                 }
               ]
             }