Skip to content

Commit

Permalink
Fixed deviceKeystoreItems.keystoreItems OpenAPI mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Jul 7, 2022
1 parent a83d986 commit 7b89ee9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -136,13 +136,13 @@ components:
deviceKeystoreItems:
type: object
properties:
deviceKeystoreItems:
keystoreItems:
type: array
items:
$ref: '#/components/schemas/deviceKeystoreItem'
example:
type: deviceKeystoreItems
deviceKeystoreItem:
keystoreItem:
- keystoreId: SSLKeystore
alias: ssl-eclipse
itemType: TRUSTED_CERTIFICATE
Expand Down

0 comments on commit 7b89ee9

Please sign in to comment.