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

fix: correct action schema references

parent 797ebbcb
......@@ -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"
}
]
}
......
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