Skip to content

Commit 38f7fd1

Browse files
authored
feat: add webapp field on profile.social (#548)
1 parent 80a3921 commit 38f7fd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

profile.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
"format": "uri",
8484
"pattern": "^https://."
8585
},
86+
"webapp": {
87+
"type": "string",
88+
"format": "uri",
89+
"pattern": "^https://."
90+
},
8691
"twitter": {
8792
"type": "string",
8893
"format": "uri",

0 commit comments

Comments
 (0)