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-message-format
Commits
d9c864f4
Commit
d9c864f4
authored
2 years ago
by
Trishna Saeharaseelan
Browse files
Options
Download
Email Patches
Plain Diff
fix: additional_data in schema named differently as additional_spec
parent
ae85dc35
dev
41-add-optional-operating_area-as-a-wider-zone-outside-region_of_interest
42-add-event-details-and-status-to-acknowledgement-schema
66-tag-current-dev-as-version-1
76-should-depth-and-altitude-be-coordinates
80-add-informational-type-primitive
87-remove-comment-for-platform-status-state
87-remove-todo-comment-from-platform-state
action-refactor-test
ci-js-test
master
missionmonitor
v2.0.0
v2.0.0-beta.11
v2.0.0-beta.10
v2.0.0-beta.9
v2.0.0-beta.8
v2.0.0-beta.7
v2.0.0-beta.6
v2.0.0-beta.5
v2.0.0-beta.4
v2.0.0-beta.3
v2.0.0-beta.2
v2.0.0-beta.1
v1.0.0
v0.2.0
v0.1.0
2 merge requests
!19
feat: support binary payload
,
!16
Resolve "Release v0.1"
Pipeline
#112540
passed with stages
in 50 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
formats/planning_configuration.py
formats/planning_configuration.py
+1
-1
project/soar/swagger.json
project/soar/swagger.json
+1
-1
tests/fixtures/schemas.py
tests/fixtures/schemas.py
+1
-1
tests/fixtures/swagger.json
tests/fixtures/swagger.json
+1
-1
No files found.
formats/planning_configuration.py
View file @
d9c864f4
...
@@ -76,7 +76,7 @@ platform_schema = {
...
@@ -76,7 +76,7 @@ platform_schema = {
"description"
:
"Maximum altitude set for squad."
,
"description"
:
"Maximum altitude set for squad."
,
"example"
:
0.9
,
"example"
:
0.9
,
},
},
"additional_
specs
"
:
{
"additional_
data
"
:
{
"description"
:
"Any addition fields/data to be added here"
,
"description"
:
"Any addition fields/data to be added here"
,
"example"
:
{
"swath_width"
:
10.0
,
"scan_type"
:
"DVL"
},
"example"
:
{
"swath_width"
:
10.0
,
"scan_type"
:
"DVL"
},
"type"
:
"object"
,
"type"
:
"object"
,
...
...
This diff is collapsed.
Click to expand it.
project/soar/swagger.json
View file @
d9c864f4
...
@@ -432,7 +432,7 @@
...
@@ -432,7 +432,7 @@
"description"
:
"Squad consists of these platforms"
,
"description"
:
"Squad consists of these platforms"
,
"items"
:{
"items"
:{
"properties"
:{
"properties"
:{
"additional_
specs
"
:{
"additional_
data
"
:{
"description"
:
"Any addition fields/data to be added here"
,
"description"
:
"Any addition fields/data to be added here"
,
"example"
:{
"example"
:{
"scan_type"
:
"DVL"
,
"scan_type"
:
"DVL"
,
...
...
This diff is collapsed.
Click to expand it.
tests/fixtures/schemas.py
View file @
d9c864f4
...
@@ -311,7 +311,7 @@ platform_schema = {
...
@@ -311,7 +311,7 @@ platform_schema = {
"description"
:
"Maximum altitude set for squad."
,
"description"
:
"Maximum altitude set for squad."
,
"example"
:
0.9
,
"example"
:
0.9
,
},
},
"additional_
specs
"
:
{
"additional_
data
"
:
{
"description"
:
"Any addition fields/data to be added here"
,
"description"
:
"Any addition fields/data to be added here"
,
"example"
:
{
"swath_width"
:
10.0
,
"scan_type"
:
"DVL"
},
"example"
:
{
"swath_width"
:
10.0
,
"scan_type"
:
"DVL"
},
},
},
...
...
This diff is collapsed.
Click to expand it.
tests/fixtures/swagger.json
View file @
d9c864f4
...
@@ -322,7 +322,7 @@
...
@@ -322,7 +322,7 @@
"description"
:
"Squad consists of these platforms"
,
"description"
:
"Squad consists of these platforms"
,
"items"
:
{
"items"
:
{
"properties"
:
{
"properties"
:
{
"additional_
specs
"
:
{
"additional_
data
"
:
{
"description"
:
"Any addition fields/data to be added here"
,
"description"
:
"Any addition fields/data to be added here"
,
"example"
:
{
"example"
:
{
"scan_type"
:
"DVL"
,
"scan_type"
:
"DVL"
,
...
...
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