eclipse / kapua

Eclipse Public License 2.0
222 stars 160 forks source link

fix(openapi): fixed openAPI deviceInventory example #3958

Closed Coduz closed 7 months ago

Coduz commented 7 months ago

This PR fixes a small issue in the deviceInventory example in OpenAPI which was not matching the schema and the actual value returned by the REST API

Related Issue None

Description of the solution adopted Fixed the example

Screenshots None

Any side note on the changes made None

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1d45940) 0.00% compared to head (f77b54f) 20.57%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/eclipse/kapua/pull/3958/graphs/tree.svg?width=650&height=150&src=pr&token=1P4N4CApH8&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse)](https://app.codecov.io/gh/eclipse/kapua/pull/3958?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse) ```diff @@ Coverage Diff @@ ## develop #3958 +/- ## ============================================== + Coverage 0 20.57% +20.57% - Complexity 0 8 +8 ============================================== Files 0 1916 +1916 Lines 0 41783 +41783 Branches 0 3967 +3967 ============================================== + Hits 0 8597 +8597 - Misses 0 32781 +32781 - Partials 0 405 +405 ``` [see 1916 files with indirect coverage changes](https://app.codecov.io/gh/eclipse/kapua/pull/3958/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse)