mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-16 21:07: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.
|
description: A [geo URI (RFC5870)](https://datatracker.ietf.org/doc/html/rfc5870) representing this location.
|
||||||
type: string
|
type: string
|
||||||
format: uri
|
format: uri
|
||||||
|
pattern: "^geo:"
|
||||||
msgtype:
|
msgtype:
|
||||||
enum:
|
enum:
|
||||||
- m.location
|
- m.location
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue