mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-14 22:32:20 +03:00
Prevent _Localised from SAASignalsFound
This commit is contained in:
parent
9cdc384b5e
commit
8024de7887
@ -75,6 +75,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"Signals": {
|
||||||
|
"type" : "array",
|
||||||
|
"description" : "Present in SAASignalsFound messages",
|
||||||
|
"items" : {
|
||||||
|
"type" : "object",
|
||||||
|
"patternProperties" : {
|
||||||
|
"_Localised$" : { "$ref" : "#/definitions/disallowed" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"ActiveFine" : { "$ref" : "#/definitions/disallowed" },
|
"ActiveFine" : { "$ref" : "#/definitions/disallowed" },
|
||||||
"CockpitBreach" : { "$ref" : "#/definitions/disallowed" },
|
"CockpitBreach" : { "$ref" : "#/definitions/disallowed" },
|
||||||
"BoostUsed" : { "$ref" : "#/definitions/disallowed" },
|
"BoostUsed" : { "$ref" : "#/definitions/disallowed" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user