From 0d714b9624a8161938ccba5c44ff4b45fe3e499a Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Mon, 2 Feb 2026 16:21:09 +0100 Subject: [PATCH] doc/jsonschema: remove non-existing email fields --- etc/schema.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/etc/schema.json b/etc/schema.json index 9fd4f6d48e..9df20702ac 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1454,15 +1454,6 @@ "from": { "type": "string" }, - "has_exe_url": { - "type": "boolean" - }, - "has_ipv4_url": { - "type": "boolean" - }, - "has_ipv6_url": { - "type": "boolean" - }, "message_id": { "type": "string" },