mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-12 07:00:04 +03:00
Smaller prevention for SAASignalsFound _Localised
This commit is contained in:
parent
8024de7887
commit
f91e20099a
@ -76,17 +76,6 @@
|
||||
}
|
||||
},
|
||||
|
||||
"Signals": {
|
||||
"type" : "array",
|
||||
"description" : "Present in SAASignalsFound messages",
|
||||
"items" : {
|
||||
"type" : "object",
|
||||
"patternProperties" : {
|
||||
"_Localised$" : { "$ref" : "#/definitions/disallowed" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"ActiveFine" : { "$ref" : "#/definitions/disallowed" },
|
||||
"CockpitBreach" : { "$ref" : "#/definitions/disallowed" },
|
||||
"BoostUsed" : { "$ref" : "#/definitions/disallowed" },
|
||||
@ -99,9 +88,9 @@
|
||||
},
|
||||
"patternProperties" : {
|
||||
"_Localised$" : { "$ref" : "#/definitions/disallowed" },
|
||||
"^(Materials|StationEconomies)$" : {
|
||||
"^(Materials|StationEconomies|Signals)$" : {
|
||||
"type" : "array",
|
||||
"description" : "Present in Scan and Docked messages",
|
||||
"description" : "Present in Scan, Docked and SAASignalsFound messages",
|
||||
"items" : {
|
||||
"type" : "object",
|
||||
"patternProperties" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user