Switch properties to schema
This commit is contained in:
parent
a6dad76c01
commit
e6218b56ab
2 changed files with 2 additions and 2 deletions
|
@ -350,7 +350,7 @@ paths:
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
title: User
|
title: User
|
||||||
properties:
|
schema:
|
||||||
userid:
|
userid:
|
||||||
type: string
|
type: string
|
||||||
description: The Matrix ID of the matched user.
|
description: The Matrix ID of the matched user.
|
||||||
|
|
|
@ -237,7 +237,7 @@ paths:
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
title: User
|
title: User
|
||||||
properties:
|
schema:
|
||||||
userid:
|
userid:
|
||||||
type: string
|
type: string
|
||||||
description: The Matrix ID of the matched user.
|
description: The Matrix ID of the matched user.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue