diff --git a/schemas/journal-v1.0.json b/schemas/journal-v1.0.json index 54ce4cc..4586ee6 100644 --- a/schemas/journal-v1.0.json +++ b/schemas/journal-v1.0.json @@ -86,7 +86,17 @@ "Wanted" : { "$ref" : "#/definitions/disallowed" } }, "patternProperties" : { - "_Localised$" : { "$ref" : "#/definitions/disallowed" } + "_Localised$" : { "$ref" : "#/definitions/disallowed" }, + "^(Materials|StationEconomies)$" : { + "type" : "array", + "description" : "Present in Scan and Docked messages", + "items" : { + "type" : "object", + "patternProperties" : { + "_Localised$" : { "$ref" : "#/definitions/disallowed" } + } + } + } } } },