mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-26 16:03:46 +01:00
Switch properties to schema
This commit is contained in:
parent
a6dad76c01
commit
e6218b56ab
|
|
@ -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…
Reference in a new issue