| # | Id | Type | Description |
| 1 | taxYear | integer | Year for which taxes are being paid |
| 2 | corrected | boolean | True to indicate this is a corrected tax form |
| 3 | accountId | Identifier | Long-term persistent identity of the source account. Not the account number |
| 4 | taxFormId | Identifier | Long-term persistent id for the tax form instance |
| 5 | taxFormDate | DateString | Date of production or delivery of the tax form |
| 6 | description | string | Description of the tax document |
| 7 | additionalInformation | string | Additional explanation text or content for taxpayer or preparer or IRS about the tax document |
| 8 | taxFormType | TaxFormType | Enumerated name of the tax form entity e.g. "TaxW2" |
| 9 | attributes | Array of TaxFormAttribute | Additional tax form attributes when defined fields are not available |
| 10 | error | Error | Present if an error was encountered while retrieving this form |
| 11 | links | HateoasLinks | Links to retrieve this form as data or image, or to invoke other APIs |