Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 35f22f4

Browse files
committed
Convert to array
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 18586a4 commit 35f22f4

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

site/.vuepress/public/specs/api.yaml

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,16 +1351,18 @@ paths:
13511351
description: It's me?
13521352
example: true
13531353
identifyMethods:
1354-
type: object
1355-
properties:
1356-
method:
1357-
type: string
1358-
example: account
1359-
description: The identify method name
1360-
value:
1361-
type: string
1362-
example: signer1
1363-
description: The value that identify the signer in the authentication method
1354+
type: array
1355+
items:
1356+
type: object
1357+
properties:
1358+
method:
1359+
type: string
1360+
example: account
1361+
description: The identify method name
1362+
value:
1363+
type: string
1364+
example: signer1
1365+
description: The value that identify the signer in the authentication method
13641366
email:
13651367
type: string
13661368
format: email
@@ -1526,16 +1528,18 @@ paths:
15261528
description: It's me?
15271529
example: true
15281530
identifyMethods:
1529-
type: object
1530-
properties:
1531-
method:
1532-
type: string
1533-
example: account
1534-
description: The identify method name
1535-
value:
1536-
type: string
1537-
example: signer1
1538-
description: The value that identify the signer in the authentication method
1531+
type: array
1532+
items:
1533+
type: object
1534+
properties:
1535+
method:
1536+
type: string
1537+
example: account
1538+
description: The identify method name
1539+
value:
1540+
type: string
1541+
example: signer1
1542+
description: The value that identify the signer in the authentication method
15391543
email:
15401544
type: string
15411545
format: email

0 commit comments

Comments
 (0)