Skip to content

Commit 0e1ddd2

Browse files
committed
Convert pending reboot to object
1 parent 04dc007 commit 0e1ddd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reboot_pending/reboot_pending.dsc.resource.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
"schema": {
1717
"embedded": {
1818
"$schema": "https://json-schema.org/draft/2020-12/schema",
19-
"type": "null",
19+
"type": "object",
2020
"properties": {
2121
"rebootPending": {
22-
"type": "boolean",
23-
"readOnly": true
22+
"type": "boolean"
2423
}
2524
}
2625
}

0 commit comments

Comments
 (0)