mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-28 19:48:37 +01:00
Don't enforce MXC URIs, but also don't confuse people
This commit is contained in:
parent
de725c26cc
commit
04930c6ddf
|
|
@ -19,8 +19,8 @@ properties:
|
|||
type: integer
|
||||
thumbnail_url:
|
||||
description: |-
|
||||
The `MXC URI`_ to a thumbnail of the image. Only present if the
|
||||
thumbnail is unencrypted.
|
||||
The URL (typically `MXC URI`_) to a thumbnail of the image.
|
||||
Only present if the thumbnail is unencrypted.
|
||||
type: string
|
||||
thumbnail_file:
|
||||
description: |-
|
||||
|
|
|
|||
|
|
@ -27,7 +27,9 @@ properties:
|
|||
- m.audio
|
||||
type: string
|
||||
url:
|
||||
description: Required if the file is not encrypted. The `MXC URI`_ to the audio clip.
|
||||
description: |-
|
||||
Required if the file is not encrypted. The URL (typically `MXC URI`_)
|
||||
to the audio clip.
|
||||
type: string
|
||||
file:
|
||||
description: |-
|
||||
|
|
|
|||
|
|
@ -42,7 +42,9 @@ properties:
|
|||
- m.file
|
||||
type: string
|
||||
url:
|
||||
description: Required if the file is unencrypted. The `MXC URI`_ to the file.
|
||||
description: |-
|
||||
Required if the file is unencrypted. The URL (typically `MXC URI`_)
|
||||
to the file.
|
||||
type: string
|
||||
file:
|
||||
description: |-
|
||||
|
|
|
|||
|
|
@ -17,7 +17,9 @@ properties:
|
|||
- m.image
|
||||
type: string
|
||||
url:
|
||||
description: Required if the file is unencrypted. The `MXC URI`_ to the image.
|
||||
description: |-
|
||||
Required if the file is unencrypted. The URL (typically `MXC URI`_)
|
||||
to the image.
|
||||
type: string
|
||||
file:
|
||||
description: |-
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ properties:
|
|||
type: integer
|
||||
thumbnail_url:
|
||||
description: |-
|
||||
The `MXC URI`_ to an image thumbnail of the video clip. Only present if the
|
||||
thumbnail is unencrypted.
|
||||
The URL (typically `MXC URI`_) to an image thumbnail of
|
||||
the video clip. Only present if the thumbnail is unencrypted.
|
||||
type: string
|
||||
thumbnail_file:
|
||||
description: |-
|
||||
|
|
@ -48,7 +48,9 @@ properties:
|
|||
- m.video
|
||||
type: string
|
||||
url:
|
||||
description: Required if the file is unencrypted. The `MXC URI`_ to the video clip.
|
||||
description: |-
|
||||
Required if the file is unencrypted. The URL (typically `MXC URI`_)
|
||||
to the video clip.
|
||||
type: string
|
||||
file:
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue