Skip to content

Commit 2e269ec

Browse files
committed
Allow for uppercase letters
1 parent 1c364d3 commit 2e269ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/schema_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"tags": {
3838
"type": "string",
39-
"pattern": "^([a-z0-9_-]+:)*([a-z0-9_-]+)$",
39+
"pattern": "^([A-Za-z0-9_-]+:)*([A-Za-z0-9_-]+)$",
4040
"errorMessage": "Tags must be separated by colons and only consist of lowercase letters, numbers, underscores and hyphens.",
4141
"meta": ["tags"]
4242
}

0 commit comments

Comments
 (0)