This website requires JavaScript.
Explore
Help
Register
Sign In
Filip
/
matrix-spec
Watch
1
Star
0
Fork
You've already forked matrix-spec
0
mirror of
https://github.com/matrix-org/matrix-spec
synced
2025-12-24 18:08:37 +01:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
49ccfa09a8
matrix-spec
/
api
/
server-server
/
examples
/
transaction.json
8 lines
125 B
JSON
Raw
Normal View
History
Unescape
Escape
Convert things that mention "Transaction" to swagger There's two kinds of transactions currently: one with EDUs and one without. The one with EDUs is only used on /send, however the schema is still somewhat worth splitting out for simplicity. The examples are brought apart to make them slightly more reusable for when they get dumped into the relevant sections of the spec (see TODO in server_server_api.rst) Further, the Transactions stuff introduces tuples to the spec. The units.py has been updated to support this.
2018-07-12 00:51:24 +02:00
{
"origin"
:
"matrix.org"
,
"origin_server_ts"
:
1234567890
,
Make the backfill response aware of event format changes
2019-02-01 07:46:22 +01:00
"pdus"
:
[
{
Apply event format warnings to the remainder of the s2s spec
2019-02-01 18:08:30 +01:00
"$ref"
:
"minimal_pdu.json"
Make the backfill response aware of event format changes
2019-02-01 07:46:22 +01:00
}
]
}
Reference in a new issue
Copy permalink