Skip to content

Commit

Permalink
Merge pull request #882 from sgithens/GPII-4497
Browse files Browse the repository at this point in the history
GPII-4497 Changing SPI path properties to not be required in schemas
  • Loading branch information
amb26 authored Jun 30, 2020
2 parents 462621e + 5863a0e commit bd2a063
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions testData/solutions/win32.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24825,7 +24825,7 @@
"description": "The path to the image to be set as the new desktop wallpaper.",
"type": "object",
"properties": {
"path": { "type": "string"},
"path": { "type": "string", "required": false},
"value": {
"type": "string",
"default": "%SystemRoot%\\Web\\Wallpaper\\Windows\\img0.jpg"
Expand Down Expand Up @@ -24888,7 +24888,7 @@
"description": "The path to the image to be set as the new desktop wallpaper.",
"type": "object",
"properties": {
"path": { "type": "string", "required": true},
"path": { "type": "string", "required": false},
"value": {
"type": "string",
"required": true,
Expand Down Expand Up @@ -26246,7 +26246,7 @@
"description": "Enable/Disable filter keys",
"type": "object",
"properties": {
"path": { "type": "string", "required": true},
"path": { "type": "string", "required": false},
"value": {
"required": true,
"type": "boolean",
Expand All @@ -26261,7 +26261,7 @@
"description": "Slow keys interval time in milliseconds",
"type": "object",
"properties": {
"path": { "type": "string", "required": true},
"path": { "type": "string", "required": false},
"value": {
"required": true,
"type": "integer",
Expand Down Expand Up @@ -26476,7 +26476,7 @@
"description": "Whether to enable/disable High Contrast",
"type": "object",
"properties": {
"path": { "type": "string", "required": true},
"path": { "type": "string", "required": false},
"value": {
"required": true,
"type": "boolean",
Expand Down Expand Up @@ -26741,7 +26741,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"default": 0,
Expand Down Expand Up @@ -26820,7 +26820,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"type": "number",
Expand Down Expand Up @@ -27036,7 +27036,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"type": "boolean",
Expand Down Expand Up @@ -27109,7 +27109,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"enum": [0, 1],
Expand Down Expand Up @@ -27170,7 +27170,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"type": "boolean",
Expand Down Expand Up @@ -27684,7 +27684,7 @@
"description": "Enable/Disable mouse keys",
"type": "object",
"properties": {
"path": { "type": "string", "required": true},
"path": { "type": "string", "required": false},
"value": {
"required": true,
"type": "boolean",
Expand All @@ -27699,7 +27699,7 @@
"description": "Speed of mouse keys",
"type": "object",
"properties": {
"path": { "type": "string"},
"path": { "type": "string", "required": false},
"value": {
"type": "number",
"minimum": 10,
Expand Down Expand Up @@ -27821,7 +27821,7 @@
}
}
],
"required": true
"required": false
},
// This one is already in use in the QSS and can't be booleanised yet.
"value": {
Expand Down Expand Up @@ -27880,7 +27880,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -27949,7 +27949,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28003,7 +28003,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28057,7 +28057,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28116,7 +28116,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28170,7 +28170,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28224,7 +28224,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28313,7 +28313,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28371,7 +28371,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28433,7 +28433,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28490,7 +28490,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28544,7 +28544,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -28684,7 +28684,7 @@
}
}
],
"required": true
"required": false
},
"value": {
"required": true,
Expand Down Expand Up @@ -29780,7 +29780,7 @@
}
}
],
"required": true
"required": false
},
"value": { "type": "boolean", "required": true}
}
Expand Down

0 comments on commit bd2a063

Please sign in to comment.