We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ea2a3 commit 0f952f5Copy full SHA for 0f952f5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.12.9",
+ "version": "0.12.10",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/schemas/space.json
@@ -40,7 +40,13 @@
40
"avatar": {
41
"type": "string",
42
"title": "avatar",
43
- "format": "uri",
+ "format": "customUrl",
44
+ "maxLength": 256
45
+ },
46
+ "cover": {
47
+ "type": "string",
48
+ "title": "avatar",
49
50
"maxLength": 256
51
},
52
"location": {
0 commit comments