Merge pull request #723 from matrix-org/markjh/thumbnail_url
Move m.* thumbnail_url to be inside info to match m.videopull/977/head
commit
aecac4f931
@ -0,0 +1,17 @@
|
||||
$schema: http://json-schema.org/draft-04/schema#
|
||||
description: Metadata about a thumbnail image.
|
||||
properties:
|
||||
h:
|
||||
description: The height of the image in pixels.
|
||||
type: integer
|
||||
w:
|
||||
description: The width of the image in pixels.
|
||||
type: integer
|
||||
mimetype:
|
||||
description: The mimetype of the image, e.g. ``image/jpeg``.
|
||||
type: string
|
||||
size:
|
||||
description: Size of the image in bytes.
|
||||
type: integer
|
||||
title: ThumbnailInfo
|
||||
type: object
|
Loading…
Reference in New Issue