matrix-spec/data/event-schemas/examples/m.image_pack.rooms.yaml

16 lines
249 B
YAML
Raw Normal View History

{
"$ref": "core/event.json",
"type": "m.image_pack.rooms",
"content": {
"rooms": {
"!someroom:example.org": {
"": {}
},
"!anotherroom:example.org": {
"": {},
"sticker_pack": {}
}
}
}
}