FSSSignalDiscovered: add properties

This commit is contained in:
norohind 2021-11-07 18:34:07 +03:00
parent 036e918fe9
commit 5386ed2c64
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

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