Correctly nest the capabilities response object
Everything is contained in a "capabilities" property, which is not represented by the schema. The example was correct.
This commit is contained in:
parent
3e06473305
commit
d31d2f5e57
2 changed files with 37 additions and 32 deletions
|
@ -62,11 +62,15 @@ paths:
|
|||
schema:
|
||||
type: object
|
||||
required: ["capabilities"]
|
||||
additionalProperties:
|
||||
properties:
|
||||
capabilities:
|
||||
type: object
|
||||
title: Capabilities
|
||||
description: |-
|
||||
The custom capabilities the server supports, using the
|
||||
Java package naming convention.
|
||||
additionalProperties:
|
||||
type: object
|
||||
properties:
|
||||
"m.change_password":
|
||||
type: object
|
||||
|
|
1
changelogs/client_server/newsfragments/1879.feature
Normal file
1
changelogs/client_server/newsfragments/1879.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Support optional features by having clients query for capabilities.
|
Loading…
Add table
Add a link
Reference in a new issue