Skip to content

Commit 4197933

Browse files
Bug: Fix indentation in resources and schema
1 parent 6e0f136 commit 4197933

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

main/resources/customer/index.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ post:
44
summary: Create Customer
55
operationId: customer_create
66
requestBody:
7-
content:
8-
application/x-www-form-urlencoded:
9-
schema:
10-
allOf:
11-
- $ref: '../../schemas/customer/CustomerRequired.yaml'
12-
- $ref: '../../schemas/customer/CustomerBase.yaml'
13-
application/json:
14-
schema:
15-
allOf:
16-
- $ref: '../../schemas/customer/CustomerRequired.yaml'
17-
- $ref: '../../schemas/customer/CustomerBase.yaml'
7+
content:
8+
application/x-www-form-urlencoded:
9+
schema:
10+
allOf:
11+
- $ref: '../../schemas/customer/CustomerRequired.yaml'
12+
- $ref: '../../schemas/customer/CustomerBase.yaml'
13+
application/json:
14+
schema:
15+
allOf:
16+
- $ref: '../../schemas/customer/CustomerRequired.yaml'
17+
- $ref: '../../schemas/customer/CustomerBase.yaml'
1818
responses:
1919
201:
2020
$ref: '../../responses/created.yaml'

main/resources/dedicated-virtual-account/account-id.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ delete:
2323
- Dedicated Virtual Account
2424
summary: Deactivate Dedicated Account
2525
operationId: dedicatedAccount_deactivate
26-
responses:
27-
200:
28-
$ref: '../../responses/created.yaml'
29-
401:
30-
$ref: '../../responses/unauthorized.yaml'
31-
404:
32-
$ref: '../../responses/unauthorized.yaml'
33-
default:
34-
description: Server error
26+
responses:
27+
200:
28+
$ref: '../../responses/created.yaml'
29+
401:
30+
$ref: '../../responses/unauthorized.yaml'
31+
404:
32+
$ref: '../../responses/unauthorized.yaml'
33+
default:
34+
description: Server error

main/schemas/payment-request/Update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ properties:
5959
split_code:
6060
description: |-
6161
The split code of the transaction split.
62-
type: string
62+
type: string

0 commit comments

Comments
 (0)