Skip to content

Commit 520a339

Browse files
committed
allow numerals
1 parent 7347197 commit 520a339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"properties": {
3535
"key": {
3636
"type": "string",
37-
"pattern": "^[a-z_]*$",
37+
"pattern": "^[a-z0-9_]*$",
3838
"minLength": 3
3939
},
4040
"title": {

0 commit comments

Comments
 (0)