mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-24 06:53:43 +01:00
/keys/query: Add a title in the response
The device keys structure in queryKeys is not the same as the one defined in device_keys.yaml (it adds things on top of it). Signed-off-by: Alexey Rusakov <Alexey.Rusakov@pm.me>
This commit is contained in:
parent
77783b8fc3
commit
ff59fc1905
|
|
@ -196,6 +196,7 @@ paths:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
title: DeviceInformation
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: definitions/device_keys.yaml
|
- $ref: definitions/device_keys.yaml
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue