Skip to content

Commit

Permalink
Merge pull request #26 from jup-ag/validate-url
Browse files Browse the repository at this point in the history
validate url
  • Loading branch information
dongnguyen9186 authored May 4, 2024
2 parents 472fa6f + 43772bf commit 9a251b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"logo": {"type": "string"},
"href": {
"type": "string",
"format": "uri"
"format": "url"
}
}
}
2 changes: 1 addition & 1 deletion schema.wallets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"logo": {"type": "string"},
"href": {
"type": "string",
"format": "uri"
"format": "url"
}
}
}

0 comments on commit 9a251b4

Please sign in to comment.