diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-10 10:45:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-10 10:45:24 +0000 |
commit | 6b838785b7aa5a8614d7cc348fc9ab74be952f2d (patch) | |
tree | 7b2f0d4353da266a628c2c9229b3d4c8dc03b331 /data | |
parent | 97fc4f1b6a20da4323c73b74974a6eb732902cd9 (diff) | |
parent | 92665aef33148fef051ad07687028c88f0da64fc (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index dc5592220b..fd60920578 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -145,7 +145,10 @@ "type": "object", "additionalProperties": false, "properties": { - "label": {"type": "string"}, + "label": { + "type": "string", + "pattern": "^[^\\n]*$" + }, "matrix": { "type": "array", "minItems": 2, |