From 434998218904d66c8b953d4d8f0d0b04c40ed9e2 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 7 Nov 2016 10:54:02 +0000 Subject: [PATCH] Fix path --- .../schema/core-event-schema/msgtype_infos/image_info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event-schemas/schema/core-event-schema/msgtype_infos/image_info.yaml b/event-schemas/schema/core-event-schema/msgtype_infos/image_info.yaml index 6d72f223..8920f58c 100644 --- a/event-schemas/schema/core-event-schema/msgtype_infos/image_info.yaml +++ b/event-schemas/schema/core-event-schema/msgtype_infos/image_info.yaml @@ -18,7 +18,7 @@ properties: type: string thumbnail_info: allOf: - - $ref: core-event-schema/msgtype_infos/thumbnail_info.yaml + - $ref: thumbnail_info.yaml description: Metadata about the image referred to in ``thumbnail_url``. title: ThumbnailInfo type: object