diff options
Diffstat (limited to 'data/schemas')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index c335f49d52..177bb0a961 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -180,6 +180,10 @@ "pattern": "^[A-K]\\d{1,2}$" }, { + "type": "string", + "pattern": "^LINE_PIN\\d{1,2}$" + }, + { "type": "number", "multipleOf": 1 }, @@ -199,6 +203,10 @@ "pattern": "^[A-K]\\d{1,2}$" }, { + "type": "string", + "pattern": "^LINE_PIN\\d{1,2}$" + }, + { "type": "number", "multipleOf": 1 }, @@ -217,6 +225,10 @@ "pattern": "^[A-K]\\d{1,2}$" }, { + "type": "string", + "pattern": "^LINE_PIN\\d{1,2}$" + }, + { "type": "number", "multipleOf": 1 }, @@ -261,7 +273,7 @@ }, "pin": { "type": "string", - "pattern": "^[A-K]\\d{1,2}$" + "pattern": "^([A-K]\\d{1,2}|LINE_PIN\\d{1,2})$" }, "saturation_steps": { "type": "number", |