Fix titles in schemas
This commit is contained in:
parent
82bed06d3f
commit
985d02d95e
3 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,7 @@ paths:
|
||||||
depending on the room version - check the `room version specification`_
|
depending on the room version - check the `room version specification`_
|
||||||
for precise event formats.
|
for precise event formats.
|
||||||
type: object
|
type: object
|
||||||
|
title: Event Template
|
||||||
properties:
|
properties:
|
||||||
sender:
|
sender:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -73,6 +73,7 @@ paths:
|
||||||
depending on the room version - check the `room version specification`_
|
depending on the room version - check the `room version specification`_
|
||||||
for precise event formats.
|
for precise event formats.
|
||||||
type: object
|
type: object
|
||||||
|
title: Event Template
|
||||||
properties:
|
properties:
|
||||||
sender:
|
sender:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -85,6 +85,7 @@ paths:
|
||||||
third_party_invite:
|
third_party_invite:
|
||||||
type: object
|
type: object
|
||||||
description: The third party invite
|
description: The third party invite
|
||||||
|
title: Third Party Invite
|
||||||
properties:
|
properties:
|
||||||
display_name:
|
display_name:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue