Skip to content

Commit c0c1ff2

Browse files
authored
Merge pull request #219 from freee/update_schema
update schema
2 parents 27e4eae + 1164be5 commit c0c1ff2

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

_sdk_compatible/open-api-3/api-schema.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18733,14 +18733,7 @@
1873318733
"account_type": {
1873418734
"type": "string",
1873518735
"description": "口座種別(ordinary:普通、checking:当座、earmarked:納税準備預金、savings:貯蓄、other:その他)、指定しない場合ordinaryになります。",
18736-
"example": "ordinary",
18737-
"enum": [
18738-
"ordinary",
18739-
"checking",
18740-
"earmarked",
18741-
"savings",
18742-
"other"
18743-
]
18736+
"example": "ordinary"
1874418737
},
1874518738
"account_number": {
1874618739
"type": "string",
@@ -18997,14 +18990,7 @@
1899718990
"account_type": {
1899818991
"type": "string",
1899918992
"description": "口座種別(ordinary:普通、checking:当座、earmarked:納税準備預金、savings:貯蓄、other:その他)、指定しない場合ordinaryになります。",
19000-
"example": "ordinary",
19001-
"enum": [
19002-
"ordinary",
19003-
"checking",
19004-
"earmarked",
19005-
"savings",
19006-
"other"
19007-
]
18993+
"example": "ordinary"
1900818994
},
1900918995
"account_number": {
1901018996
"type": "string",

_sdk_compatible/open-api-3/api-schema.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18315,12 +18315,6 @@ components:
1831518315
type: string
1831618316
account_type:
1831718317
description: 口座種別(ordinary:普通、checking:当座、earmarked:納税準備預金、savings:貯蓄、other:その他)、指定しない場合ordinaryになります。
18318-
enum:
18319-
- ordinary
18320-
- checking
18321-
- earmarked
18322-
- savings
18323-
- other
1832418318
example: ordinary
1832518319
type: string
1832618320
bank_code:
@@ -18799,12 +18793,6 @@ components:
1879918793
type: string
1880018794
account_type:
1880118795
description: 口座種別(ordinary:普通、checking:当座、earmarked:納税準備預金、savings:貯蓄、other:その他)、指定しない場合ordinaryになります。
18802-
enum:
18803-
- ordinary
18804-
- checking
18805-
- earmarked
18806-
- savings
18807-
- other
1880818796
example: ordinary
1880918797
type: string
1881018798
bank_code:

v2020_06_15/open-api-3/api-schema.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22185,12 +22185,6 @@ components:
2218522185
type: string
2218622186
account_type:
2218722187
description: 口座種別(ordinary:普通、checking:当座、earmarked:納税準備預金、savings:貯蓄、other:その他)、指定しない場合ordinaryになります。
22188-
enum:
22189-
- ordinary
22190-
- checking
22191-
- earmarked
22192-
- savings
22193-
- other
2219422188
example: ordinary
2219522189
type: string
2219622190
bank_code:
@@ -22669,12 +22663,6 @@ components:
2266922663
type: string
2267022664
account_type:
2267122665
description: 口座種別(ordinary:普通、checking:当座、earmarked:納税準備預金、savings:貯蓄、other:その他)、指定しない場合ordinaryになります。
22672-
enum:
22673-
- ordinary
22674-
- checking
22675-
- earmarked
22676-
- savings
22677-
- other
2267822666
example: ordinary
2267922667
type: string
2268022668
bank_code:

0 commit comments

Comments
 (0)