addedInput schema / properties / forms / items / properties / earlyDistributionSubjectToPenalty
Added value: +{
+ "description": "For 1099-R: taxable early-distribution amount after exceptions",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / forms / items / properties / taxableAmount
Added value: +{
+ "description": "For 1099-R: taxable amount in box 2a",
+ "minimum": 0,
+ "type": "number"
+}
changedInput schema / properties / forms / items / properties / type / enum
Previous value: -[
- "1099-NEC",
- "1099-INT",
- "1099-DIV",
- "1099-B",
- "1099-MISC"
-]New value: +[
+ "1099-NEC",
+ "1099-INT",
+ "1099-DIV",
+ "1099-B",
+ "1099-MISC",
+ "1099-R"
+]
addedInput schema / properties / longTermCapitalLossCarryover
Added value: +{
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / qualifiedBusinessIsSstb
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / qualifiedBusinessPropertyBasis
Added value: +{
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / qualifiedBusinessW2Wages
Added value: +{
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / shortTermCapitalLossCarryover
Added value: +{
+ "minimum": 0,
+ "type": "number"
+}
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "suggestion": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "message",
+ "suggestion"
+ ],
+ "type": "object"
+ },
+ "isError": {
+ "type": "boolean"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "text",
+ "isError"
+ ],
+ "type": "object"
+}