openapi: Update the PciBdf type

42b5d4a2f7 has changed how the PciBdf
field of a DeviceNode is represented (from an int32 to its own struct).

To avoid marshelling / demarshelling issues for the projects relying on
the openapi auto generated code, let's propagate the change, updating
the yaml file accordingly.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2022-02-22 09:34:55 +01:00 committed by Rob Bradford
parent df86d4c50f
commit dd77070f16

View File

@ -440,8 +440,7 @@ components:
items:
type: string
pci_bdf:
type: integer
format: int32
type: string
VmCounters:
type: object