From 2176ceafe40cb4afe14dc65712353dbfd82266c8 Mon Sep 17 00:00:00 2001 From: Abraham Makovetsky Date: Mon, 25 Nov 2024 15:43:11 +0200 Subject: [PATCH] release: latest changes --- schemas/types.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/types.json b/schemas/types.json index 0d898ac..e42504a 100644 --- a/schemas/types.json +++ b/schemas/types.json @@ -45,6 +45,9 @@ } }, "additionalProperties": false + }, + "icon": { + "type": "string" } }, "required": ["tag", "addresses"]