Skip to content

Commit

Permalink
Merge pull request #242 from ArumetaM/update_schema_20230106
Browse files Browse the repository at this point in the history
update_schema
  • Loading branch information
deraru authored Jan 6, 2023
2 parents 77049c0 + b3f7034 commit 31a18da
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 0 deletions.
136 changes: 136 additions & 0 deletions _sdk_compatible/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28446,6 +28446,142 @@
"example": "課対仕入8%(軽)"
}
}
},
"tax_rate_5_exempt_80": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)",
"example": 1
},
"name": {
"type": "string",
"description": "税区分",
"example": "課対仕入免80"
}
}
},
"tax_rate_5_exempt_50": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)",
"example": 1
},
"name": {
"type": "string",
"description": "税区分",
"example": "課対仕入免50"
}
}
},
"tax_rate_8_exempt_80": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)",
"example": 1
},
"name": {
"type": "string",
"description": "税区分",
"example": "課対仕入免80 8%"
}
}
},
"tax_rate_8_exempt_50": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)",
"example": 1
},
"name": {
"type": "string",
"description": "税区分",
"example": "課対仕入免50 8%"
}
}
},
"tax_rate_10_exempt_80": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)",
"example": 1
},
"name": {
"type": "string",
"description": "税区分",
"example": "課対仕入免80 10%"
}
}
},
"tax_rate_10_exempt_50": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)",
"example": 1
},
"name": {
"type": "string",
"description": "税区分",
"example": "課対仕入免50 10%"
}
}
},
"tax_rate_r8_exempt_80": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)",
"example": 1
},
"name": {
"type": "string",
"description": "税区分",
"example": "課対仕入免80 8%(軽)"
}
}
},
"tax_rate_r8_exempt_50": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)",
"example": 1
},
"name": {
"type": "string",
"description": "税区分",
"example": "課対仕入免50 8%(軽)"
}
}
}
}
}
Expand Down
104 changes: 104 additions & 0 deletions _sdk_compatible/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22572,6 +22572,32 @@ components:
example: 課対仕入10%
type: string
type: object
tax_rate_10_exempt_50:
properties:
code:
description: 税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)
example: 1
maximum: 2147483647
minimum: 0
type: integer
name:
description: 税区分
example: 課対仕入免50 10%
type: string
type: object
tax_rate_10_exempt_80:
properties:
code:
description: 税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)
example: 1
maximum: 2147483647
minimum: 0
type: integer
name:
description: 税区分
example: 課対仕入免80 10%
type: string
type: object
tax_rate_5:
properties:
code:
Expand All @@ -22585,6 +22611,32 @@ components:
example: 課対仕入
type: string
type: object
tax_rate_5_exempt_50:
properties:
code:
description: 税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)
example: 1
maximum: 2147483647
minimum: 0
type: integer
name:
description: 税区分
example: 課対仕入免50
type: string
type: object
tax_rate_5_exempt_80:
properties:
code:
description: 税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)
example: 1
maximum: 2147483647
minimum: 0
type: integer
name:
description: 税区分
example: 課対仕入免80
type: string
type: object
tax_rate_8:
properties:
code:
Expand All @@ -22598,6 +22650,32 @@ components:
example: 課対仕入8%
type: string
type: object
tax_rate_8_exempt_50:
properties:
code:
description: 税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)
example: 1
maximum: 2147483647
minimum: 0
type: integer
name:
description: 税区分
example: 課対仕入免50 8%
type: string
type: object
tax_rate_8_exempt_80:
properties:
code:
description: 税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)
example: 1
maximum: 2147483647
minimum: 0
type: integer
name:
description: 税区分
example: 課対仕入免80 8%
type: string
type: object
tax_rate_r8:
properties:
code:
Expand All @@ -22611,6 +22689,32 @@ components:
example: 課対仕入8%(軽)
type: string
type: object
tax_rate_r8_exempt_50:
properties:
code:
description: 税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)
example: 1
maximum: 2147483647
minimum: 0
type: integer
name:
description: 税区分
example: 課対仕入免50 8%(軽)
type: string
type: object
tax_rate_r8_exempt_80:
properties:
code:
description: 税区分コード(この項目はインボイス制度で利用する項目です。2023年7月頃から利用できる予定です。)
example: 1
maximum: 2147483647
minimum: 0
type: integer
name:
description: 税区分
example: 課対仕入免80 8%(軽)
type: string
type: object
type: object
desc:
description: 勘定科目の説明
Expand Down
Loading

0 comments on commit 31a18da

Please sign in to comment.