We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7347197 commit 520a339Copy full SHA for 520a339
schema.json
@@ -34,7 +34,7 @@
34
"properties": {
35
"key": {
36
"type": "string",
37
- "pattern": "^[a-z_]*$",
+ "pattern": "^[a-z0-9_]*$",
38
"minLength": 3
39
},
40
"title": {
0 commit comments