Skip to content

Commit

Permalink
Make custody_address and verified_addresses required
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Mar 6, 2024
1 parent 1638693 commit 83be0d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,15 @@ components:
required:
- object
- fid
- custody_address
- username
- display_name
- pfp_url
- profile
- follower_count
- following_count
- verifications
- verified_addresses
- active_status
properties:
object:
Expand Down Expand Up @@ -3109,4 +3111,4 @@ paths:
schema:
$ref: "#/components/schemas/StorageUsageResponse"
"400":
$ref: "#/components/responses/400Response"
$ref: "#/components/responses/400Response"

0 comments on commit 83be0d8

Please sign in to comment.