Skip to content

Commit

Permalink
updated reboot_pending.dsc.resource.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anmenaga committed Jul 14, 2024
1 parent 51adf7a commit 7c6d12a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion reboot_pending/reboot_pending.dsc.resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
"schema": {
"embedded": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "null"
"type": "null",
"properties": {
"RebootPending": {
"type": "boolean"
}
}
}
}
}

0 comments on commit 7c6d12a

Please sign in to comment.