Fix indentation

This commit is contained in:
Travis Ralston 2019-06-11 09:16:44 -06:00
parent a19eb59f13
commit f7aa2adfb4

View file

@ -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": {