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:
Rob Bradford 2024-01-15 17:45:04 +00:00 committed by Bo Chen
parent d5b813838c
commit 81bd07fc8b

View File

@ -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