Additional keys in GET /capabilities don't have to be objects (#1945)

pull/1934/head^2
Johannes Marbach 1 year ago committed by GitHub
parent 6d088e03a1
commit 75e77b96ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1 @@
Additional keys in `GET /capabilities` don't have to be objects.

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

Loading…
Cancel
Save