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:
parent
f811e36443
commit
0e3733e938
1 changed files with 0 additions and 2 deletions
|
|
@ -885,8 +885,6 @@ components:
|
|||
type: integer
|
||||
|
||||
DiskConfig:
|
||||
required:
|
||||
- path
|
||||
type: object
|
||||
properties:
|
||||
path:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue