From 6e341f1d31a0e35c757876c0984700207d593688 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 14 Oct 2021 14:00:52 +0000 Subject: [PATCH] schemas: scanbarycentre: Remove extraneous 'BodyID' string --- schemas/scanbarycentre-v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/scanbarycentre-v1.0.json b/schemas/scanbarycentre-v1.0.json index fc6e3a7..15a8985 100644 --- a/schemas/scanbarycentre-v1.0.json +++ b/schemas/scanbarycentre-v1.0.json @@ -35,7 +35,7 @@ "additionalProperties" : false, "required" : [ "timestamp", "event", "StarSystem", "StarPos", "SystemAddress", "BodyID" ], "properties" : { - "timestamp": , "BodyID"{ + "timestamp": { "type" : "string", "format" : "date-time" },