Smaller prevention for SAASignalsFound _Localised

This commit is contained in:
AnthorNet 2019-10-03 08:37:26 +02:00 committed by GitHub
parent 8024de7887
commit f91e20099a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" : {