Commit 38d9c478 authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix: update swagger

3 merge requests!59Release v2.0.0,!57Add new Autonomy message type,!36Resolve "Create temporary mas-dt branch for initial schema refactor"
Pipeline #262125 failed with stages
in 1 minute and 37 seconds
""" """
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",
......
...@@ -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": {
......
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