mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +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
|
||||
schema:
|
||||
type: string
|
||||
format: mx-server-name
|
||||
mediaId:
|
||||
in: path
|
||||
name: mediaId
|
||||
|
|
|
|||
|
|
@ -37,6 +37,11 @@ mx-room-id:
|
|||
url: /appendices#room-ids
|
||||
# regex: "^!"
|
||||
|
||||
mx-server-name:
|
||||
title: Server Name
|
||||
url: /appendices#server-name
|
||||
# no regex
|
||||
|
||||
uri:
|
||||
title: URI
|
||||
url: http://tools.ietf.org/html/rfc3986
|
||||
|
|
|
|||
Loading…
Reference in a new issue