diff --git a/schemas/journal-v1.0.json b/schemas/journal-v1.0.json index 1c82449..d6fdd99 100644 --- a/schemas/journal-v1.0.json +++ b/schemas/journal-v1.0.json @@ -75,6 +75,18 @@ } } }, + + "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" },