mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-20 09:54:10 +02:00
Move m.location thumbnail_url to be inside info to match m.video
This commit is contained in:
parent
14d05464ee
commit
1b661b64dc
|
|
@ -15,14 +15,18 @@ properties:
|
||||||
enum:
|
enum:
|
||||||
- m.location
|
- m.location
|
||||||
type: string
|
type: string
|
||||||
thumbnail_info:
|
info:
|
||||||
allOf:
|
|
||||||
- $ref: core-event-schema/msgtype_infos/image_info.yaml
|
|
||||||
title: ImageInfo
|
|
||||||
type: object
|
type: object
|
||||||
thumbnail_url:
|
properties:
|
||||||
description: The URL to a thumbnail of the location being represented.
|
thumbnail_info:
|
||||||
type: string
|
allOf:
|
||||||
|
- $ref: core-event-schema/msgtype_infos/image_info.yaml
|
||||||
|
title: ImageInfo
|
||||||
|
type: object
|
||||||
|
thumbnail_url:
|
||||||
|
description: The URL to a thumbnail of the location being represented.
|
||||||
|
type: string
|
||||||
|
title: LocationInfo
|
||||||
required:
|
required:
|
||||||
- msgtype
|
- msgtype
|
||||||
- body
|
- body
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue