1[{
2    "blob": "/flash/image",
3    "handler": {
4        "type": "file",
5        "path": "/run/initramfs/image-bmc"
6    },
7    "actions": {
8        "preparation": {
9            "type": "skip"
10        },
11        "verification": {
12            "type": "skip"
13        },
14        "update": {
15            "type": "systemd",
16            "unit": "reboot.target",
17            "mode": "replace-irreversibly"
18        }
19    }
20}]
21