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
6da845e3
Commit
6da845e3
authored
1 year ago
by
Trishna Saeharaseelan
Browse files
Options
Download
Email Patches
Plain Diff
refactor(encoded schema): add contentEncoding for base64
parent
04128aa8
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
#112277
passed with stages
in 1 minute and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
formats/encoded.py
formats/encoded.py
+1
-0
project/soar/swagger.json
project/soar/swagger.json
+3
-0
No files found.
formats/encoded.py
View file @
6da845e3
...
...
@@ -22,6 +22,7 @@ encoded_schema = {
"data"
:
{
"type"
:
"string"
,
"description"
:
"Base64 encoded string"
,
"contentEncoding"
:
"base64"
,
"example"
:
"SDQke4uwyP/YQQAgAhA2AND/nu8nvQAAAAAAAAAACtejPa5HHUGkcB"
+
"AAAAIAAAAQAAAAAAAAAA9P2cP166ab+9cg=="
,
},
...
...
This diff is collapsed.
Click to expand it.
project/soar/swagger.json
View file @
6da845e3
...
...
@@ -196,6 +196,7 @@
"mission_plan_encoded"
:{
"properties"
:{
"data"
:{
"contentEncoding"
:
"base64"
,
"description"
:
"Base64 encoded string"
,
"example"
:
"SDQke4uwyP/YQQAgAhA2AND/nu8nvQAAAAAAAAAACtejPa5HHUGkcBAAAAIAAAAQAAAAAAAAAA9P2cP166ab+9cg=="
,
"type"
:
"string"
...
...
@@ -299,6 +300,7 @@
"observation_encoded"
:{
"properties"
:{
"data"
:{
"contentEncoding"
:
"base64"
,
"description"
:
"Base64 encoded string"
,
"example"
:
"SDQke4uwyP/YQQAgAhA2AND/nu8nvQAAAAAAAAAACtejPa5HHUGkcBAAAAIAAAAQAAAAAAAAAA9P2cP166ab+9cg=="
,
"type"
:
"string"
...
...
@@ -782,6 +784,7 @@
"platform_status_encoded"
:{
"properties"
:{
"data"
:{
"contentEncoding"
:
"base64"
,
"description"
:
"Base64 encoded string"
,
"example"
:
"SDQke4uwyP/YQQAgAhA2AND/nu8nvQAAAAAAAAAACtejPa5HHUGkcBAAAAIAAAAQAAAAAAAAAA9P2cP166ab+9cg=="
,
"type"
:
"string"
...
...
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