mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Fix OpenAPI definition of for lock granularity
Use CamelCase as per the existing definitions (which allows the removal of the serde transformation) Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -945,8 +945,8 @@ components:
|
||||
|
||||
LockGranularity:
|
||||
type: string
|
||||
enum: [byte-range, full]
|
||||
default: byte-range
|
||||
enum: [ByteRange, Full]
|
||||
default: ByteRange
|
||||
|
||||
DiskConfig:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user