We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c364d3 commit 2e269ecCopy full SHA for 2e269ec
assets/schema_input.json
@@ -36,7 +36,7 @@
36
},
37
"tags": {
38
"type": "string",
39
- "pattern": "^([a-z0-9_-]+:)*([a-z0-9_-]+)$",
+ "pattern": "^([A-Za-z0-9_-]+:)*([A-Za-z0-9_-]+)$",
40
"errorMessage": "Tags must be separated by colons and only consist of lowercase letters, numbers, underscores and hyphens.",
41
"meta": ["tags"]
42
}
0 commit comments