Merge pull request #2647 from jplatte/event-titles

Make event's title fields UpperCamelCase and distinguish /sync ones
pull/2653/head
Travis Ralston 6 years ago committed by GitHub
commit 465ed38416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save