From 2b2c101b7b9a20f008aa0ab3d187cc5526fb770e Mon Sep 17 00:00:00 2001 From: soga-yuichi Date: Mon, 13 Mar 2023 12:39:46 +0900 Subject: [PATCH] update schema 2013-03-13 --- _sdk_compatible/open-api-3/api-schema.json | 15 +++++++------- _sdk_compatible/open-api-3/api-schema.yml | 19 ++++++++++------- v2020_06_15/open-api-3/api-schema.json | 19 +++++++++-------- v2020_06_15/open-api-3/api-schema.yml | 24 +++++++++++++--------- 4 files changed, 44 insertions(+), 33 deletions(-) diff --git a/_sdk_compatible/open-api-3/api-schema.json b/_sdk_compatible/open-api-3/api-schema.json index 0f58b82..5e84a80 100644 --- a/_sdk_compatible/open-api-3/api-schema.json +++ b/_sdk_compatible/open-api-3/api-schema.json @@ -18115,10 +18115,11 @@ "properties": { "line_type": { "type": "string", - "description": "'行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'
\n'デフォルトは deal_line: 支払依頼の通常取引行 です'\n", + "description": "'行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'
\n'デフォルトは deal_line: 支払依頼の通常取引行 です'
\n'※ negative_line は2023年3月下旬から利用できる予定です'\n", "example": "deal_line", "enum": [ "deal_line", + "negative_line", "withholding_tax" ] }, @@ -18399,10 +18400,11 @@ }, "line_type": { "type": "string", - "description": "'行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'
\n'デフォルトは deal_line: 支払依頼の通常取引行 です'\n", + "description": "'行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'
\n'デフォルトは deal_line: 支払依頼の通常取引行 です'
\n'※ negative_line は2023年3月下旬から利用できる予定です'\n", "example": "deal_line", "enum": [ "deal_line", + "negative_line", "withholding_tax" ] }, @@ -19230,8 +19232,7 @@ "qualified", "not_qualified" ], - "example": "qualified", - "nullable": true + "example": "qualified" }, "document_type": { "type": "string", @@ -19241,8 +19242,7 @@ "invoice", "other" ], - "example": "receipt", - "nullable": true + "example": "receipt" } } }, @@ -32559,10 +32559,11 @@ }, "line_type": { "type": "string", - "description": "行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)", + "description": "'行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'
\n'※ negative_line は2023年3月下旬から利用できる予定です'\n", "example": "deal_line", "enum": [ "deal_line", + "negative_line", "withholding_tax" ] }, diff --git a/_sdk_compatible/open-api-3/api-schema.yml b/_sdk_compatible/open-api-3/api-schema.yml index 6556086..f030eed 100644 --- a/_sdk_compatible/open-api-3/api-schema.yml +++ b/_sdk_compatible/open-api-3/api-schema.yml @@ -19810,10 +19810,12 @@ components: type: integer line_type: description: | - '行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'
- 'デフォルトは deal_line: 支払依頼の通常取引行 です' + '行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'
+ 'デフォルトは deal_line: 支払依頼の通常取引行 です'
+ '※ negative_line は2023年3月下旬から利用できる予定です' enum: - deal_line + - negative_line - withholding_tax example: deal_line type: string @@ -20215,9 +20217,12 @@ components: nullable: true type: integer line_type: - description: '行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)' + description: | + '行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'
+ '※ negative_line は2023年3月下旬から利用できる予定です' enum: - deal_line + - negative_line - withholding_tax example: deal_line type: string @@ -20542,10 +20547,12 @@ components: type: integer line_type: description: | - '行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'
- 'デフォルトは deal_line: 支払依頼の通常取引行 です' + '行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'
+ 'デフォルトは deal_line: 支払依頼の通常取引行 です'
+ '※ negative_line は2023年3月下旬から利用できる予定です' enum: - deal_line + - negative_line - withholding_tax example: deal_line type: string @@ -22406,7 +22413,6 @@ components: - invoice - other example: receipt - nullable: true type: string issue_date: description: 取引日 (yyyy-mm-dd) @@ -22419,7 +22425,6 @@ components: - qualified - not_qualified example: qualified - nullable: true type: string receipt: description: 証憑ファイル diff --git a/v2020_06_15/open-api-3/api-schema.json b/v2020_06_15/open-api-3/api-schema.json index d9371ee..5977509 100644 --- a/v2020_06_15/open-api-3/api-schema.json +++ b/v2020_06_15/open-api-3/api-schema.json @@ -2341,7 +2341,7 @@ "Invoices" ], "summary": "請求書の作成", - "description": "\n

概要

\n\n

指定した事業所の請求書を作成する

\n\n

注意点

\n", + "description": "\n

概要

\n\n

指定した事業所の請求書を作成する

\n\n

注意点

\n", "operationId": "create_invoice", "requestBody": { "description": "請求書の作成", @@ -2523,7 +2523,7 @@ "Invoices" ], "summary": "請求書の更新", - "description": "\n

概要

\n\n

指定した事業所の請求書を更新する

\n\n

注意点

\n", + "description": "\n

概要

\n\n

指定した事業所の請求書を更新する

\n\n

注意点

\n", "operationId": "update_invoice", "parameters": [ { @@ -18111,10 +18111,11 @@ "properties": { "line_type": { "type": "string", - "description": "'行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'
\n'デフォルトは deal_line: 支払依頼の通常取引行 です'\n", + "description": "'行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'
\n'デフォルトは deal_line: 支払依頼の通常取引行 です'
\n'※ negative_line は2023年3月下旬から利用できる予定です'\n", "example": "deal_line", "enum": [ "deal_line", + "negative_line", "withholding_tax" ] }, @@ -18395,10 +18396,11 @@ }, "line_type": { "type": "string", - "description": "'行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)'
\n'デフォルトは deal_line: 支払依頼の通常取引行 です'\n", + "description": "'行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'
\n'デフォルトは deal_line: 支払依頼の通常取引行 です'
\n'※ negative_line は2023年3月下旬から利用できる予定です'\n", "example": "deal_line", "enum": [ "deal_line", + "negative_line", "withholding_tax" ] }, @@ -19226,8 +19228,7 @@ "qualified", "not_qualified" ], - "example": "qualified", - "nullable": true + "example": "qualified" }, "document_type": { "type": "string", @@ -19237,8 +19238,7 @@ "invoice", "other" ], - "example": "receipt", - "nullable": true + "example": "receipt" } } }, @@ -32555,10 +32555,11 @@ }, "line_type": { "type": "string", - "description": "行の種類 (deal_line: 支払依頼の通常取引行, withholding_tax: 源泉所得税行)", + "description": "'行の種類 (deal_line: 支払依頼の通常取引行, negative_line: 支払依頼の控除・マイナス行, withholding_tax: 源泉所得税行)'
\n'※ negative_line は2023年3月下旬から利用できる予定です'\n", "example": "deal_line", "enum": [ "deal_line", + "negative_line", "withholding_tax" ] }, diff --git a/v2020_06_15/open-api-3/api-schema.yml b/v2020_06_15/open-api-3/api-schema.yml index aa4a871..feb6f6d 100644 --- a/v2020_06_15/open-api-3/api-schema.yml +++ b/v2020_06_15/open-api-3/api-schema.yml @@ -4203,7 +4203,7 @@ paths:

注意点

@@ -4402,9 +4402,8 @@ paths:

注意点