FSSSignalDiscovered: don't pass $USS_Type_MissionTarget; USS_Type

This commit is contained in:
norohind 2021-11-07 19:22:05 +03:00
parent 5386ed2c64
commit 6dbc9e392a
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

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