Skip to content

Commit

Permalink
try to fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
richpodraza committed Sep 25, 2023
1 parent 877a70e commit d4f1b49
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions resources/accounts/responses/lob_credits_balance.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
description: Account's current balance of Lob Credits
application/json:
schema:
$ref: "../models/lob_credits_balance.yml"

content:
application/json:
schema:
$ref: "../models/lob_credits_balance.yml"

examples:
empty:
value:
balance: 0
negative:
value:
balance: -1234.56
positive:
value:
balance: 1000.00
examples:
empty:
value:
balance: 0
negative:
value:
balance: -1234.56
positive:
value:
balance: 1000.00

0 comments on commit d4f1b49

Please sign in to comment.