From 3a441971837f6c51448a46db5a96cec90cc4415d Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 14 Mar 2023 16:11:07 -0600 Subject: [PATCH] schema: add "message_id" to email --- etc/schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/schema.json b/etc/schema.json index 6b24f28e44..2de12bf329 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1338,7 +1338,10 @@ }, "has_exe_url": { "type": "boolean" - } + }, + "message_id": { + "type": "string" + } }, "additionalProperties": false }, -- 2.47.2