From 5386ed2c64dc7223e6a494f235d77801fc313ab9 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Sun, 7 Nov 2021 18:34:07 +0300 Subject: [PATCH] FSSSignalDiscovered: add properties --- schemas/fsssignaldiscovered-v1.0.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/fsssignaldiscovered-v1.0.json b/schemas/fsssignaldiscovered-v1.0.json index 834cbe1..bb03da5 100644 --- a/schemas/fsssignaldiscovered-v1.0.json +++ b/schemas/fsssignaldiscovered-v1.0.json @@ -63,7 +63,11 @@ }, "SignalName": { "type": "string" }, "IsStation": { "type": "boolean" }, + "USSType": { "type": "string" }, "TimeRemaining": {"$ref" : "#/definitions/disallowed"}, + "SpawningState": {"type": "string"}, + "SpawningFaction" : {"type": "string"}, + "ThreatLevel": {"type": "integer" }, "patternProperties": { "_Localised$" : { "$ref" : "#/definitions/disallowed" }