From d4f1b496f3414de84720b3704ec59d7f56de187c Mon Sep 17 00:00:00 2001 From: Rich Podraza Date: Mon, 25 Sep 2023 10:28:42 -0400 Subject: [PATCH] try to fix lint errors --- .../responses/lob_credits_balance.yml | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/resources/accounts/responses/lob_credits_balance.yml b/resources/accounts/responses/lob_credits_balance.yml index 7096fc38..56678205 100644 --- a/resources/accounts/responses/lob_credits_balance.yml +++ b/resources/accounts/responses/lob_credits_balance.yml @@ -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