vmm: openapi: Sync DiskConfig OpenAPI spec

Add backing_files and sparse fields to the REST API.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski 2026-02-19 19:41:34 +01:00 committed by Rob Bradford
parent 4d30ba12c8
commit e36096db3e

View file

@ -941,6 +941,12 @@ components:
type: array
items:
$ref: "#/components/schemas/VirtQueueAffinity"
backing_files:
type: boolean
default: false
sparse:
type: boolean
default: true
NetConfig:
type: object