mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Add Server Name format
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
b44804d76b
commit
1782a89b15
|
|
@ -605,6 +605,7 @@ components:
|
||||||
example: matrix.org
|
example: matrix.org
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-server-name
|
||||||
mediaId:
|
mediaId:
|
||||||
in: path
|
in: path
|
||||||
name: mediaId
|
name: mediaId
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,11 @@ mx-room-id:
|
||||||
url: /appendices#room-ids
|
url: /appendices#room-ids
|
||||||
# regex: "^!"
|
# regex: "^!"
|
||||||
|
|
||||||
|
mx-server-name:
|
||||||
|
title: Server Name
|
||||||
|
url: /appendices#server-name
|
||||||
|
# no regex
|
||||||
|
|
||||||
uri:
|
uri:
|
||||||
title: URI
|
title: URI
|
||||||
url: http://tools.ietf.org/html/rfc3986
|
url: http://tools.ietf.org/html/rfc3986
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue