Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-testsuite
Commits
ec09b269
Unverified
Commit
ec09b269
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
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.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
fixtures/schema-swagger.json
fixtures/schema-swagger.json
+3
-3
No files found.
fixtures/schema-swagger.json
Edit
View file @
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/A
reaOfInterest
"
"$ref"
:
"#/components/schemas/A
scendToSurface
"
}
}
]
]
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment