Skip to content

Commit

Permalink
fix: CARITAS-243 - remove forwardMessageDTO
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro13Silva13 committed Aug 26, 2024
1 parent 3171558 commit acf68f4
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions services/messageservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -531,45 +531,13 @@ components:
AliasMessageDTO:
type: object
properties:
forwardMessageDTO:
$ref: '#/components/schemas/ForwardMessageDTO'
videoCallMessageDTO:
$ref: '#/components/schemas/VideoCallMessageDTO'
messageType:
$ref: '#/components/schemas/MessageType'
content:
type: string

ForwardMessageDTO:
type: object
required:
- message
- timestamp
- username
- rcUserId
properties:
message:
type: string
example: "Lorem ipsum dolor sit amet, consetetur..."
org:
type: string
example: "Lorem ipsum dolor sit amet, consetetur..."
description: "Legacy fallback for stringified messages"
timestamp:
type: string
description: "Full qualified timestamp"
example: "2018-11-15T09:33:00.057Z"
username:
type: string
example: "asker23"
displayName:
type: string
rcUserId:
type: string
example: "ag89h3tjkerg94t"
t:
type: string

VideoCallMessageDTO:
type: object
required:
Expand Down

0 comments on commit acf68f4

Please sign in to comment.