vmm: openapi: Remove path as required for DiskConfig

This aligns with our CLI syntax. The correctness of `DiskConfig` will be
ensured via `VmConfig::validate()`, e.g. `path` and `socket` are
mutually exclusive.

Fixes: #7016

Signed-off-by: Bo Chen <bchen@crusoe.ai>
This commit is contained in:
Bo Chen 2025-04-04 09:33:34 -07:00
parent f811e36443
commit 0e3733e938

View file

@ -885,8 +885,6 @@ components:
type: integer
DiskConfig:
required:
- path
type: object
properties:
path: