2020-02-23 07:24:29 +00:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
meta:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
sender:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
id:
|
|
|
|
type: number
|
2020-03-11 10:49:13 +00:00
|
|
|
description: ID fo the sender
|
2020-02-23 07:24:29 +00:00
|
|
|
name:
|
|
|
|
type: string
|
2020-03-11 10:49:13 +00:00
|
|
|
description: The name of the sender
|
2020-02-23 07:24:29 +00:00
|
|
|
thumbnail:
|
|
|
|
type: string
|
2020-03-11 10:49:13 +00:00
|
|
|
description: Avatar URL of the contact
|
2020-02-23 07:24:29 +00:00
|
|
|
channel:
|
|
|
|
type: string
|
2020-03-11 10:49:13 +00:00
|
|
|
description: Channel Type
|
2020-02-23 07:24:29 +00:00
|
|
|
assignee:
|
2020-02-23 19:21:31 +00:00
|
|
|
$ref: '#/definitions/user'
|