Make event's title fields UpperCamelCase and distinguish /sync ones

This commit is contained in:
Jonas Platte 2020-06-19 20:09:39 +02:00
parent 5cb4b086c7
commit 763e5654cc
No known key found for this signature in database
GPG key ID: 7D261D771D915378
6 changed files with 6 additions and 5 deletions

View file

@ -0,0 +1 @@
Improve consistency and clarity of event schema ``title``s.

View file

@ -39,5 +39,5 @@ required:
- event_id
- sender
- origin_server_ts
title: Room Event
title: SyncRoomEvent
type: object

View file

@ -35,5 +35,5 @@ properties:
type: string
required:
- state_key
title: State Event
title: SyncStateEvent
type: object