Clarify formats of string types in account sections (#2046)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
ad17652fce
commit
d0d71d9997
6 changed files with 13 additions and 1 deletions
|
@ -23,6 +23,7 @@ properties:
|
|||
example: "monkeys_are_GREAT"
|
||||
email:
|
||||
type: string
|
||||
format: email
|
||||
description: The email address to validate.
|
||||
example: "alice@example.org"
|
||||
send_attempt:
|
||||
|
@ -39,6 +40,7 @@ properties:
|
|||
example: 1
|
||||
next_link:
|
||||
type: string
|
||||
format: uri
|
||||
description: |-
|
||||
Optional. When the validation is completed, the identity server will
|
||||
redirect the user to this URL. This option is ignored when submitting
|
||||
|
|
|
@ -44,6 +44,7 @@ properties:
|
|||
example: 1
|
||||
next_link:
|
||||
type: string
|
||||
format: uri
|
||||
description: |-
|
||||
Optional. When the validation is completed, the identity server will
|
||||
redirect the user to this URL. This option is ignored when submitting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue