From 6dbc9e392a96db0d432291e54ceb5702118fd074 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Sun, 7 Nov 2021 19:22:05 +0300 Subject: [PATCH] FSSSignalDiscovered: don't pass `$USS_Type_MissionTarget;` USS_Type --- schemas/fsssignaldiscovered-v1.0.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/schemas/fsssignaldiscovered-v1.0.json b/schemas/fsssignaldiscovered-v1.0.json index bb03da5..d5e4fcc 100644 --- a/schemas/fsssignaldiscovered-v1.0.json +++ b/schemas/fsssignaldiscovered-v1.0.json @@ -63,7 +63,12 @@ }, "SignalName": { "type": "string" }, "IsStation": { "type": "boolean" }, - "USSType": { "type": "string" }, + "USSType": { + "type": "string", + "not": { + "pattern": "^\\$USS_Type_MissionTarget;$" + } + }, "TimeRemaining": {"$ref" : "#/definitions/disallowed"}, "SpawningState": {"type": "string"}, "SpawningFaction" : {"type": "string"},