|
|
|
@ -75,17 +75,20 @@ paths:
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
title: User
|
|
|
|
title: User
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
require: ["user_id"]
|
|
|
|
required: ["user_id"]
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
user_id:
|
|
|
|
user_id:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
example: "@foo:bar.com"
|
|
|
|
example: "@foo:bar.com"
|
|
|
|
|
|
|
|
description: The MXID of the user.
|
|
|
|
display_name:
|
|
|
|
display_name:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
example: "Foo"
|
|
|
|
example: "Foo"
|
|
|
|
|
|
|
|
description: The display name of the user, if one exists.
|
|
|
|
avatar_url:
|
|
|
|
avatar_url:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
example: "mxc://bar.com/foo"
|
|
|
|
example: "mxc://bar.com/foo"
|
|
|
|
|
|
|
|
description: The avatar url, as an MXC, if one exists.
|
|
|
|
limited:
|
|
|
|
limited:
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
description: Indicates if the result list has been truncated by the limit.
|
|
|
|
description: Indicates if the result list has been truncated by the limit.
|
|
|
|
|