Move m.location thumbnail_url to be inside info to match m.video

pull/977/head
Mark Haines 9 years ago
parent 14d05464ee
commit 1b661b64dc

@ -15,6 +15,9 @@ properties:
enum: enum:
- m.location - m.location
type: string type: string
info:
type: object
properties:
thumbnail_info: thumbnail_info:
allOf: allOf:
- $ref: core-event-schema/msgtype_infos/image_info.yaml - $ref: core-event-schema/msgtype_infos/image_info.yaml
@ -23,6 +26,7 @@ properties:
thumbnail_url: thumbnail_url:
description: The URL to a thumbnail of the location being represented. description: The URL to a thumbnail of the location being represented.
type: string type: string
title: LocationInfo
required: required:
- msgtype - msgtype
- body - body

Loading…
Cancel
Save