Skip to content

Commit

Permalink
Merge pull request #240 from freee/feature/update_schema_files_2023-0…
Browse files Browse the repository at this point in the history
…1-05-11-46

Update schema files
  • Loading branch information
ArumetaM authored Jan 5, 2023
2 parents 24b8452 + 9af119d commit 77049c0
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 77049c0

Please sign in to comment.