From 5ccf41bafc6a2050cadb7473231bb79e02d20745 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 7 Nov 2016 14:29:17 +0000 Subject: [PATCH] Add type: object --- .../schema/core-event-schema/msgtype_infos/thumbnail_info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/event-schemas/schema/core-event-schema/msgtype_infos/thumbnail_info.yaml b/event-schemas/schema/core-event-schema/msgtype_infos/thumbnail_info.yaml index 1daea3fc..30ee4a24 100644 --- a/event-schemas/schema/core-event-schema/msgtype_infos/thumbnail_info.yaml +++ b/event-schemas/schema/core-event-schema/msgtype_infos/thumbnail_info.yaml @@ -14,3 +14,4 @@ properties: description: The width of the image in pixels. type: integer title: ThumbnailInfo +type: object