Verified Commit c5c9e77e authored by Dan Jones's avatar Dan Jones
Browse files

feat: add enum options for no position

parent f419d7c3
......@@ -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",
},
......
......@@ -2220,7 +2220,9 @@
"missing",
"invalid",
"old",
"poor_fix"
"poor_fix",
"unavailable",
"not_applicable"
],
"example": "invalid",
"type": "string"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment