From 50898b91309596dc645018973fe2d43cd956df2a Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sat, 7 Mar 2026 11:49:29 -0600 Subject: [PATCH] add missing title for params property --- schema/modules.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/modules.schema.json b/schema/modules.schema.json index a76e3fc..9f718d6 100644 --- a/schema/modules.schema.json +++ b/schema/modules.schema.json @@ -444,6 +444,7 @@ "type": "object", "properties": { "ip": { + "title": "IP", "type": "string", "default": "0.0.0.0" },