Skip to content

Commit

Permalink
Merge pull request #412 from cultuurnet/III-6312-allow-encoded-space
Browse files Browse the repository at this point in the history
III-6312 Allow encoded space
  • Loading branch information
LucWollants authored Nov 6, 2024
2 parents e634587 + 0b81221 commit 6fcc927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/uitdatabank/models/common-string-uri-image.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"title": "uri",
"type": "string",
"format": "uri",
"pattern": "^http(s?):([/|.|\\w|\\s|-])*\\.(?:jpeg|jpg|gif|png)$",
"pattern": "^http(s?):([/|.|\\w|%20|-])*\\.(?:jpeg|jpg|gif|png)$",
"examples": [
"https://www.example.com/sample.jpeg"
],
Expand Down

0 comments on commit 6fcc927

Please sign in to comment.