Skip to content

Commit

Permalink
Add website to baseProfile (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tahpot authored Nov 22, 2023
2 parents 4fad536 + 6846aa2 commit 707b6e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions profile/basicProfile/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"minLength": 2,
"maxLength": 140
},
"website": {
"type": "string",
"description": "Website URL",
"minLength": 12,
"maxLength": 253
},
"avatar": {
"type": "object",
"description": "Profile image for the profile",
Expand Down

0 comments on commit 707b6e7

Please sign in to comment.