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"},