Skip to content

Commit

Permalink
chore: add description for arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
manan19 committed Dec 13, 2024
1 parent a9e981f commit e7796ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1473,10 +1473,12 @@ components:
properties:
eth_addresses:
type: array
description: List of verified Ethereum addresses of the user sorted by oldest to most recent.
items:
$ref: "#/components/schemas/Address"
sol_addresses:
type: array
description: List of verified Solana addresses of the user sorted by oldest to most recent.
items:
$ref: "#/components/schemas/SolAddress"
verified_accounts:
Expand Down

0 comments on commit e7796ef

Please sign in to comment.