mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-24 00:03:44 +01:00
Additional .well-known keys don't have to be objects (#1920)
This commit is contained in:
parent
56914b72ef
commit
c2fd278da0
|
|
@ -0,0 +1 @@
|
||||||
|
Additional properties in `.well-known/matrix/client` don't have to be objects.
|
||||||
|
|
@ -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