Unverified Commit ec09b269 authored by Dan Jones's avatar Dan Jones
Browse files

fix: correct action schema references

parent 797ebbcb
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -165,13 +165,13 @@ ...@@ -165,13 +165,13 @@
}, },
"oneOf": [ "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"
} }
] ]
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment