Pinwheel · Schema

W2Box12

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
code string Code for miscellaneous income or tax line items. Box 12 IRS Form W-2.
amount integer Amount for miscellaneous income or tax line items. Box 12 IRS Form W-2.
View JSON Schema on GitHub

JSON Schema

w2box12.json Raw ↑
{
  "properties": {
    "code": {
      "type": "string",
      "title": "code",
      "description": "Code for miscellaneous income or tax line items. Box 12 IRS Form W-2."
    },
    "amount": {
      "type": "integer",
      "title": "amount",
      "description": "Amount for miscellaneous income or tax line items. Box 12 IRS Form W-2."
    }
  },
  "type": "object",
  "title": "W2Box12",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/W2Box12.json"
}