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": {