Skip to content

Commit

Permalink
fix(openapi): added missing DeviceInventory schermas to root openapi.…
Browse files Browse the repository at this point in the history
…yaml

Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Dec 22, 2023
1 parent 5b88cff commit 43c6ad7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rest-api/resources/src/main/resources/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,12 @@ components:
$ref: './deviceInventory/deviceInventory.yaml#/components/schemas/deviceInventoryBundle'
deviceInventoryBundles:
$ref: './deviceInventory/deviceInventory.yaml#/components/schemas/deviceInventoryBundles'
deviceInventoryContainerState:
$ref: './deviceInventory/deviceInventory.yaml#/components/schemas/deviceInventoryContainerState'
deviceInventoryContainer:
$ref: './deviceInventory/deviceInventory.yaml#/components/schemas/deviceInventoryContainer'
deviceInventoryContainers:
$ref: './deviceInventory/deviceInventory.yaml#/components/schemas/deviceInventoryContainers'
deviceInventoryPackage:
$ref: './deviceInventory/deviceInventory.yaml#/components/schemas/deviceInventorySystemPackage'
deviceInventoryPackages:
Expand Down

0 comments on commit 43c6ad7

Please sign in to comment.