Skip to content

Commit b663a05

Browse files
committed
Format JSON
1 parent 34ca0e8 commit b663a05

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

reboot_pending/reboot_pending.dsc.resource.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@
2626
],
2727
"properties": {
2828
"rebootPending": {
29-
"type": "boolean",
30-
"readOnly": true
29+
"type": "boolean",
30+
"readOnly": true
3131
},
3232
"reasons": {
33-
"type": ["array", "null"],
33+
"type": [
34+
"array",
35+
"null"
36+
],
3437
"readOnly": true
3538
}
3639
}

0 commit comments

Comments
 (0)