mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
auth_data.yaml: formally allow it to be non-object (#1115)
Closes #716. Signed-off-by: Alexey Rusakov Kitsune-Ral@users.sf.net
This commit is contained in:
parent
10615c5385
commit
cbdd889fa8
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -28,7 +28,6 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
description: Keys dependent on the login type
|
description: Keys dependent on the login type
|
||||||
type: object
|
|
||||||
example:
|
example:
|
||||||
type: "example.type.foo"
|
type: "example.type.foo"
|
||||||
session: "xxxxx"
|
session: "xxxxx"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue