summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/schemas/keyboard.jsonschema9
1 files changed, 3 insertions, 6 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema
index 9355ee49bd..f250ffd8a9 100644
--- a/data/schemas/keyboard.jsonschema
+++ b/data/schemas/keyboard.jsonschema
@@ -163,8 +163,7 @@
"items": {
"oneOf": [
{
- "type": "string",
- "pattern": "^[A-K]\\d{1,2}$"
+ "type": "string"
},
{
"type": "null"
@@ -176,15 +175,13 @@
"cols": {
"type": "array",
"items": {
- "type": "string",
- "pattern": "^[A-K]\\d{1,2}$"
+ "type": "string"
}
},
"rows": {
"type": "array",
"items": {
- "type": "string",
- "pattern": "^[A-K]\\d{1,2}$"
+ "type": "string"
}
}
}