Skip to content

Commit

Permalink
Merge pull request #150 from freee/feature/update_schema_files_2022-0…
Browse files Browse the repository at this point in the history
…3-23-08-49

Update schema files
  • Loading branch information
freee-smatsuda authored Mar 23, 2022
2 parents dc3b191 + 755352a commit 8da7817
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
7 changes: 4 additions & 3 deletions _sdk_compatible/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33989,7 +33989,8 @@
"minimum": 1,
"maximum": 2147483647,
"description": "取引ID (invoice_statusがsubmitted, unsubmittedの時IDが表示されます)",
"nullable": true
"nullable": true,
"example": 1
},
"invoice_contents": {
"type": "array",
Expand Down Expand Up @@ -34569,7 +34570,8 @@
"minimum": 1,
"maximum": 2147483647,
"description": "取引ID (invoice_statusがsubmitted, unsubmittedの時IDが表示されます)",
"nullable": true
"nullable": true,
"example": 1
},
"invoice_contents": {
"type": "array",
Expand Down Expand Up @@ -34821,7 +34823,6 @@
"related_quotation_ids": {
"type": "array",
"description": "関連する見積書ID(配列)<br>\n下記で作成したものが該当します。\n\n<a href=\"https://support.freee.co.jp/hc/ja/articles/203318410#1-2\" target=\"_blank\">見積書・納品書を納品書・請求書に変換する</a><br>\n<a href=\"https://support.freee.co.jp/hc/ja/articles/209076226\" target=\"_blank\">複数の見積書・納品書から合算請求書を作成する</a><br>\n",
"example": 1,
"items": {
"type": "integer",
"minimum": 1,
Expand Down
3 changes: 2 additions & 1 deletion _sdk_compatible/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15257,6 +15257,7 @@ components:
type: string
deal_id:
description: 取引ID (invoice_statusがsubmitted, unsubmittedの時IDが表示されます)
example: 1
maximum: 2147483647
minimum: 1
nullable: true
Expand Down Expand Up @@ -15774,6 +15775,7 @@ components:
type: string
deal_id:
description: 取引ID (invoice_statusがsubmitted, unsubmittedの時IDが表示されます)
example: 1
maximum: 2147483647
minimum: 1
nullable: true
Expand Down Expand Up @@ -16154,7 +16156,6 @@ components:

<a href="https://support.freee.co.jp/hc/ja/articles/203318410#1-2" target="_blank">見積書・納品書を納品書・請求書に変換する</a><br>
<a href="https://support.freee.co.jp/hc/ja/articles/209076226" target="_blank">複数の見積書・納品書から合算請求書を作成する</a><br>
example: 1
items:
description: 関連する見積書ID
example: 3
Expand Down
7 changes: 4 additions & 3 deletions v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33983,7 +33983,8 @@
"minimum": 1,
"maximum": 2147483647,
"description": "取引ID (invoice_statusがsubmitted, unsubmittedの時IDが表示されます)",
"nullable": true
"nullable": true,
"example": 1
},
"invoice_contents": {
"type": "array",
Expand Down Expand Up @@ -34563,7 +34564,8 @@
"minimum": 1,
"maximum": 2147483647,
"description": "取引ID (invoice_statusがsubmitted, unsubmittedの時IDが表示されます)",
"nullable": true
"nullable": true,
"example": 1
},
"invoice_contents": {
"type": "array",
Expand Down Expand Up @@ -34815,7 +34817,6 @@
"related_quotation_ids": {
"type": "array",
"description": "関連する見積書ID(配列)<br>\n下記で作成したものが該当します。\n\n<a href=\"https://support.freee.co.jp/hc/ja/articles/203318410#1-2\" target=\"_blank\">見積書・納品書を納品書・請求書に変換する</a><br>\n<a href=\"https://support.freee.co.jp/hc/ja/articles/209076226\" target=\"_blank\">複数の見積書・納品書から合算請求書を作成する</a><br>\n",
"example": 1,
"items": {
"type": "integer",
"minimum": 1,
Expand Down
3 changes: 2 additions & 1 deletion v2020_06_15/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19134,6 +19134,7 @@ components:
type: string
deal_id:
description: 取引ID (invoice_statusがsubmitted, unsubmittedの時IDが表示されます)
example: 1
maximum: 2147483647
minimum: 1
nullable: true
Expand Down Expand Up @@ -19651,6 +19652,7 @@ components:
type: string
deal_id:
description: 取引ID (invoice_statusがsubmitted, unsubmittedの時IDが表示されます)
example: 1
maximum: 2147483647
minimum: 1
nullable: true
Expand Down Expand Up @@ -20031,7 +20033,6 @@ components:

<a href="https://support.freee.co.jp/hc/ja/articles/203318410#1-2" target="_blank">見積書・納品書を納品書・請求書に変換する</a><br>
<a href="https://support.freee.co.jp/hc/ja/articles/209076226" target="_blank">複数の見積書・納品書から合算請求書を作成する</a><br>
example: 1
items:
description: 関連する見積書ID
example: 3
Expand Down

0 comments on commit 8da7817

Please sign in to comment.