mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-07-03 04:37:48 +02:00
Clarify MSC URI string formats in m.video msgtype
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
cf8b3b814b
commit
4a3895ef4c
|
|
@ -54,6 +54,8 @@ properties:
|
||||||
The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris)) to an image thumbnail of
|
The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris)) to an image thumbnail of
|
||||||
the video clip. Only present if the thumbnail is unencrypted.
|
the video clip. Only present if the thumbnail is unencrypted.
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-mxc-uri
|
||||||
|
pattern: "^mxc:\\/\\/"
|
||||||
thumbnail_file:
|
thumbnail_file:
|
||||||
description: |-
|
description: |-
|
||||||
Information on the encrypted thumbnail file, as specified in
|
Information on the encrypted thumbnail file, as specified in
|
||||||
|
|
@ -76,6 +78,8 @@ properties:
|
||||||
Required if the file is unencrypted. The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris))
|
Required if the file is unencrypted. The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris))
|
||||||
to the video clip.
|
to the video clip.
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-mxc-uri
|
||||||
|
pattern: "^mxc:\\/\\/"
|
||||||
file:
|
file:
|
||||||
description: |-
|
description: |-
|
||||||
Required if the file is encrypted. Information on the encrypted
|
Required if the file is encrypted. Information on the encrypted
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue