Skip to content

Commit 22258dd

Browse files
author
Wladislaw Koschemako
committed
make url pattern regex easier
1 parent b44a7d2 commit 22258dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
},
180180
"requiredUrl": {
181181
"type": "string",
182-
"pattern": "^(https?:\/\/.*|)$"
182+
"pattern": "^(https?://.*)?$"
183183
},
184184
"nullableUrl": {
185185
"type": ["string", "null"],

0 commit comments

Comments
 (0)