mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-08 17:03:42 +01:00
Fix titles in schemas
This commit is contained in:
parent
82bed06d3f
commit
985d02d95e
|
|
@ -81,6 +81,7 @@ paths:
|
|||
depending on the room version - check the `room version specification`_
|
||||
for precise event formats.
|
||||
type: object
|
||||
title: Event Template
|
||||
properties:
|
||||
sender:
|
||||
type: string
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ paths:
|
|||
depending on the room version - check the `room version specification`_
|
||||
for precise event formats.
|
||||
type: object
|
||||
title: Event Template
|
||||
properties:
|
||||
sender:
|
||||
type: string
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ paths:
|
|||
third_party_invite:
|
||||
type: object
|
||||
description: The third party invite
|
||||
title: Third Party Invite
|
||||
properties:
|
||||
display_name:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue