Unverified Commit be220d3f authored by Dan Jones's avatar Dan Jones
Browse files

test: update example messages to match new schema

parent 7efb283a
{
"message_type": "VehicleMission",
"metadata": {
"source": "ae",
"destination": "soar.po.ecosub.eco1",
"delivery_type": "publish",
"message_id": "test"
},
"payload": {
"message_type": "VehicleMission",
"operator_id": "po",
"vehicle_id": "eco1",
"coordinates": {
......@@ -14,4 +15,5 @@
"depth": 50,
"projection": 4326
}
}
}
{
"message_type": "VehicleMission",
"metadata": {
"source": "ae",
"destination": "soar.po.ecosub.eco1",
"delivery_type": "publish",
"message_id": "test"
},
"payload": {
"message_type": "VehicleMission",
"operator_id": "po",
"vehicle_id": "eco1",
"coordinates": {
......@@ -34,4 +35,5 @@
}
}
]
}
}
{
"message_type": "VehicleStatus",
"metadata": {
"source": "ae",
"destination": "soar.po.ecosub.eco1",
"delivery_type": "publish",
"message_id": "test"
},
"payload": {
"message_type": "VehicleStatus",
"operator_id": "po",
"vehicle_id": "eco1",
"coordinates": {
......@@ -15,4 +16,5 @@
"projection": 4326
},
"battery_percentage": 64
}
}
\ No newline at end of file
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