mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-27 11:28:38 +01:00
Fix JSON schema type
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
6eb041804a
commit
052806e192
|
|
@ -87,7 +87,7 @@ properties:
|
|||
example: "github"
|
||||
required: ['id', 'name']
|
||||
oauth_aware_preferred:
|
||||
type: bool
|
||||
type: boolean
|
||||
x-addedInMatrixVersion: "1.17"
|
||||
description: |
|
||||
Whether the `m.login.sso` flow is preferred over other flows for
|
||||
|
|
|
|||
Loading…
Reference in a new issue