schemas: scanbarycentre: Remove extraneous 'BodyID' string

This commit is contained in:
Athanasius 2021-10-14 14:00:52 +00:00
parent 1b290ff53d
commit 6e341f1d31

View File

@ -35,7 +35,7 @@
"additionalProperties" : false,
"required" : [ "timestamp", "event", "StarSystem", "StarPos", "SystemAddress", "BodyID" ],
"properties" : {
"timestamp": , "BodyID"{
"timestamp": {
"type" : "string",
"format" : "date-time"
},