Skip to content

Commit

Permalink
feat: make types stricter (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Feb 22, 2024
1 parent d8c5458 commit a45d303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/schemas/partnerFee/v0.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"required": ["bps", "recipient"],
"title": "Partner fee",
"type": "object",
"additionalItems": false,
"properties": {
"bps": {
"title": "Basis Point (BPS)",
Expand Down
1 change: 1 addition & 0 deletions src/schemas/widget/v0.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"required": ["appCode"],
"title": "Widget",
"type": "object",
"additionalItems": false,
"properties": {
"appCode": {
"$id": "#/properties/appCodeWidget",
Expand Down

0 comments on commit a45d303

Please sign in to comment.