Merge pull request #2647 from jplatte/event-titles
Make event's title fields UpperCamelCase and distinguish /sync ones
This commit is contained in:
commit
465ed38416
6 changed files with 6 additions and 5 deletions
|
@ -0,0 +1 @@
|
|||
Improve consistency and clarity of event schema ``title``s.
|
|
@ -39,5 +39,5 @@ required:
|
|||
- event_id
|
||||
- sender
|
||||
- origin_server_ts
|
||||
title: Room Event
|
||||
title: SyncRoomEvent
|
||||
type: object
|
||||
|
|
|
@ -35,5 +35,5 @@ properties:
|
|||
type: string
|
||||
required:
|
||||
- state_key
|
||||
title: State Event
|
||||
title: SyncStateEvent
|
||||
type: object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue