diff options
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 9355ee49b..f250ffd8a 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema | |||
| @@ -163,8 +163,7 @@ | |||
| 163 | "items": { | 163 | "items": { |
| 164 | "oneOf": [ | 164 | "oneOf": [ |
| 165 | { | 165 | { |
| 166 | "type": "string", | 166 | "type": "string" |
| 167 | "pattern": "^[A-K]\\d{1,2}$" | ||
| 168 | }, | 167 | }, |
| 169 | { | 168 | { |
| 170 | "type": "null" | 169 | "type": "null" |
| @@ -176,15 +175,13 @@ | |||
| 176 | "cols": { | 175 | "cols": { |
| 177 | "type": "array", | 176 | "type": "array", |
| 178 | "items": { | 177 | "items": { |
| 179 | "type": "string", | 178 | "type": "string" |
| 180 | "pattern": "^[A-K]\\d{1,2}$" | ||
| 181 | } | 179 | } |
| 182 | }, | 180 | }, |
| 183 | "rows": { | 181 | "rows": { |
| 184 | "type": "array", | 182 | "type": "array", |
| 185 | "items": { | 183 | "items": { |
| 186 | "type": "string", | 184 | "type": "string" |
| 187 | "pattern": "^[A-K]\\d{1,2}$" | ||
| 188 | } | 185 | } |
| 189 | } | 186 | } |
| 190 | } | 187 | } |
