Fix indentation
This commit is contained in:
parent
a19eb59f13
commit
f7aa2adfb4
1 changed files with 15 additions and 15 deletions
|
@ -59,22 +59,22 @@ paths:
|
||||||
by the key algorithm.
|
by the key algorithm.
|
||||||
|
|
||||||
May be absent if no new one-time keys are required.
|
May be absent if no new one-time keys are required.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type:
|
type:
|
||||||
- string
|
- string
|
||||||
- type: object
|
- type: object
|
||||||
title: KeyObject
|
title: KeyObject
|
||||||
properties:
|
properties:
|
||||||
key:
|
key:
|
||||||
|
type: string
|
||||||
|
description: The key, encoded using unpadded base64.
|
||||||
|
signatures:
|
||||||
|
type: object
|
||||||
|
description: |-
|
||||||
|
Signature for the device. Mapped from user ID to signature object.
|
||||||
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
description: The key, encoded using unpadded base64.
|
required: ['key', 'signatures']
|
||||||
signatures:
|
|
||||||
type: object
|
|
||||||
description: |-
|
|
||||||
Signature for the device. Mapped from user ID to signature object.
|
|
||||||
additionalProperties:
|
|
||||||
type: string
|
|
||||||
required: ['key', 'signatures']
|
|
||||||
example: {
|
example: {
|
||||||
"curve25519:AAAAAQ": "/qyvZvwjiTxGdGU0RCguDCLeR+nmsb3FfNG3/Ve4vU8",
|
"curve25519:AAAAAQ": "/qyvZvwjiTxGdGU0RCguDCLeR+nmsb3FfNG3/Ve4vU8",
|
||||||
"signed_curve25519:AAAAHg": {
|
"signed_curve25519:AAAAHg": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue