From b22ae55d977f76cd4e1273f14919c4683139b717 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 6 Dec 2023 22:14:27 +0100 Subject: [PATCH] fix: alter to 5000 --- schemas/2.2/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/2.2/schema.json b/schemas/2.2/schema.json index 832e0c4..e8d9e10 100644 --- a/schemas/2.2/schema.json +++ b/schemas/2.2/schema.json @@ -33,7 +33,7 @@ "description": { "description": "This should describe the instance and might also be markdown formated", "type": "string", - "pattern": "^[a-z0-9-]{0,1000}$" + "pattern": "^[a-z0-9-]{0,5000}$" } } },