Skip to content

Commit

Permalink
enforcing no trailing slash
Browse files Browse the repository at this point in the history
closes #28
  • Loading branch information
igorls committed Sep 16, 2020
1 parent e43982d commit cd8bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.json
Expand Up @@ -34,7 +34,7 @@
"required_url": {
"type": "string",
"format": "uri",
"pattern": "^https?://"
"pattern": "^https?://.+[^\/]$"
},
"optional_url": {
"type": "string",
Expand Down

0 comments on commit cd8bbab

Please sign in to comment.