Skip to content

Commit

Permalink
Add object type user in User object in recommendation APIs (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Shreyaschorge <[email protected]>
  • Loading branch information
Shreyaschorge and Shreyaschorge authored Nov 24, 2023
1 parent 7eea1bc commit bfdc4e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/v2/recommendation/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ components:
User:
type: object
required:
- object
- fid
- username
- display_name
Expand All @@ -37,6 +38,10 @@ components:
- verifications
- activeStatus
properties:
object:
type: string
enum:
- user
fid:
$ref: "#/components/schemas/Fid"
username:
Expand Down

0 comments on commit bfdc4e2

Please sign in to comment.