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
38d9c478
Commit
38d9c478
authored
2 months ago
by
Trishna Saeharaseelan
Browse files
Options
Download
Email Patches
Plain Diff
fix: update swagger
parent
664b0ac4
dev
master
v2.0.0
v2.0.0-beta.11
3 merge requests
!59
Release v2.0.0
,
!57
Add new Autonomy message type
,
!36
Resolve "Create temporary mas-dt branch for initial schema refactor"
Pipeline
#262125
failed with stages
in 1 minute and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
formats/autonomy_engine_control.py
formats/autonomy_engine_control.py
+4
-4
project/soar/swagger.json
project/soar/swagger.json
+2
-2
No files found.
formats/autonomy_engine_control.py
View file @
38d9c478
"""
"""
schemas: Autonomy related data with Autonomy
Engine metadata,
schemas: Autonomy
Engine control
related data with Autonomy
configurations and default instructions
Engine metadata,
configurations and default instructions
"""
"""
autonomy_engine_control_schema
=
{
autonomy_engine_control_schema
=
{
...
@@ -9,8 +9,8 @@ autonomy_engine_control_schema = {
...
@@ -9,8 +9,8 @@ autonomy_engine_control_schema = {
"message_type"
:
{
"message_type"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"description"
:
"Type of message"
,
"description"
:
"Type of message"
,
"example"
:
"autonomy"
,
"example"
:
"autonomy
_engine_control
"
,
"enum"
:
[
"autonomy"
],
"enum"
:
[
"autonomy
_engine_control
"
],
},
},
"state"
:
{
"state"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
...
...
This diff is collapsed.
Click to expand it.
project/soar/swagger.json
View file @
38d9c478
...
@@ -137,9 +137,9 @@
...
@@ -137,9 +137,9 @@
"message_type"
:
{
"message_type"
:
{
"description"
:
"Type of message"
,
"description"
:
"Type of message"
,
"enum"
:
[
"enum"
:
[
"autonomy"
"autonomy
_engine_control
"
],
],
"example"
:
"autonomy"
,
"example"
:
"autonomy
_engine_control
"
,
"type"
:
"string"
"type"
:
"string"
},
},
"state"
:
{
"state"
:
{
...
...
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