Skip to content

Commit

Permalink
Fixed deviceKeystore.id 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 feae443 commit a83d986
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -18,14 +18,14 @@ components:
deviceKeystore:
type: object
properties:
name:
id:
type: string
size:
type: integer
keystoreType:
type: string
example:
name: SSLKeystore
id: SSLKeystore
size: 3
keystoreType: jks
deviceKeystores:
Expand All @@ -38,10 +38,10 @@ components:
example:
type: deviceKeystores
deviceKeystore:
- name: SSLKeystore
- id: SSLKeystore
size: 3
keystoreType: jks
- name: HTTPSKeystore
- id: HTTPSKeystore
size: 1
keystoreType: jks
# deviceKeystoreItemQuery:
Expand Down

0 comments on commit a83d986

Please sign in to comment.