diff --git a/doc/json_schema.json b/doc/json_schema.json index dc43ff932..91ae40437 100644 --- a/doc/json_schema.json +++ b/doc/json_schema.json @@ -680,6 +680,7 @@ "bios", "bluetooth", "board", + "bootmgr", "break", "brightness", "camera", @@ -713,6 +714,7 @@ "os", "packages", "physicaldisk", + "physicalmemory", "player", "poweradapter", "processes", @@ -771,12 +773,16 @@ "anyOf": [ { "const": "bios", - "description": "Print BIOS name, version, release date, etc" + "description": "Print information of 1st-stage bootloader (name, version, release date, etc)" }, { "const": "board", "description": "Print mather board name and other info" }, + { + "const": "bootmgr", + "description": "Print information of 2nd-stage bootloader (name, firmware, etc)" + }, { "const": "camera", "description": "Print available cameras" @@ -829,6 +835,10 @@ "const": "os", "description": "Print operating system name and version" }, + { + "const": "physicalmemory", + "description": "Print system physical memory devices" + }, { "const": "player", "description": "Print music player name"