Skip to content

Commit

Permalink
Add mentionedProfiles in Cast
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 27, 2023
1 parent 7fd089c commit 213ed5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/v1/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ components:
- text
- timestamp
- embeds
- mentionedProfiles
properties:
hash:
type: string
Expand All @@ -368,6 +369,10 @@ components:
fid:
type: string
nullable: true
mentionedProfiles:
type: array
items:
$ref: "#/components/schemas/User"
author:
oneOf:
- $ref: "#/components/schemas/User"
Expand Down

0 comments on commit 213ed5e

Please sign in to comment.