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
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 @@
},
"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