mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-07-28 00:27:52 +02:00
Some checks failed
Spec / 🔎 Validate OpenAPI specifications (push) Has been cancelled
Spec / 🔎 Check Event schema examples (push) Has been cancelled
Spec / 🔎 Check OpenAPI definitions examples (push) Has been cancelled
Spec / 🔎 Check JSON Schemas inline examples (push) Has been cancelled
Spec / ⚙️ Calculate baseURL for later jobs (push) Has been cancelled
Spec / 📢 Run towncrier for changelog (push) Has been cancelled
Spell Check / Spell Check with Typos (push) Has been cancelled
Spec / 🐍 Build OpenAPI definitions (push) Has been cancelled
Spec / 📖 Build the spec (push) Has been cancelled
Spec / 🔎 Validate generated HTML (push) Has been cancelled
Spec / 📖 Build the historical backup spec (push) Has been cancelled
Spec / Create release (push) Has been cancelled
Co-authored-by: Johannes Marbach <n0-0ne+github@mailbox.org> Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Signed-off-by: jpcshka <189279532+jpcshka@users.noreply.github.com>
16 lines
249 B
YAML
16 lines
249 B
YAML
{
|
|
"$ref": "core/event.json",
|
|
"type": "m.image_pack.rooms",
|
|
"content": {
|
|
"rooms": {
|
|
"!someroom:example.org": {
|
|
"": {}
|
|
},
|
|
"!anotherroom:example.org": {
|
|
"": {},
|
|
"sticker_pack": {}
|
|
}
|
|
}
|
|
}
|
|
}
|