Skip to content

Commit

Permalink
fix: CARITAS-243
Browse files Browse the repository at this point in the history
* remove ForwardMessageDTO
  • Loading branch information
Leandro13Silva13 committed Aug 26, 2024
1 parent 3a1f015 commit 4a5201f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions services/userservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1197,35 +1197,11 @@ components:
AliasMessageDTO:
type: object
properties:
forwardMessageDTO:
$ref: '#/components/schemas/ForwardMessageDTO'
videoCallMessageDTO:
$ref: '#/components/schemas/VideoCallMessageDTO'
messageType:
$ref: '#/components/schemas/MessageType'

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

VideoCallMessageDTO:
type: object
required:
Expand Down

0 comments on commit 4a5201f

Please sign in to comment.