docs-matrix-spec/event-schemas/examples/m.tag
Travis Ralston a3f006353c Tag ordering is defined as a number between 0 and 1, not strings
Signed-off-by: Travis Ralston <travpc@gmail.com>
2018-03-03 12:40:48 -07:00

8 lines
91 B
Text

{
"type": "m.tag",
"content": {
"tags": {
"u.work": {"order": 1}
}
}
}