Chatwoot/swagger/definitions/resource/extension/contact/conversation.yml

23 lines
521 B
YAML
Raw Normal View History

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:
$ref: '#/definitions/user'