addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / properties / blueReturn
Added value: +{
+ "default": "none",
+ "description": "Blue return deduction level",
+ "enum": [
+ "100000",
+ "550000",
+ "650000",
+ "none"
+ ],
+ "type": "string"
+}
addedInput schema / properties / businessExpenses
Added value: +{
+ "default": 0,
+ "description": "Business expenses (事業経費) in JPY",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / businessRevenue
Added value: +{
+ "default": 0,
+ "description": "Business revenue (事業収入) in JPY",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / dependents
Added value: +{
+ "default": 0,
+ "description": "Number of dependents",
+ "maximum": 10,
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / dividendAmount
Added value: +{
+ "default": 0,
+ "description": "Dividend income in JPY",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / donations
Added value: +{
+ "default": 0,
+ "description": "Donations (ふるさと納税等) in JPY",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / employmentRevenue
Added value: +{
+ "default": 0,
+ "description": "Employment revenue (給与収入) in JPY",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / lifeInsurance
Added value: +{
+ "default": 0,
+ "description": "Life insurance premiums in JPY",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / medicalExpenses
Added value: +{
+ "default": 0,
+ "description": "Medical expenses in JPY",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / miscExpenses
Added value: +{
+ "default": 0,
+ "description": "Miscellaneous expenses in JPY",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / miscRevenue
Added value: +{
+ "default": 0,
+ "description": "Miscellaneous revenue (雑所得) in JPY",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / socialInsurance
Added value: +{
+ "default": 0,
+ "description": "Social insurance premiums in JPY",
+ "minimum": 0,
+ "type": "number"
+}