Skip to content

Commit 7c6d12a

Browse files
author
Andrew
committed
updated reboot_pending.dsc.resource.json
1 parent 51adf7a commit 7c6d12a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

reboot_pending/reboot_pending.dsc.resource.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
"schema": {
1717
"embedded": {
1818
"$schema": "https://json-schema.org/draft/2020-12/schema",
19-
"type": "null"
19+
"type": "null",
20+
"properties": {
21+
"RebootPending": {
22+
"type": "boolean"
23+
}
24+
}
2025
}
2126
}
2227
}

0 commit comments

Comments
 (0)