Skip to content

Commit

Permalink
Update schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-deploy-machine-user committed Jul 26, 2024
1 parent 7f67d1d commit d458598
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion iv/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openapi: 3.0.3
info:
contact:
name: freee請求書問い合わせ
url: https://support.freee.co.jp/hc/ja/requests/new
url: https://freee.my.site.com/HelpCenter/s
description: |2
<p>freee請求書のAPI仕様です。</p>
Expand Down Expand Up @@ -2813,6 +2813,15 @@ components:
example: omit
nullable: true
type: string
line_amount_fraction:
description: '金額端数の計算方法(omit: 切り捨て、round_up: 切り上げ、round: 四捨五入)'
enum:
- omit
- round_up
- round
example: round_up
nullable: true
type: string
withholding_tax_entry_method:
description: '源泉徴収の計算方法(in: 税込み価格で計算、out: 税別価格で計算)'
enum:
Expand Down Expand Up @@ -3263,6 +3272,15 @@ components:
example: omit
nullable: true
type: string
line_amount_fraction:
description: '金額端数の計算方法(omit: 切り捨て、round_up: 切り上げ、round: 四捨五入)'
enum:
- omit
- round_up
- round
example: round_up
nullable: true
type: string
withholding_tax_entry_method:
description: '源泉徴収の計算方法(in: 税込み価格で計算、out: 税別価格で計算)'
enum:
Expand Down Expand Up @@ -3946,6 +3964,15 @@ components:
example: omit
nullable: true
type: string
line_amount_fraction:
description: '金額端数の計算方法(omit: 切り捨て、round_up: 切り上げ、round: 四捨五入)'
enum:
- omit
- round_up
- round
example: round_up
nullable: true
type: string
withholding_tax_entry_method:
description: '源泉徴収の計算方法(in: 税込み価格で計算、out: 税別価格で計算)'
enum:
Expand Down Expand Up @@ -4341,6 +4368,15 @@ components:
example: omit
nullable: true
type: string
line_amount_fraction:
description: '金額端数の計算方法(omit: 切り捨て、round_up: 切り上げ、round: 四捨五入)'
enum:
- omit
- round_up
- round
example: round_up
nullable: true
type: string
withholding_tax_entry_method:
description: '源泉徴収の計算方法(in: 税込み価格で計算、out: 税別価格で計算)'
enum:
Expand Down

0 comments on commit d458598

Please sign in to comment.