Merge pull request #186 from spansh/fssbodysignals-body-name

Added BodyName field to FSSBodySignals
This commit is contained in:
Athanasius 2022-05-25 16:48:11 +01:00 committed by GitHub
commit 2aa605a2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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