Skip to content

Commit

Permalink
Update schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Jan 5, 2023
1 parent 24b8452 commit 9af119d
Showing 1 changed file with 136 additions and 0 deletions.
136 changes: 136 additions & 0 deletions v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28440,6 +28440,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

0 comments on commit 9af119d

Please sign in to comment.