Skip to content

Commit 5863a0e

Browse files
committed
GPII-4497 Missed a few SPI paths
1 parent c17b831 commit 5863a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testData/solutions/win32.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26261,7 +26261,7 @@
2626126261
"description": "Slow keys interval time in milliseconds",
2626226262
"type": "object",
2626326263
"properties": {
26264-
"path": { "type": "string", "required": true},
26264+
"path": { "type": "string", "required": false},
2626526265
"value": {
2626626266
"required": true,
2626726267
"type": "integer",
@@ -27699,7 +27699,7 @@
2769927699
"description": "Speed of mouse keys",
2770027700
"type": "object",
2770127701
"properties": {
27702-
"path": { "type": "string"},
27702+
"path": { "type": "string", "required": false},
2770327703
"value": {
2770427704
"type": "number",
2770527705
"minimum": 10,

0 commit comments

Comments
 (0)