Skip to content

Commit

Permalink
Convert to array
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Oct 30, 2023
1 parent 18586a4 commit 35f22f4
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions site/.vuepress/public/specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1351,16 +1351,18 @@ paths:
description: It's me?
example: true
identifyMethods:
type: object
properties:
method:
type: string
example: account
description: The identify method name
value:
type: string
example: signer1
description: The value that identify the signer in the authentication method
type: array
items:
type: object
properties:
method:
type: string
example: account
description: The identify method name
value:
type: string
example: signer1
description: The value that identify the signer in the authentication method
email:
type: string
format: email
Expand Down Expand Up @@ -1526,16 +1528,18 @@ paths:
description: It's me?
example: true
identifyMethods:
type: object
properties:
method:
type: string
example: account
description: The identify method name
value:
type: string
example: signer1
description: The value that identify the signer in the authentication method
type: array
items:
type: object
properties:
method:
type: string
example: account
description: The identify method name
value:
type: string
example: signer1
description: The value that identify the signer in the authentication method
email:
type: string
format: email
Expand Down

0 comments on commit 35f22f4

Please sign in to comment.