"description":"Human-in-the-loop approval. 1 - Plan approved; 0 - Plan Rejected",
"example":1
},
"autonomy_engine_plan_ID":{
"type":"integer",
"description":"Mission plan ID (according to Autonomy Engine's mission plan number sent) executed by platform",
"example":1
},
"message_type":{
"description":"Type of message",
"example":"acknowledgement",
"type":"string"
"type":"string",
"example":"acknowledgement"
},
"status":{
"description":"Highest level of acknowledgement. I.e. `c2_received`: Received by C2, `operator_approved_and_sent` : Approved by operator and sent from C2->Platform, `executed`: Executed by platform",
"enum":[
"c2_received",
"operator_approved_and_sent",
"executed"
],
"example":"executed by platform",
"type":"string"
"platform_ID":{
"type":"string",
"description":"Unique identifier for this platform",
"example":"reav-x-1"
}
},
"required":[
"message_type",
"acknowledged_message_ID",
"status"
"autonomy_engine_plan_ID",
"platform_ID",
"approved"
],
"type":"object"
},
...
...
@@ -230,8 +231,7 @@
},
"region_surveyed":{
"description":"Region surveyed by given platform. GEOJSON",
"description":"Human-in-the-loop approval. 1 - Plan approved; 0 - Plan Rejected",
"example":1
},
"autonomy_engine_plan_ID":{
"type":"integer",
"description":"Mission plan ID (according to Autonomy Engine's mission plan number sent) executed by platform",
"example":1
},
"message_type":{
"description":"Type of message",
"example":"acknowledgement",
"type":"string"
"type":"string",
"example":"acknowledgement"
},
"status":{
"description":"Highest level of acknowledgement. I.e. `c2_received`: Received by C2, `operator_approved_and_sent` : Approved by operator and sent from C2->Platform, `executed`: Executed by platform",
"enum":[
"c2_received",
"operator_approved_and_sent",
"executed"
],
"example":"executed by platform",
"type":"string"
"platform_ID":{
"type":"string",
"description":"Unique identifier for this platform",