Commit 8947977d authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

refactor: project content to latest

parent 127d45b7
Pipeline #109789 passed with stages
in 1 minute and 10 seconds
...@@ -31,8 +31,9 @@ ...@@ -31,8 +31,9 @@
"message_type":{ "message_type":{
"description":"Type of message", "description":"Type of message",
"example":"acknowledgement", "example":"acknowledgement",
"type":"string" "type":"string",
}, "enum": ["acknowledgement"]
},
"platform_ID":{ "platform_ID":{
"description":"Unique identifier for this platform", "description":"Unique identifier for this platform",
"example":"reav-x-1", "example":"reav-x-1",
...@@ -107,7 +108,8 @@ ...@@ -107,7 +108,8 @@
"message_type":{ "message_type":{
"description":"Type of message", "description":"Type of message",
"example":"mission_plan", "example":"mission_plan",
"type":"string" "type":"string",
"enum": ["mission_plan"]
}, },
"plan":{ "plan":{
"items":{ "items":{
...@@ -202,7 +204,8 @@ ...@@ -202,7 +204,8 @@
"message_type":{ "message_type":{
"description":"Type of message", "description":"Type of message",
"example":"observation", "example":"observation",
"type":"string" "type":"string",
"enum": ["observation"]
}, },
"platform_ID":{ "platform_ID":{
"description":"Unique identifier for this platform", "description":"Unique identifier for this platform",
...@@ -319,7 +322,8 @@ ...@@ -319,7 +322,8 @@
"message_type":{ "message_type":{
"description":"Type of message", "description":"Type of message",
"example":"planning_configuration", "example":"planning_configuration",
"type":"string" "type":"string",
"enum": ["planning_configuration"]
}, },
"planning_config_ID":{ "planning_config_ID":{
"description":"Unique identifier tagged to version of this configuration plan", "description":"Unique identifier tagged to version of this configuration plan",
...@@ -351,7 +355,8 @@ ...@@ -351,7 +355,8 @@
"description":"Any addition fields/data to be added here", "description":"Any addition fields/data to be added here",
"example":{ "example":{
} },
"type":"object"
}, },
"safe_command":{ "safe_command":{
"description":"Command/Action that is native to respective partner's platform/C2", "description":"Command/Action that is native to respective partner's platform/C2",
...@@ -569,7 +574,8 @@ ...@@ -569,7 +574,8 @@
"message_type":{ "message_type":{
"description":"Type of message", "description":"Type of message",
"example":"platform_status", "example":"platform_status",
"type":"string" "type":"string",
"enum": ["platform_status"]
}, },
"mission_plan_ID":{ "mission_plan_ID":{
"description":"Mission plan ID according to platform-C2 system", "description":"Mission plan ID according to platform-C2 system",
......
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