Skip to content

Commit

Permalink
Add fnames in CastWithInteractionsReactionsOrRecasts schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 27, 2023
1 parent 2650492 commit 7fd089c
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 @@ -392,6 +392,7 @@ components:
required:
- count
- fids
- fnames
properties:
count:
type: integer
Expand All @@ -400,6 +401,10 @@ components:
type: array
items:
$ref: "#/components/schemas/Fid"
fnames:
type: array
items:
type: string
CastWithInteractionsReplies:
type: object
required:
Expand Down

0 comments on commit 7fd089c

Please sign in to comment.