{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/income-tax-calculator/schema.json",
  "title": "Income Tax Calculator inputs",
  "description": "Estimate 2026 U.S. federal income tax using the standard deduction and progressive brackets.",
  "type": "object",
  "properties": {
    "income": {
      "title": "Annual Income ($)",
      "type": "number",
      "default": 75000
    },
    "filingStatus": {
      "title": "Filing Status",
      "type": "string",
      "default": "single"
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/income-tax-calculator/",
    "queryExample": "https://askcalculators.com/calculator/income-tax-calculator/?income=75000&filingStatus=single",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "2026 taxable income = max(gross income − standard deduction, 0); federal tax is the sum of tax charged within each progressive bracket.",
      "note": "Federal estimate only. Credits, itemized deductions, additional deductions, self-employment tax, and state tax are excluded."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/income-tax-calculator.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "7.0.0",
      "referenceCoverage": "references-listed",
      "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
      "historicalMetadataDate": "2026-08-18",
      "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
    },
    "outputs": {
      "result": {
        "title": "Result",
        "type": "string",
        "x-format": "text",
        "x-primary": true
      }
    }
  }
}
