matrix-spec/data/event-schemas/examples/m.direct.yaml

11 lines
167 B
YAML
Raw Normal View History

2016-10-04 16:07:14 +02:00
{
"$ref": "core/event.json",
2016-10-04 16:07:14 +02:00
"type": "m.direct",
"content": {
"@bob:example.com": [
"!abcdefgh:example.com",
"!hgfedcba:example.com"
]
2016-10-04 16:07:14 +02:00
}
}