[]:
- type: array of objects (Destination)
[][url]:
- type: string
[][id]:
- type: integer
url:
- type: string
- required: true
id
id
url:
- type: string
id:
- type: integer
id
url:
- type: string
- required: true
url:
- type: string
id:
- type: integer
[]:
- type: array of objects (Message)
[][id]:
- type: integer
[][destination]:
- type: object (Destination)
[][destination][id]:
- type: integer
[][destination][url]:
- type: string
[][contentType]:
- type: string
[][msgBody]:
- type: string
[][createdAt]:
- type: DateTime
destination:
- type: integer
- required: true
- description: Destination ID.
contentType:
- type: string
- required: true
msgBody:
- type: string
- required: true
id
id
id:
- type: integer
destination:
- type: object (Destination)
destination[id]:
- type: integer
destination[url]:
- type: string
contentType:
- type: string
msgBody:
- type: string
createdAt:
- type: DateTime