mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-07-02 12:17:47 +02:00
Some checks are pending
Spec / 🔎 Validate OpenAPI specifications (push) Waiting to run
Spec / 🔎 Check Event schema examples (push) Waiting to run
Spec / 🔎 Check OpenAPI definitions examples (push) Waiting to run
Spec / 🔎 Check JSON Schemas inline examples (push) Waiting to run
Spec / ⚙️ Calculate baseURL for later jobs (push) Waiting to run
Spec / 🐍 Build OpenAPI definitions (push) Blocked by required conditions
Spec / 📢 Run towncrier for changelog (push) Waiting to run
Spec / 📖 Build the spec (push) Blocked by required conditions
Spec / 🔎 Validate generated HTML (push) Blocked by required conditions
Spec / 📖 Build the historical backup spec (push) Blocked by required conditions
Spec / Create release (push) Blocked by required conditions
Spell Check / Spell Check with Typos (push) Waiting to run
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>
30 lines
643 B
YAML
30 lines
643 B
YAML
{
|
|
"$ref": "core/state_event.json",
|
|
"type": "m.room.image_pack",
|
|
"state_key": "",
|
|
"content": {
|
|
"images": {
|
|
"cat_wave": {
|
|
"url": "mxc://example.org/abc123",
|
|
"body": "a waving cat",
|
|
"info": {
|
|
"mimetype": "image/png",
|
|
"w": 512,
|
|
"h": 512,
|
|
"size": 84400
|
|
}
|
|
},
|
|
"cat_nap": {
|
|
"url": "mxc://example.org/def456",
|
|
"body": "a sleeping cat"
|
|
}
|
|
},
|
|
"pack": {
|
|
"display_name": "Cats",
|
|
"avatar_url": "mxc://example.org/abc123",
|
|
"usage": ["emoticon"],
|
|
"attribution": "drawn by @alice:example.org"
|
|
}
|
|
}
|
|
}
|