Skip to content

Commit

Permalink
feat: add support for cover image in space
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 7, 2024
1 parent 40ea2a3 commit a01bdbe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a01bdbe

Please sign in to comment.