Fix definition of response of POST /_matrix/federation/v1/user/keys/claim
(#1559)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
746524928c
commit
50fe89d74b
4 changed files with 38 additions and 20 deletions
|
@ -71,26 +71,28 @@ paths:
|
|||
type: object
|
||||
# Key
|
||||
additionalProperties:
|
||||
type: object
|
||||
title: KeyObject
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
description: The key, encoded using unpadded base64.
|
||||
signatures:
|
||||
type: object
|
||||
title: Signatures
|
||||
additionalProperties:
|
||||
type: object
|
||||
additionalProperties:
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: object
|
||||
title: KeyObject
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
description: |-
|
||||
Signature of the key object.
|
||||
description: The key, encoded using unpadded base64.
|
||||
signatures:
|
||||
type: object
|
||||
title: Signatures
|
||||
additionalProperties:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: |-
|
||||
Signature of the key object.
|
||||
|
||||
The signature is calculated using the process described at [Signing JSON](/appendices/#signing-json).
|
||||
required:
|
||||
- key
|
||||
- signatures
|
||||
The signature is calculated using the process described at [Signing JSON](/appendices/#signing-json).
|
||||
required:
|
||||
- key
|
||||
- signatures
|
||||
example:
|
||||
"@alice:example.com":
|
||||
JLAFKJWSCS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue