Commit dc1125db authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix: lint

......@@ -23,8 +23,14 @@ acknowledgement_schema = {
},
"approved": {
"type": "boolean",
"description": "Human-in-the-loop approval. 1 - Plan approved; 0 - Plan Rejected",
"description": "Human-in-the-loop approval."
+ "1 - Plan approved; 0 - Plan Rejected",
},
},
"required": ["message_type","autonomy_engine_plan_ID", "platform_ID", "approved"],
"required": [
"message_type",
"autonomy_engine_plan_ID",
"platform_ID",
"approved",
],
}
......@@ -69,14 +69,19 @@ acknowledgement_schema = {
},
"approved": {
"type": "boolean",
"description": "Human-in-the-loop approval. 1 - Plan approved; 0 - Plan Rejected",
"description": "Human-in-the-loop approval. "
+ "1 - Plan approved; 0 - Plan Rejected",
},
},
"required": ["message_type","autonomy_engine_plan_ID", "platform_ID", "approved"],
"required": [
"message_type",
"autonomy_engine_plan_ID",
"platform_ID",
"approved",
],
}
action_schema = {
"type": "object",
"properties": {
......
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