You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec-proposals/data/api/client-server/definitions
Richard van der Hoff 36b02edfc2
Distinguish 'client' from 'federation' events (#3658)
Fixes #3305 
Fixes #3380
 
The idea here is to better distinguish between a 'raw' event (as we send over the wire), and the 
'serialised' format, as sent in responses to the C-S api and in `PUT /_matrix/app/v1/transactions/{txnId}`.

It's made more complicated by the fact that there are _two_ serialisation formats, one used by `/sync`
and `/notifications`, and one by everything else (the difference being whether `room_id` is included).

In an ideal world, we wouldn't repeat `SerialisedEvent` every time it's used, and instead just link to the
first reference, but that's a job for another day.

Another job for another day is to get rid of things like `sync_state_event.yaml` (which is now used
only in one place, so should be inlined.)
4 years ago
..
errors OpenAPI: add titles 4 years ago
wellknown OpenAPI: use uri format 4 years ago
auth_data.yaml Move raw API and event schemas into /data directory 4 years ago
auth_response.yaml Move raw API and event schemas into /data directory 4 years ago
client_device.yaml Move raw API and event schemas into /data directory 4 years ago
client_event.yaml Distinguish 'client' from 'federation' events (#3658) 4 years ago
client_event_without_room_id.yaml Distinguish 'client' from 'federation' events (#3658) 4 years ago
cross_signing_key.yaml Fix links in data 4 years ago
device_keys.yaml Fix links in data 4 years ago
event_batch.yaml OpenAPI: add titles 4 years ago
event_filter.yaml Change RST code formatting markup to Markdown 4 years ago
key_backup_data.yaml Fix links in data 4 years ago
openid_token.yaml OpenAPI: add titles 4 years ago
public_rooms_chunk.yaml Remove `aliases` from `/publicRooms` response (#3624) 4 years ago
public_rooms_response.yaml Remove `aliases` from `/publicRooms` response (#3624) 4 years ago
push_condition.yaml Fix links in data 4 years ago
push_rule.yaml Change RST code formatting markup to Markdown 4 years ago
push_ruleset.yaml Move raw API and event schemas into /data directory 4 years ago
request_email_validation.yaml Change RST code formatting markup to Markdown 4 years ago
request_msisdn_validation.yaml Change RST code formatting markup to Markdown 4 years ago
request_token_response.yaml OpenAPI: add titles 4 years ago
room_event_filter.yaml Fix links in data 4 years ago
room_key_backup.yaml Move raw API and event schemas into /data directory 4 years ago
security.yaml Change RST code formatting markup to Markdown 4 years ago
sso_login_flow.yaml Definition of "Standard Identifier Format" (#3171) 4 years ago
state_event_batch.yaml Distinguish 'client' from 'federation' events (#3658) 4 years ago
sync_filter.yaml Change RST code formatting markup to Markdown 4 years ago
third_party_signed.yaml Change RST code formatting markup to Markdown 4 years ago
timeline_batch.yaml Distinguish 'client' from 'federation' events (#3658) 4 years ago
user_identifier.yaml Fix links in data 4 years ago