Skip to content

Commit

Permalink
Merge pull request #272 from freee/update_master_0302
Browse files Browse the repository at this point in the history
update schema 20230302
  • Loading branch information
soga-yuichi authored Mar 1, 2023
2 parents db495cf + 99055d5 commit be04aa0
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 0 deletions.
51 changes: 51 additions & 0 deletions _sdk_compatible/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18730,6 +18730,21 @@
"payee"
]
},
"qualified_invoice_issuer": {
"type": "boolean",
"description": "この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。\nインボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)\n<a target=\"_blank\" href=\"https://www.invoice-kohyo.nta.go.jp/index.html\">国税庁インボイス制度適格請求書発行事業者公表サイト</a>\n",
"example": false,
"default": false
},
"invoice_registration_number": {
"type": "string",
"maxLength": 14,
"minLength": 13,
"pattern": "^T?[1-9][0-9]{12}$",
"description": "この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。\nインボイス制度適格請求書発行事業者登録番号\n- 先頭T数字13桁の固定14桁の文字列\n<a target=\"_blank\" href=\"https://www.invoice-kohyo.nta.go.jp/index.html\">国税庁インボイス制度適格請求書発行事業者公表サイト</a>\n",
"example": "T1000000000001",
"nullable": true
},
"address_attributes": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -18987,6 +19002,20 @@
"payee"
]
},
"qualified_invoice_issuer": {
"type": "boolean",
"description": "この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。\nインボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)\n<a target=\"_blank\" href=\"https://www.invoice-kohyo.nta.go.jp/index.html\">国税庁インボイス制度適格請求書発行事業者公表サイト</a>\n",
"example": false
},
"invoice_registration_number": {
"type": "string",
"maxLength": 14,
"minLength": 13,
"pattern": "^T?[1-9][0-9]{12}$",
"description": "この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。\nインボイス制度適格請求書発行事業者登録番号\n- 先頭T数字13桁の固定14桁の文字列\n<a target=\"_blank\" href=\"https://www.invoice-kohyo.nta.go.jp/index.html\">国税庁インボイス制度適格請求書発行事業者公表サイト</a>\n",
"example": "T1000000000001",
"nullable": true
},
"address_attributes": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -30267,6 +30296,17 @@
"payee"
]
},
"qualified_invoice_issuer": {
"type": "boolean",
"description": "この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。\nインボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)\n<a target=\"_blank\" href=\"https://www.invoice-kohyo.nta.go.jp/index.html\">国税庁インボイス制度適格請求書発行事業者公表サイト</a>\n",
"example": false
},
"invoice_registration_number": {
"type": "string",
"description": "この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。\nインボイス制度適格請求書発行事業者登録番号\n- 先頭T数字13桁の固定14桁の文字列\n<a target=\"_blank\" href=\"https://www.invoice-kohyo.nta.go.jp/index.html\">国税庁インボイス制度適格請求書発行事業者公表サイト</a>\n",
"example": "T1000000000001",
"nullable": true
},
"address_attributes": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -30524,6 +30564,17 @@
"payee"
]
},
"qualified_invoice_issuer": {
"type": "boolean",
"description": "この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。\nインボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)\n<a target=\"_blank\" href=\"https://www.invoice-kohyo.nta.go.jp/index.html\">国税庁インボイス制度適格請求書発行事業者公表サイト</a>\n",
"example": false
},
"invoice_registration_number": {
"type": "string",
"description": "この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。\nインボイス制度適格請求書発行事業者登録番号\n- 先頭T数字13桁の固定14桁の文字列\n<a target=\"_blank\" href=\"https://www.invoice-kohyo.nta.go.jp/index.html\">国税庁インボイス制度適格請求書発行事業者公表サイト</a>\n",
"example": "T1000000000001",
"nullable": true
},
"address_attributes": {
"type": "object",
"properties": {
Expand Down
71 changes: 71 additions & 0 deletions _sdk_compatible/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18622,6 +18622,18 @@ components:
minimum: 1
type: integer
type: object
invoice_registration_number:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者登録番号
- 先頭T数字13桁の固定14桁の文字列
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: T1000000000001
maxLength: 14
minLength: 13
nullable: true
pattern: "^T?[1-9][0-9]{12}$"
type: string
long_name:
description: 正式名称(255文字以内)
example: 新しい取引先正式名称
Expand Down Expand Up @@ -18732,6 +18744,14 @@ components:
description: 電話番号
example: 03-1234-xxxx
type: string
qualified_invoice_issuer:
default: false
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: false
type: boolean
shortcut1:
description: ショートカット1 (255文字以内)
example: NEWPARTNER
Expand Down Expand Up @@ -18861,6 +18881,15 @@ components:
nullable: true
type: integer
type: object
invoice_registration_number:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者登録番号
- 先頭T数字13桁の固定14桁の文字列
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: T1000000000001
nullable: true
type: string
long_name:
description: 正式名称(255文字以内)
example: 新しい取引先正式名称
Expand Down Expand Up @@ -18991,6 +19020,13 @@ components:
example: 03-1234-xxxx
nullable: true
type: string
qualified_invoice_issuer:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: false
type: boolean
shortcut1:
description: ショートカット1 (255文字以内)
example: ABC
Expand Down Expand Up @@ -19100,6 +19136,18 @@ components:
minimum: 1
type: integer
type: object
invoice_registration_number:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者登録番号
- 先頭T数字13桁の固定14桁の文字列
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: T1000000000001
maxLength: 14
minLength: 13
nullable: true
pattern: "^T?[1-9][0-9]{12}$"
type: string
long_name:
description: 正式名称(255文字以内)
example: 新しい取引先正式名称
Expand Down Expand Up @@ -19211,6 +19259,13 @@ components:
description: 電話番号
example: 03-1234-xxxx
type: string
qualified_invoice_issuer:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: false
type: boolean
shortcut1:
description: ショートカット1 (255文字以内)
example: NEWPARTNER
Expand Down Expand Up @@ -19317,6 +19372,15 @@ components:
maximum: 2147483647
minimum: 1
type: integer
invoice_registration_number:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者登録番号
- 先頭T数字13桁の固定14桁の文字列
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: T1000000000001
nullable: true
type: string
long_name:
description: 正式名称(255文字以内)
example: 新しい取引先正式名称
Expand Down Expand Up @@ -19423,6 +19487,13 @@ components:
example: 03-1234-xxxx
nullable: true
type: string
qualified_invoice_issuer:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: false
type: boolean
shortcut1:
description: ショートカット1 (255文字以内)
example: ABC
Expand Down
71 changes: 71 additions & 0 deletions v2020_06_15/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22270,6 +22270,18 @@ components:
minimum: 1
type: integer
type: object
invoice_registration_number:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者登録番号
- 先頭T数字13桁の固定14桁の文字列
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: T1000000000001
maxLength: 14
minLength: 13
nullable: true
pattern: "^T?[1-9][0-9]{12}$"
type: string
long_name:
description: 正式名称(255文字以内)
example: 新しい取引先正式名称
Expand Down Expand Up @@ -22380,6 +22392,14 @@ components:
description: 電話番号
example: 03-1234-xxxx
type: string
qualified_invoice_issuer:
default: false
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: false
type: boolean
shortcut1:
description: ショートカット1 (255文字以内)
example: NEWPARTNER
Expand Down Expand Up @@ -22509,6 +22529,15 @@ components:
nullable: true
type: integer
type: object
invoice_registration_number:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者登録番号
- 先頭T数字13桁の固定14桁の文字列
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: T1000000000001
nullable: true
type: string
long_name:
description: 正式名称(255文字以内)
example: 新しい取引先正式名称
Expand Down Expand Up @@ -22639,6 +22668,13 @@ components:
example: 03-1234-xxxx
nullable: true
type: string
qualified_invoice_issuer:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: false
type: boolean
shortcut1:
description: ショートカット1 (255文字以内)
example: ABC
Expand Down Expand Up @@ -22748,6 +22784,18 @@ components:
minimum: 1
type: integer
type: object
invoice_registration_number:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者登録番号
- 先頭T数字13桁の固定14桁の文字列
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: T1000000000001
maxLength: 14
minLength: 13
nullable: true
pattern: "^T?[1-9][0-9]{12}$"
type: string
long_name:
description: 正式名称(255文字以内)
example: 新しい取引先正式名称
Expand Down Expand Up @@ -22859,6 +22907,13 @@ components:
description: 電話番号
example: 03-1234-xxxx
type: string
qualified_invoice_issuer:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: false
type: boolean
shortcut1:
description: ショートカット1 (255文字以内)
example: NEWPARTNER
Expand Down Expand Up @@ -22965,6 +23020,15 @@ components:
maximum: 2147483647
minimum: 1
type: integer
invoice_registration_number:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者登録番号
- 先頭T数字13桁の固定14桁の文字列
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: T1000000000001
nullable: true
type: string
long_name:
description: 正式名称(255文字以内)
example: 新しい取引先正式名称
Expand Down Expand Up @@ -23071,6 +23135,13 @@ components:
example: 03-1234-xxxx
nullable: true
type: string
qualified_invoice_issuer:
description: |
この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。
インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者)
<a target="_blank" href="https://www.invoice-kohyo.nta.go.jp/index.html">国税庁インボイス制度適格請求書発行事業者公表サイト</a>
example: false
type: boolean
shortcut1:
description: ショートカット1 (255文字以内)
example: ABC
Expand Down

0 comments on commit be04aa0

Please sign in to comment.