Loading app/public/schemas/devices.schema.json +132 −139 Original line number Diff line number Diff line Loading @@ -39,11 +39,7 @@ "mode": { "type": "string", "description": "Alias to reboot in specific mode", "enum": [ "fastboot", "adb", "bootloader" ] "enum": ["fastboot", "adb", "bootloader"] }, "command": { "anyOf": [ Loading Loading @@ -137,10 +133,7 @@ }, "additionalProperties": false }, "required": [ "name", "path" ], "required": ["name", "path"], "additionalProperties": false } }, Loading Loading
app/public/schemas/devices.schema.json +132 −139 Original line number Diff line number Diff line Loading @@ -39,11 +39,7 @@ "mode": { "type": "string", "description": "Alias to reboot in specific mode", "enum": [ "fastboot", "adb", "bootloader" ] "enum": ["fastboot", "adb", "bootloader"] }, "command": { "anyOf": [ Loading Loading @@ -137,10 +133,7 @@ }, "additionalProperties": false }, "required": [ "name", "path" ], "required": ["name", "path"], "additionalProperties": false } }, Loading