matrix-spec/data/event-schemas/examples/m.image_pack.rooms.yaml
jpcshka 38d83b75b8
Add event examples and address review comments
Signed-off-by: jpcshka <189279532+jpcshka@users.noreply.github.com>
2026-06-24 19:30:31 +03:00

16 lines
249 B
YAML

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