Additional capabilities keys don't have to be objects

Fixes: #1943
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach 2024-09-11 13:17:22 +02:00
parent 6d088e03a1
commit be050284b5

View file

@ -43,7 +43,9 @@ paths:
The custom capabilities the server supports, using the The custom capabilities the server supports, using the
Java package naming convention. Java package naming convention.
additionalProperties: additionalProperties:
type: object description: |-
Application-dependent keys using the
[Common Namespaced Identifier Grammar](/appendices/#common-namespaced-identifier-grammar).
properties: properties:
m.change_password: m.change_password:
$ref: '#/components/schemas/booleanCapability' $ref: '#/components/schemas/booleanCapability'