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:
Rob Bradford
2026-03-11 08:16:13 -07:00
parent f211170fa2
commit 0a4fe0e41e
2 changed files with 2 additions and 3 deletions

View File

@@ -945,8 +945,8 @@ components:
LockGranularity:
type: string
enum: [byte-range, full]
default: byte-range
enum: [ByteRange, Full]
default: ByteRange
DiskConfig:
type: object