From 6ecb5d072932fe731b2bedd5c34c0cf95dc07f01 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 7 Nov 2016 14:28:19 +0000 Subject: [PATCH] re-order thumbnail keys --- event-schemas/schema/m.room.message#m.file | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/event-schemas/schema/m.room.message#m.file b/event-schemas/schema/m.room.message#m.file index 84dc2041..17cc577d 100644 --- a/event-schemas/schema/m.room.message#m.file +++ b/event-schemas/schema/m.room.message#m.file @@ -20,15 +20,15 @@ properties: size: description: The size of the file in bytes. type: integer + thumbnail_url: + description: The URL to the thumbnail of the file. + type: string thumbnail_info: allOf: - $ref: core-event-schema/msgtype_infos/thumbnail_info.yaml description: Metadata about the image referred to in ``thumbnail_url``. title: ThumbnailInfo type: object - thumbnail_url: - description: The URL to the thumbnail of the file. - type: string title: FileInfo type: object msgtype: