mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Additional .well-known keys don't have to be objects
Fixes: #1913 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
56914b72ef
commit
cbf417b59a
|
|
@ -22,7 +22,6 @@ properties:
|
||||||
"m.identity_server":
|
"m.identity_server":
|
||||||
$ref: "identity_server.yaml"
|
$ref: "identity_server.yaml"
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: object
|
|
||||||
description: Application-dependent keys using Java package naming convention.
|
description: Application-dependent keys using Java package naming convention.
|
||||||
required:
|
required:
|
||||||
- m.homeserver
|
- m.homeserver
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue