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
c5c9e77e
Verified
Commit
c5c9e77e
authored
7 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
feat: add enum options for no position
parent
f419d7c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
formats/platform_status.py
formats/platform_status.py
+8
-1
project/soar/swagger.json
project/soar/swagger.json
+3
-1
No files found.
formats/platform_status.py
View file @
c5c9e77e
...
...
@@ -183,7 +183,14 @@ platform_status_schema = {
"properties"
:
{
"no_position_reason"
:
{
"type"
:
"string"
,
"enum"
:
[
"missing"
,
"invalid"
,
"old"
,
"poor_fix"
],
"enum"
:
[
"missing"
,
"invalid"
,
"old"
,
"poor_fix"
,
"unavailable"
,
"not_applicable"
],
"description"
:
"Why position data is unavailable"
,
"example"
:
"invalid"
,
},
...
...
This diff is collapsed.
Click to expand it.
project/soar/swagger.json
View file @
c5c9e77e
...
...
@@ -2220,7 +2220,9 @@
"missing"
,
"invalid"
,
"old"
,
"poor_fix"
"poor_fix"
,
"unavailable"
,
"not_applicable"
],
"example"
:
"invalid"
,
"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