vmm: openapi: String quote the enum members of ConsoleConfig::Mode
This disambiguates from the null keyword. Fixes: #6107 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
d5b813838c
commit
81bd07fc8b
1 changed files with 1 additions and 1 deletions
|
|
@ -994,7 +994,7 @@ components:
|
|||
type: string
|
||||
mode:
|
||||
type: string
|
||||
enum: [Off, Pty, Tty, File, Socket, Null]
|
||||
enum: ["Off", "Pty", "Tty", "File", "Socket", "Null"]
|
||||
iommu:
|
||||
type: boolean
|
||||
default: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue