mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Explicitly link to geo URI spec (#3492)
* Explicitly link to geo URI spec * move RFC location Co-authored-by: Travis Ralston <travisr@matrix.org> * Create 3492.clarification Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
parent
a034d45e45
commit
51d8560da9
|
|
@ -0,0 +1 @@
|
|||
Explicity mention RFC5870 in the definition of `m.location` events
|
||||
|
|
@ -9,7 +9,7 @@ properties:
|
|||
description: "A description of the location e.g. 'Big Ben, London, UK', or some kind of content description for accessibility e.g. 'location attachment'."
|
||||
type: string
|
||||
geo_uri:
|
||||
description: A geo URI representing this location.
|
||||
description: A [geo URI (RFC5870)](https://datatracker.ietf.org/doc/html/rfc5870) representing this location.
|
||||
type: string
|
||||
msgtype:
|
||||
enum:
|
||||
|
|
|
|||
Loading…
Reference in a new issue