Skip to content

Commit

Permalink
Merge pull request #3930 from Coduz/feat-deviceInventoryContainer
Browse files Browse the repository at this point in the history
fix(openapi): added missing DeviceInventory schermas to root openapi.yaml
  • Loading branch information
Coduz authored Dec 22, 2023
2 parents 95796dc + f37c9ae commit 4dd0f73
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 @@ -797,6 +797,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 4dd0f73

Please sign in to comment.