mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 11:47:48 +02:00
Add regex for geo URI of m.location msgtype
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
d7b1e507ae
commit
b5aeb2663c
|
|
@ -14,6 +14,7 @@ properties:
|
|||
description: A [geo URI (RFC5870)](https://datatracker.ietf.org/doc/html/rfc5870) representing this location.
|
||||
type: string
|
||||
format: uri
|
||||
pattern: "^geo:"
|
||||
msgtype:
|
||||
enum:
|
||||
- m.location
|
||||
|
|
|
|||
Loading…
Reference in a new issue