Skip to content

Commit

Permalink
Additional keys in GET /capabilities don't have to be objects (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Sep 11, 2024
1 parent 6d088e0 commit 75e77b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1945.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Additional keys in `GET /capabilities` don't have to be objects.
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 75e77b9

Please sign in to comment.