7 lines
173 B
YAML
7 lines
173 B
YAML
|
|
type: object
|
||
|
|
properties:
|
||
|
|
payload:
|
||
|
|
type: array
|
||
|
|
items:
|
||
|
|
$ref: '#/components/schemas/contact_inbox'
|
||
|
|
description: List of contactable inboxes for the contact
|