Commit 596b31d3 authored by Dan Jones's avatar Dan Jones
Browse files

Merge branch...

Merge branch '4-update-schema-fixture-mission-actions-to-have-the-correct-oneof-references' into '1-import-features-and-fixtures-from-js-adapter'

Resolve "Update schema fixture mission actions to have the correct oneOf references"

See merge request !2
parents 797ebbcb ec09b269
...@@ -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