mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-25 07:23:42 +01:00
re-order thumbnail keys
This commit is contained in:
parent
4349982189
commit
6ecb5d0729
|
|
@ -20,15 +20,15 @@ properties:
|
||||||
size:
|
size:
|
||||||
description: The size of the file in bytes.
|
description: The size of the file in bytes.
|
||||||
type: integer
|
type: integer
|
||||||
|
thumbnail_url:
|
||||||
|
description: The URL to the thumbnail of the file.
|
||||||
|
type: string
|
||||||
thumbnail_info:
|
thumbnail_info:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: core-event-schema/msgtype_infos/thumbnail_info.yaml
|
- $ref: core-event-schema/msgtype_infos/thumbnail_info.yaml
|
||||||
description: Metadata about the image referred to in ``thumbnail_url``.
|
description: Metadata about the image referred to in ``thumbnail_url``.
|
||||||
title: ThumbnailInfo
|
title: ThumbnailInfo
|
||||||
type: object
|
type: object
|
||||||
thumbnail_url:
|
|
||||||
description: The URL to the thumbnail of the file.
|
|
||||||
type: string
|
|
||||||
title: FileInfo
|
title: FileInfo
|
||||||
type: object
|
type: object
|
||||||
msgtype:
|
msgtype:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue