Skip to content

Commit e5d81b7

Browse files
committed
Fix json indentation
1 parent 24b0d22 commit e5d81b7

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

xero_accounting.yaml

+28-28
Original file line numberDiff line numberDiff line change
@@ -22765,34 +22765,34 @@ paths:
2276522765
schema:
2276622766
$ref: "#/components/schemas/TaxRates"
2276722767
example: '{
22768-
"Id": "455d494d-9706-465b-b584-7086ca406b27",
22769-
"Status": "OK",
22770-
"ProviderName": "Xero API Partner",
22771-
"DateTimeUTC": "\/Date(1550797359081)\/",
22772-
"TaxRates": [
22773-
{
22774-
"Name": "15% GST on Expenses",
22775-
"TaxType": "INPUT2",
22776-
"ReportTaxType": "INPUT",
22777-
"CanApplyToAssets": true,
22778-
"CanApplyToEquity": true,
22779-
"CanApplyToExpenses": true,
22780-
"CanApplyToLiabilities": true,
22781-
"CanApplyToRevenue": false,
22782-
"DisplayTaxRate": 15.0000,
22783-
"EffectiveRate": 15.0000,
22784-
"Status": "ACTIVE",
22785-
"TaxComponents": [
22786-
{
22787-
"Name": "GST",
22788-
"Rate": 15.0000,
22789-
"IsCompound": false,
22790-
"IsNonRecoverable": false
22791-
}
22792-
]
22793-
}
22794-
]
22795-
}'
22768+
"Id": "455d494d-9706-465b-b584-7086ca406b27",
22769+
"Status": "OK",
22770+
"ProviderName": "Xero API Partner",
22771+
"DateTimeUTC": "\/Date(1550797359081)\/",
22772+
"TaxRates": [
22773+
{
22774+
"Name": "15% GST on Expenses",
22775+
"TaxType": "INPUT2",
22776+
"ReportTaxType": "INPUT",
22777+
"CanApplyToAssets": true,
22778+
"CanApplyToEquity": true,
22779+
"CanApplyToExpenses": true,
22780+
"CanApplyToLiabilities": true,
22781+
"CanApplyToRevenue": false,
22782+
"DisplayTaxRate": 15.0000,
22783+
"EffectiveRate": 15.0000,
22784+
"Status": "ACTIVE",
22785+
"TaxComponents": [
22786+
{
22787+
"Name": "GST",
22788+
"Rate": 15.0000,
22789+
"IsCompound": false,
22790+
"IsNonRecoverable": false
22791+
}
22792+
]
22793+
}
22794+
]
22795+
}'
2279622796
/TrackingCategories:
2279722797
parameters:
2279822798
- $ref: '#/components/parameters/requiredHeader'

0 commit comments

Comments
 (0)