From 53401bef432243d2a27a939d790138da1f747e66 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 10 Aug 2024 22:10:43 +0930 Subject: [PATCH] [social/group] Fix schema syntax error --- social/chat/group/v0.1.0/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/chat/group/v0.1.0/schema.json b/social/chat/group/v0.1.0/schema.json index 63af1fb..398ebf7 100644 --- a/social/chat/group/v0.1.0/schema.json +++ b/social/chat/group/v0.1.0/schema.json @@ -44,7 +44,7 @@ "uri": { "title": "URI", "type": "string" - }, + } }, "required": ["name"] }