Skip to content

Commit

Permalink
Also corrects purchases count to be an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
choubacha committed Feb 26, 2024
1 parent 1b9be7f commit 0b84300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@
"description": "The 3-letter ISO 4217 currency code. Required for correct storage and conversion of amount."
},
"count": {
"type": "number"
"type": "integer"
}
},
"required": [
Expand Down

0 comments on commit 0b84300

Please sign in to comment.