From a01bdbe0a16d90907c1e1f96adfe84d2fd030e32 Mon Sep 17 00:00:00 2001 From: Wan Qi Chen <495709+wa0x6e@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:41:50 +0900 Subject: [PATCH] feat: add support for cover image in space --- src/schemas/space.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/schemas/space.json b/src/schemas/space.json index c1cfaaaa3..11868df06 100644 --- a/src/schemas/space.json +++ b/src/schemas/space.json @@ -40,7 +40,13 @@ "avatar": { "type": "string", "title": "avatar", - "format": "uri", + "format": "customUrl", + "maxLength": 256 + }, + "cover": { + "type": "string", + "title": "avatar", + "format": "customUrl", "maxLength": 256 }, "location": {