Skip to content

Commit 03023e7

Browse files
authored
fix(): use customUrl format (#567)
1 parent cd84b89 commit 03023e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.3.75",
3+
"version": "0.3.76",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/schemas/profile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"avatar": {
2020
"type": "string",
2121
"title": "avatar",
22-
"format": "uri",
22+
"format": "customUrl",
2323
"maxLength": 256
2424
}
2525
},

0 commit comments

Comments
 (0)