vmm: openapi: Fix "fds" field name for NetConfig

We've been currently using "fd" as the field name, but it should be
called "fds" since  6664e5a6e7dcb43f7b1fed2c5a4057e7aea32a55 introduced
the name change on the structure field.

Fixes: #3560

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2022-01-12 16:03:25 +01:00 committed by Sebastien Boeuf
parent 5e1e523a90
commit fb1755d85d

View File

@ -771,7 +771,7 @@ components:
default: "Client"
id:
type: string
fd:
fds:
type: array
items:
type: integer