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
cff09f1a
Commit
cff09f1a
authored
2 months ago
by
Trishna Saeharaseelan
Browse files
Options
Download
Email Patches
Plain Diff
refactor: regenerate swagger and update mock message
parent
5ac359e6
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
#261974
failed with stages
in 1 minute and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
11 deletions
+21
-11
examples/mas-dt/autonomy.json
examples/mas-dt/autonomy.json
+0
-1
project/soar/swagger.json
project/soar/swagger.json
+21
-10
No files found.
examples/mas-dt/autonomy.json
View file @
cff09f1a
...
...
@@ -11,7 +11,6 @@
"payload"
:{
"message_type"
:
"autonomy"
,
"planning_config_ID"
:
1
,
"version"
:
"v0.1.2"
,
"state"
:
"start"
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
project/soar/swagger.json
View file @
cff09f1a
...
...
@@ -121,11 +121,27 @@
"example"
:
"autonomy"
,
"type"
:
"string"
},
"planning_config_ID"
:
{
"description"
:
"Unique identifier of autonomy engine's planning config ID configuration plan"
,
"example"
:
3
,
"type"
:
"integer"
},
"oneOf"
:
[
{
"properties"
:
{
"planning_config_ID"
:
{
"description"
:
"Unique identifier (uuid) for this specification version generated"
,
"format"
:
"uuid"
,
"pattern"
:
"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
,
"type"
:
"string"
}
}
},
{
"properties"
:
{
"planning_config_ID"
:
{
"description"
:
"Unique identifier (uuid) for this specification version generated"
,
"example"
:
2
,
"type"
:
"integer"
}
}
}
],
"state"
:
{
"description"
:
"Autonomy engine instruction to start or stop model"
,
"enum"
:
[
...
...
@@ -134,11 +150,6 @@
],
"example"
:
"stop"
,
"type"
:
"string"
},
"version"
:
{
"description"
:
"Version of autonomy engine for given planning config ID"
,
"example"
:
"v1.0.0"
,
"type"
:
"string"
}
},
"required"
:
[
...
...
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