Skip to content

Commit

Permalink
chore: regenerate schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x committed Apr 29, 2024
1 parent 357d82f commit 3d6ccfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,11 +1241,15 @@
"title": "PairInfoResponse",
"type": "object",
"required": [
"pair_info"
"pair_info",
"total_share"
],
"properties": {
"pair_info": {
"$ref": "#/definitions/PairInfo"
},
"total_share": {
"$ref": "#/definitions/Coin"
}
},
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
"title": "PairInfoResponse",
"type": "object",
"required": [
"pair_info"
"pair_info",
"total_share"
],
"properties": {
"pair_info": {
"$ref": "#/definitions/PairInfo"
},
"total_share": {
"$ref": "#/definitions/Coin"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 3d6ccfa

Please sign in to comment.