Skip to content

Commit

Permalink
Additional capabilities keys don't have to be objects
Browse files Browse the repository at this point in the history
Fixes: #1943
Signed-off-by: Johannes Marbach <[email protected]>
  • Loading branch information
Johennes committed Sep 11, 2024
1 parent 6d088e0 commit be05028
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/api/client-server/capabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit be05028

Please sign in to comment.