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
8947977d
Commit
8947977d
authored
2 years ago
by
Trishna Saeharaseelan
Browse files
Options
Download
Email Patches
Plain Diff
refactor: project content to latest
parent
127d45b7
dev
26-add-battery-endurance-for-platform-schema-in-planning-configuration
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
!16
Resolve "Release v0.1"
,
!13
refactor: project content to latest
Pipeline
#109789
passed with stages
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
project/soar/swagger.json
project/soar/swagger.json
+13
-7
No files found.
project/soar/swagger.json
View file @
8947977d
...
...
@@ -31,8 +31,9 @@
"message_type"
:{
"description"
:
"Type of message"
,
"example"
:
"acknowledgement"
,
"type"
:
"string"
},
"type"
:
"string"
,
"enum"
:
[
"acknowledgement"
]
},
"platform_ID"
:{
"description"
:
"Unique identifier for this platform"
,
"example"
:
"reav-x-1"
,
...
...
@@ -107,7 +108,8 @@
"message_type"
:{
"description"
:
"Type of message"
,
"example"
:
"mission_plan"
,
"type"
:
"string"
"type"
:
"string"
,
"enum"
:
[
"mission_plan"
]
},
"plan"
:{
"items"
:{
...
...
@@ -202,7 +204,8 @@
"message_type"
:{
"description"
:
"Type of message"
,
"example"
:
"observation"
,
"type"
:
"string"
"type"
:
"string"
,
"enum"
:
[
"observation"
]
},
"platform_ID"
:{
"description"
:
"Unique identifier for this platform"
,
...
...
@@ -319,7 +322,8 @@
"message_type"
:{
"description"
:
"Type of message"
,
"example"
:
"planning_configuration"
,
"type"
:
"string"
"type"
:
"string"
,
"enum"
:
[
"planning_configuration"
]
},
"planning_config_ID"
:{
"description"
:
"Unique identifier tagged to version of this configuration plan"
,
...
...
@@ -351,7 +355,8 @@
"description"
:
"Any addition fields/data to be added here"
,
"example"
:{
}
},
"type"
:
"object"
},
"safe_command"
:{
"description"
:
"Command/Action that is native to respective partner's platform/C2"
,
...
...
@@ -569,7 +574,8 @@
"message_type"
:{
"description"
:
"Type of message"
,
"example"
:
"platform_status"
,
"type"
:
"string"
"type"
:
"string"
,
"enum"
:
[
"platform_status"
]
},
"mission_plan_ID"
:{
"description"
:
"Mission plan ID according to platform-C2 system"
,
...
...
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