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
|
@ -9,7 +9,10 @@ properties:
|
|||
type: object
|
||||
properties:
|
||||
base_url:
|
||||
type: string
|
||||
anyOf:
|
||||
- type: string
|
||||
format: uri
|
||||
- type: "null"
|
||||
description: |-
|
||||
The URL of the identity server the user prefers to use, or `null`
|
||||
if the user does not want to use an identity server. This value is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue