From ec09b26945415b1d75edccdcc7ddf7945e6fcd2b Mon Sep 17 00:00:00 2001 From: Dan Jones <dan.jones@noc.ac.uk> Date: Wed, 25 Jan 2023 08:14:32 +0000 Subject: [PATCH] fix: correct action schema references --- fixtures/schema-swagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fixtures/schema-swagger.json b/fixtures/schema-swagger.json index 35999bc..c0638af 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" } ] } -- GitLab