Additional .well-known keys don't have to be objects (#1920)

pull/1930/head
Johannes Marbach 3 months ago committed by GitHub
parent 56914b72ef
commit c2fd278da0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save