added missing BodyName field

This commit is contained in:
Gareth Harper 2022-05-25 15:46:13 +00:00
parent 497a7603f3
commit cda25f4882

View File

@ -67,6 +67,10 @@
"BodyID" : {
"type" : "integer"
},
"BodyName": {
"type" : "string",
"minLength" : 1
},
"Signals": {
"type" : "array",
"items" : {