{
  "coordinateOrigin": "topLeft",
  "accessible": true,
  "document": {
    "info": {
      "title": "Form 1040 — U.S. Individual Income Tax Return (2024)",
      "author": "Department of the Treasury — Internal Revenue Service",
      "subject": "U.S. Individual Income Tax Return",
      "keywords": "IRS, 1040, tax, income, federal, 2024",
      "creator": "ObviousPDF.Json"
    },
    "language": "en-US",
    "pdfVersion": "2.0"
  },
  "fonts": [
    { "id": "title-font", "description": "Title/header font", "mode": "standardFont", "standardFont": "HelveticaBold" },
    { "id": "body-font", "description": "Body text font", "mode": "standardFont", "standardFont": "Helvetica" },
    { "id": "field-label", "description": "Field label font", "mode": "standardFont", "standardFont": "Helvetica" },
    { "id": "section-font", "description": "Section header font", "mode": "standardFont", "standardFont": "HelveticaBold" },
    { "id": "small-font", "description": "Fine print / instructions", "mode": "standardFont", "standardFont": "Helvetica" },
    { "id": "courier-font", "description": "Monospace for filled values", "mode": "standardFont", "standardFont": "Courier" }
  ],
  "outlines": [
    { "title": "Page 1 — Filing Status & Income", "pageIndex": 0 },
    { "title": "Page 2 — Tax, Credits & Payments", "pageIndex": 1 },
    { "title": "Schedule 1 — Additional Income", "pageIndex": 2 }
  ],
  "pages": [
    {
      "size": "Letter",
      "content": [
        { "type": "rectangle", "x": 0, "y": 0, "width": 612, "height": 792, "mode": "fill", "artifact": true, "artifactType": "background", "drawOptions": { "fillColor": "white" } },

        { "type": "rectangle", "x": 30, "y": 15, "width": 552, "height": 60, "mode": "drawAndFill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 2.0, "fillColor": { "gray": 0.92 } } },

        { "type": "text", "text": "Form", "x": 40, "y": 22, "options": { "fontRef": "body-font", "fontSize": 10, "color": "black" } },
        { "type": "text", "text": "1040", "x": 40, "y": 34, "options": { "fontRef": "title-font", "fontSize": 28, "color": "black" } },

        { "type": "text", "text": "U.S. Individual Income Tax Return", "x": 160, "y": 28, "structureTag": "H1", "options": { "fontRef": "title-font", "fontSize": 14, "color": "black" } },
        { "type": "text", "text": "Department of the Treasury — Internal Revenue Service", "x": 160, "y": 46, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Header",
          "options": { "fontRef": "small-font", "fontSize": 8, "color": { "gray": 0.3 } } },
        { "type": "text", "text": "2024", "x": 530, "y": 28, "options": { "fontRef": "title-font", "fontSize": 20, "color": "black" } },
        { "type": "text", "text": "OMB No. 1545-0074", "x": 490, "y": 50, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "text", "text": "IRS Use Only—Do not write or staple in this space.", "x": 350, "y": 60, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 6, "color": { "gray": 0.5 } } },

        { "type": "line", "x1": 30, "y1": 85, "x2": 582, "y2": 85, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.5 } },

        { "type": "rectangle", "x": 30, "y": 87, "width": 552, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Filing Status", "x": 36, "y": 90, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },
        { "type": "text", "text": "Check only one box.", "x": 140, "y": 92, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.85 } } },

        { "type": "checkboxField", "name": "filing_single", "x": 40, "y": 110, "width": 12, "height": 12, "tooltip": "Filing status: Single" },
        { "type": "text", "text": "Single", "x": 56, "y": 111, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },

        { "type": "checkboxField", "name": "filing_mfj", "x": 140, "y": 110, "width": 12, "height": 12, "tooltip": "Filing status: Married filing jointly" },
        { "type": "text", "text": "Married filing jointly", "x": 156, "y": 111, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },

        { "type": "checkboxField", "name": "filing_mfs", "x": 300, "y": 110, "width": 12, "height": 12, "tooltip": "Filing status: Married filing separately" },
        { "type": "text", "text": "Married filing separately", "x": 316, "y": 111, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },

        { "type": "checkboxField", "name": "filing_hoh", "x": 40, "y": 128, "width": 12, "height": 12, "tooltip": "Filing status: Head of household" },
        { "type": "text", "text": "Head of household", "x": 56, "y": 129, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },

        { "type": "checkboxField", "name": "filing_qss", "x": 200, "y": 128, "width": 12, "height": 12, "tooltip": "Filing status: Qualifying surviving spouse" },
        { "type": "text", "text": "Qualifying surviving spouse", "x": 216, "y": 129, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },

        { "type": "line", "x1": 30, "y1": 148, "x2": 582, "y2": 148, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.0 } },

        { "type": "rectangle", "x": 30, "y": 150, "width": 552, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Name and Address", "x": 36, "y": 153, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },

        { "type": "text", "text": "Your first name and middle initial", "x": 36, "y": 175, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "first_name", "x": 36, "y": 185, "width": 200, "height": 18, "required": true, "tooltip": "Your first name and middle initial (required)" },

        { "type": "text", "text": "Last name", "x": 250, "y": 175, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "last_name", "x": 250, "y": 185, "width": 200, "height": 18, "required": true, "tooltip": "Last name (required)" },

        { "type": "text", "text": "Your social security number", "x": 462, "y": 175, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "ssn", "x": 462, "y": 185, "width": 115, "height": 18, "required": true, "tooltip": "Your social security number (required)" },

        { "type": "line", "x1": 36, "y1": 208, "x2": 577, "y2": 208, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": { "gray": 0.7 }, "lineWidth": 0.5 } },

        { "type": "text", "text": "If joint return, spouse's first name and middle initial", "x": 36, "y": 213, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "spouse_first_name", "x": 36, "y": 223, "width": 200, "height": 18, "tooltip": "Spouse's first name and middle initial (joint return only)" },

        { "type": "text", "text": "Spouse's last name", "x": 250, "y": 213, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "spouse_last_name", "x": 250, "y": 223, "width": 200, "height": 18, "tooltip": "Spouse's last name" },

        { "type": "text", "text": "Spouse's social security number", "x": 462, "y": 213, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "spouse_ssn", "x": 462, "y": 223, "width": 115, "height": 18, "tooltip": "Spouse's social security number" },

        { "type": "line", "x1": 36, "y1": 246, "x2": 577, "y2": 246, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": { "gray": 0.7 }, "lineWidth": 0.5 } },

        { "type": "text", "text": "Home address (number and street). If you have a P.O. box, see instructions.", "x": 36, "y": 251, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "address_street", "x": 36, "y": 261, "width": 420, "height": 18, "required": true, "tooltip": "Home address — number and street (required)" },

        { "type": "text", "text": "Apt. no.", "x": 468, "y": 251, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "address_apt", "x": 468, "y": 261, "width": 109, "height": 18, "tooltip": "Apartment number" },

        { "type": "text", "text": "City, town, or post office", "x": 36, "y": 284, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "address_city", "x": 36, "y": 294, "width": 280, "height": 18, "required": true, "tooltip": "City, town, or post office (required)" },

        { "type": "text", "text": "State", "x": 326, "y": 284, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "dropdownField", "name": "address_state", "x": 326, "y": 294, "width": 60, "height": 18, "required": true, "tooltip": "State (required)",
          "options": [ "AL","AK","AZ","AR","CA","CO","CT","DE","FL","GA","HI","ID","IL","IN","IA","KS","KY","LA","ME","MD","MA","MI","MN","MS","MO","MT","NE","NV","NH","NJ","NM","NY","NC","ND","OH","OK","OR","PA","RI","SC","SD","TN","TX","UT","VT","VA","WA","WV","WI","WY","DC" ] },

        { "type": "text", "text": "ZIP code", "x": 396, "y": 284, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "address_zip", "x": 396, "y": 294, "width": 80, "height": 18, "required": true, "tooltip": "ZIP code (required)" },

        { "type": "text", "text": "Foreign country name", "x": 484, "y": 284, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "foreign_country", "x": 484, "y": 294, "width": 93, "height": 18, "tooltip": "Foreign country name (if applicable)" },

        { "type": "line", "x1": 30, "y1": 320, "x2": 582, "y2": 320, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.0 } },

        { "type": "rectangle", "x": 30, "y": 322, "width": 552, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Income", "x": 36, "y": 325, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },
        { "type": "text", "text": "Attach Form(s) W-2 here. Also attach Forms W-2G and 1099-R if tax was withheld.", "x": 100, "y": 327, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.85 } } },

        { "type": "text", "text": "1a", "x": 36, "y": 348, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Wages, salaries, tips, etc. Attach Form(s) W-2", "x": 60, "y": 348, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "1a", "x": 470, "y": 348, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_1a", "x": 490, "y": 345, "width": 87, "height": 16, "tooltip": "Line 1a: Wages, salaries, tips, etc. Attach Form(s) W-2" },

        { "type": "text", "text": "1b", "x": 36, "y": 368, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Household employee income not on Form(s) W-2", "x": 60, "y": 368, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "1b", "x": 470, "y": 368, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_1b", "x": 490, "y": 365, "width": 87, "height": 16, "tooltip": "Line 1b: Household employee income not on Form(s) W-2" },

        { "type": "text", "text": "1c", "x": 36, "y": 388, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Tip income not on line 1a", "x": 60, "y": 388, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "1c", "x": 470, "y": 388, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_1c", "x": 490, "y": 385, "width": 87, "height": 16, "tooltip": "Line 1c: Tip income not on line 1a" },

        { "type": "text", "text": "1d", "x": 36, "y": 408, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Medicaid waiver payments not included in income", "x": 60, "y": 408, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "1d", "x": 470, "y": 408, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_1d", "x": 490, "y": 405, "width": 87, "height": 16, "tooltip": "Line 1d: Medicaid waiver payments not included in income" },

        { "type": "line", "x1": 486, "y1": 342, "x2": 486, "y2": 425, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": { "gray": 0.7 }, "lineWidth": 0.5 } },

        { "type": "text", "text": "1z", "x": 36, "y": 430, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Add lines 1a through 1d", "x": 60, "y": 430, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "line", "x1": 60, "y1": 442, "x2": 460, "y2": 442, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": { "gray": 0.8 }, "lineWidth": 0.5, "dashPattern": [2, 2] } },
        { "type": "text", "text": "1z", "x": 470, "y": 430, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_1z", "x": 490, "y": 427, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 1z: Total wages — add lines 1a through 1d (calculated)" },

        { "type": "text", "text": "2a", "x": 36, "y": 452, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Tax-exempt interest", "x": 60, "y": 452, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "2a", "x": 380, "y": 452, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_2a", "x": 395, "y": 449, "width": 82, "height": 16, "tooltip": "Line 2a: Tax-exempt interest" },

        { "type": "text", "text": "2b", "x": 36, "y": 472, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Taxable interest. Attach Sch. B if required", "x": 60, "y": 472, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "2b", "x": 470, "y": 472, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_2b", "x": 490, "y": 469, "width": 87, "height": 16, "tooltip": "Line 2b: Taxable interest" },

        { "type": "text", "text": "3a", "x": 36, "y": 492, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Qualified dividends", "x": 60, "y": 492, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "3a", "x": 380, "y": 492, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_3a", "x": 395, "y": 489, "width": 82, "height": 16, "tooltip": "Line 3a: Qualified dividends" },

        { "type": "text", "text": "3b", "x": 36, "y": 512, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Ordinary dividends. Attach Sch. B if required", "x": 60, "y": 512, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "3b", "x": 470, "y": 512, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_3b", "x": 490, "y": 509, "width": 87, "height": 16, "tooltip": "Line 3b: Ordinary dividends" },

        { "type": "line", "x1": 30, "y1": 535, "x2": 582, "y2": 535, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.0 } },

        { "type": "text", "text": "9", "x": 36, "y": 545, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Total income. Add lines 1z, 2b, 3b, 4b, 5b, 6b, 7, and 8", "x": 60, "y": 545, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "9", "x": 472, "y": 545, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_9", "x": 490, "y": 542, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 9: Total income (calculated)" },

        { "type": "line", "x1": 30, "y1": 565, "x2": 582, "y2": 565, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.0 } },

        { "type": "rectangle", "x": 30, "y": 567, "width": 552, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Adjustments to Income", "x": 36, "y": 570, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },

        { "type": "text", "text": "10", "x": 36, "y": 594, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Adjustments to income from Schedule 1, line 26", "x": 60, "y": 594, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "10", "x": 468, "y": 594, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_10", "x": 490, "y": 591, "width": 87, "height": 16, "tooltip": "Line 10: Adjustments to income from Schedule 1, line 26" },

        { "type": "text", "text": "11", "x": 36, "y": 614, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Adjusted gross income. Subtract line 10 from line 9", "x": 60, "y": 614, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "11", "x": 468, "y": 614, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_11", "x": 490, "y": 611, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 11: Adjusted gross income (calculated)" },

        { "type": "text", "text": "12", "x": 36, "y": 636, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Standard deduction or itemized deductions (from Schedule A)", "x": 60, "y": 636, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "12", "x": 468, "y": 636, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_12", "x": 490, "y": 633, "width": 87, "height": 16, "tooltip": "Line 12: Standard deduction or itemized deductions" },

        { "type": "rectangle", "x": 30, "y": 660, "width": 552, "height": 1, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": "black" } },

        { "type": "text", "text": "For Disclosure, Privacy Act, and Paperwork Reduction Act Notice, see separate instructions.", "x": 36, "y": 668, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "small-font", "fontSize": 6, "color": { "gray": 0.5 } } },
        { "type": "text", "text": "Cat. No. 11320B", "x": 370, "y": 668, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "small-font", "fontSize": 6, "color": { "gray": 0.5 } } },
        { "type": "text", "text": "Form 1040 (2024)", "x": 510, "y": 668, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "section-font", "fontSize": 7, "color": "black" } },

        { "type": "text", "text": "SAMPLE", "x": 127, "y": 389,
          "artifact": true, "artifactType": "background",
          "options": { "fontRef": "title-font", "fontSize": 96, "color": { "r": 0.85, "g": 0.1, "b": 0.1 },
                       "rotation": 20, "renderingMode": "stroke" } },

        { "type": "text", "text": "Page 1", "x": 276, "y": 776, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "small-font", "fontSize": 8, "color": { "gray": 0.5 } } }
      ]
    },

    {
      "size": "Letter",
      "content": [
        { "type": "rectangle", "x": 0, "y": 0, "width": 612, "height": 792, "mode": "fill", "artifact": true, "artifactType": "background", "drawOptions": { "fillColor": "white" } },

        { "type": "text", "text": "Form 1040 (2024)", "x": 36, "y": 15, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Header",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": "black" } },
        { "type": "text", "text": "Page 2", "x": 550, "y": 15, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Header",
          "options": { "fontRef": "small-font", "fontSize": 8, "color": { "gray": 0.5 } } },

        { "type": "line", "x1": 30, "y1": 28, "x2": 582, "y2": 28, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.5 } },

        { "type": "rectangle", "x": 30, "y": 30, "width": 552, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Tax and Credits", "x": 36, "y": 33, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },

        { "type": "text", "text": "13", "x": 36, "y": 56, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Qualified business income deduction from Form 8995 or 8995-A", "x": 60, "y": 56, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "13", "x": 468, "y": 56, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_13", "x": 490, "y": 53, "width": 87, "height": 16, "tooltip": "Line 13: Qualified business income deduction from Form 8995 or 8995-A" },

        { "type": "text", "text": "14", "x": 36, "y": 76, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Add lines 12 and 13", "x": 60, "y": 76, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "14", "x": 468, "y": 76, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_14", "x": 490, "y": 73, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 14: Add lines 12 and 13 (calculated)" },

        { "type": "text", "text": "15", "x": 36, "y": 96, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Taxable income. Subtract line 14 from line 11. If zero or less, enter -0-", "x": 60, "y": 96, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "15", "x": 468, "y": 96, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_15", "x": 490, "y": 93, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 15: Taxable income (calculated)" },

        { "type": "text", "text": "16", "x": 36, "y": 116, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Tax (see instructions). Check if any from: Form(s) 8814  4972  Other", "x": 60, "y": 116, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "checkboxField", "name": "tax_8814", "x": 360, "y": 113, "width": 10, "height": 10, "tooltip": "Tax from Form 8814" },
        { "type": "checkboxField", "name": "tax_4972", "x": 400, "y": 113, "width": 10, "height": 10, "tooltip": "Tax from Form 4972" },
        { "type": "checkboxField", "name": "tax_other", "x": 440, "y": 113, "width": 10, "height": 10, "tooltip": "Tax from other form" },
        { "type": "text", "text": "16", "x": 468, "y": 116, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_16", "x": 490, "y": 113, "width": 87, "height": 16, "tooltip": "Line 16: Tax" },

        { "type": "text", "text": "17", "x": 36, "y": 138, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Amount from Schedule 2, line 21", "x": 60, "y": 138, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "17", "x": 468, "y": 138, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_17", "x": 490, "y": 135, "width": 87, "height": 16, "tooltip": "Line 17: Amount from Schedule 2, line 21" },

        { "type": "text", "text": "18", "x": 36, "y": 158, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Add lines 16 and 17", "x": 60, "y": 158, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "18", "x": 468, "y": 158, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_18", "x": 490, "y": 155, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 18: Add lines 16 and 17 (calculated)" },

        { "type": "text", "text": "19", "x": 36, "y": 180, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Child tax credit or credit for other dependents from Schedule 8812", "x": 60, "y": 180, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "19", "x": 468, "y": 180, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_19", "x": 490, "y": 177, "width": 87, "height": 16, "tooltip": "Line 19: Child tax credit or credit for other dependents" },

        { "type": "text", "text": "20", "x": 36, "y": 200, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Amount from Schedule 3, line 8", "x": 60, "y": 200, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "20", "x": 468, "y": 200, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_20", "x": 490, "y": 197, "width": 87, "height": 16, "tooltip": "Line 20: Amount from Schedule 3, line 8" },

        { "type": "text", "text": "21", "x": 36, "y": 220, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Add lines 19 and 20", "x": 60, "y": 220, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "21", "x": 468, "y": 220, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_21", "x": 490, "y": 217, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 21: Add lines 19 and 20 (calculated)" },

        { "type": "text", "text": "22", "x": 36, "y": 242, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Subtract line 21 from line 18. If zero or less, enter -0-", "x": 60, "y": 242, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "22", "x": 468, "y": 242, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_22", "x": 490, "y": 239, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 22: Subtract line 21 from line 18 (calculated)" },

        { "type": "line", "x1": 30, "y1": 264, "x2": 582, "y2": 264, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.0 } },

        { "type": "rectangle", "x": 30, "y": 266, "width": 552, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Payments", "x": 36, "y": 269, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },

        { "type": "text", "text": "24", "x": 36, "y": 294, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Federal income tax withheld from: W-2s, 1099s", "x": 60, "y": 294, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "24", "x": 468, "y": 294, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_24", "x": 490, "y": 291, "width": 87, "height": 16, "tooltip": "Line 24: Federal income tax withheld from W-2s and 1099s" },

        { "type": "text", "text": "25", "x": 36, "y": 314, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Estimated tax payments and amount applied from prior year return", "x": 60, "y": 314, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "25", "x": 468, "y": 314, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_25", "x": 490, "y": 311, "width": 87, "height": 16, "tooltip": "Line 25: Estimated tax payments and amount applied from prior year return" },

        { "type": "text", "text": "26", "x": 36, "y": 334, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Earned income credit (EIC)", "x": 60, "y": 334, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "26", "x": 468, "y": 334, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_26", "x": 490, "y": 331, "width": 87, "height": 16, "tooltip": "Line 26: Earned income credit (EIC)" },

        { "type": "text", "text": "27", "x": 36, "y": 354, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Additional child tax credit from Schedule 8812", "x": 60, "y": 354, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "27", "x": 468, "y": 354, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_27", "x": 490, "y": 351, "width": 87, "height": 16, "tooltip": "Line 27: Additional child tax credit from Schedule 8812" },

        { "type": "text", "text": "33", "x": 36, "y": 376, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Total payments. Add lines 24 through 32", "x": 60, "y": 376, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "33", "x": 468, "y": 376, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_33", "x": 490, "y": 373, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 33: Total payments (calculated)" },

        { "type": "line", "x1": 30, "y1": 398, "x2": 582, "y2": 398, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.0 } },

        { "type": "rectangle", "x": 30, "y": 400, "width": 276, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Refund", "x": 36, "y": 403, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },

        { "type": "rectangle", "x": 306, "y": 400, "width": 276, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.5, "g": 0.1, "b": 0.1 } } },
        { "type": "text", "text": "Amount You Owe", "x": 312, "y": 403, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },

        { "type": "text", "text": "34", "x": 36, "y": 428, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "If line 33 is more than line 22, subtract line 22 from line 33. This is the amount you overpaid", "x": 60, "y": 428, "options": { "fontRef": "field-label", "fontSize": 8, "color": "black" } },
        { "type": "text", "text": "34", "x": 468, "y": 428, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_34", "x": 490, "y": 425, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 34: Amount overpaid (calculated)" },

        { "type": "text", "text": "35a", "x": 34, "y": 450, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Amount of line 34 you want refunded to you", "x": 60, "y": 450, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "35a", "x": 465, "y": 450, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_35a", "x": 490, "y": 447, "width": 87, "height": 16, "tooltip": "Line 35a: Amount of overpayment to be refunded" },

        { "type": "checkboxField", "name": "direct_deposit", "x": 60, "y": 468, "width": 12, "height": 12, "tooltip": "Check for direct deposit refund" },
        { "type": "text", "text": "Direct deposit? See instructions.", "x": 76, "y": 469, "options": { "fontRef": "small-font", "fontSize": 8, "color": "black" } },

        { "type": "text", "text": "35b  Routing number", "x": 60, "y": 486, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "field-label", "fontSize": 8, "color": "black" } },
        { "type": "textField", "name": "routing_number", "x": 170, "y": 483, "width": 140, "height": 16, "tooltip": "Routing number for direct deposit" },

        { "type": "text", "text": "35c  Account type:", "x": 320, "y": 486, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "field-label", "fontSize": 8, "color": "black" } },
        { "type": "dropdownField", "name": "account_type", "x": 420, "y": 483, "width": 100, "height": 16, "tooltip": "Account type for direct deposit",
          "options": [ "Checking", "Savings" ] },

        { "type": "text", "text": "35d  Account number", "x": 60, "y": 506, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "field-label", "fontSize": 8, "color": "black" } },
        { "type": "textField", "name": "account_number", "x": 170, "y": 503, "width": 200, "height": 16, "tooltip": "Account number for direct deposit" },

        { "type": "line", "x1": 30, "y1": 530, "x2": 582, "y2": 530, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.0 } },

        { "type": "text", "text": "37", "x": 36, "y": 540, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Amount you owe. Subtract line 33 from line 22", "x": 60, "y": 540, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "37", "x": 468, "y": 540, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_37", "x": 490, "y": 537, "width": 87, "height": 16, "readonly": true, "tooltip": "Line 37: Amount you owe (calculated)" },

        { "type": "text", "text": "38", "x": 36, "y": 562, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Estimated tax penalty (see instructions)", "x": 60, "y": 562, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "38", "x": 468, "y": 562, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "line_38", "x": 490, "y": 559, "width": 87, "height": 16, "tooltip": "Line 38: Estimated tax penalty" },

        { "type": "line", "x1": 30, "y1": 586, "x2": 582, "y2": 586, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.5 } },

        { "type": "rectangle", "x": 30, "y": 588, "width": 552, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Sign Here — Under penalties of perjury", "x": 36, "y": 591, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },

        { "type": "text", "text": "Your signature", "x": 36, "y": 614, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "signature_taxpayer", "x": 36, "y": 624, "width": 250, "height": 20, "tooltip": "Your signature" },

        { "type": "text", "text": "Date", "x": 296, "y": 614, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "signature_date", "x": 296, "y": 624, "width": 80, "height": 20, "tooltip": "Date signed" },

        { "type": "text", "text": "Your occupation", "x": 390, "y": 614, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "occupation", "x": 390, "y": 624, "width": 187, "height": 20, "tooltip": "Your occupation" },

        { "type": "text", "text": "Spouse's signature (if joint return, both must sign)", "x": 36, "y": 652, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "signature_spouse", "x": 36, "y": 662, "width": 250, "height": 20, "tooltip": "Spouse's signature" },

        { "type": "text", "text": "Date", "x": 296, "y": 652, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "signature_spouse_date", "x": 296, "y": 662, "width": 80, "height": 20, "tooltip": "Spouse's date signed" },

        { "type": "text", "text": "Spouse's occupation", "x": 390, "y": 652, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "spouse_occupation", "x": 390, "y": 662, "width": 187, "height": 20, "tooltip": "Spouse's occupation" },

        { "type": "rectangle", "x": 30, "y": 692, "width": 552, "height": 1, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": "black" } },

        { "type": "text", "text": "Phone no. (optional)", "x": 36, "y": 700, "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "phone", "x": 36, "y": 710, "width": 150, "height": 16, "tooltip": "Phone number (optional)" },

        { "type": "text", "text": "Email address (optional)", "x": 200, "y": 700, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "email", "x": 200, "y": 710, "width": 200, "height": 16, "tooltip": "Email address (optional)" },

        { "type": "text", "text": "Form 1040 (2024)", "x": 510, "y": 776, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "section-font", "fontSize": 7, "color": "black" } },

        { "type": "text", "text": "SAMPLE", "x": 127, "y": 389,
          "artifact": true, "artifactType": "background",
          "options": { "fontRef": "title-font", "fontSize": 96, "color": { "r": 0.85, "g": 0.1, "b": 0.1 },
                       "rotation": 20, "renderingMode": "stroke" } },

        { "type": "text", "text": "Page 2", "x": 276, "y": 776, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "small-font", "fontSize": 8, "color": { "gray": 0.5 } } }
      ]
    },

    {
      "size": "Letter",
      "content": [
        { "type": "rectangle", "x": 0, "y": 0, "width": 612, "height": 792, "mode": "fill", "artifact": true, "artifactType": "background", "drawOptions": { "fillColor": "white" } },

        { "type": "rectangle", "x": 30, "y": 15, "width": 552, "height": 55, "mode": "drawAndFill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 2.0, "fillColor": { "gray": 0.92 } } },
        { "type": "text", "text": "SCHEDULE 1", "x": 40, "y": 20, "options": { "fontRef": "title-font", "fontSize": 14, "color": "black" } },
        { "type": "text", "text": "(Form 1040)", "x": 40, "y": 38, "options": { "fontRef": "body-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Additional Income and Adjustments to Income", "x": 180, "y": 26, "options": { "fontRef": "title-font", "fontSize": 12, "color": "black" } },
        { "type": "text", "text": "Department of the Treasury — Internal Revenue Service", "x": 180, "y": 42, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 8, "color": { "gray": 0.3 } } },
        { "type": "text", "text": "2024", "x": 530, "y": 26, "options": { "fontRef": "title-font", "fontSize": 18, "color": "black" } },
        { "type": "text", "text": "Attach to Form 1040 or 1040-SR.", "x": 180, "y": 55, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },

        { "type": "text", "text": "Name(s) shown on Form 1040", "x": 36, "y": 80, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "sch1_name", "x": 36, "y": 90, "width": 350, "height": 18, "tooltip": "Name(s) shown on Form 1040" },
        { "type": "text", "text": "Your social security number", "x": 400, "y": 80, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "small-font", "fontSize": 7, "color": { "gray": 0.4 } } },
        { "type": "textField", "name": "sch1_ssn", "x": 400, "y": 90, "width": 177, "height": 18, "tooltip": "Your social security number" },

        { "type": "line", "x1": 30, "y1": 115, "x2": 582, "y2": 115, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.5 } },

        { "type": "rectangle", "x": 30, "y": 117, "width": 552, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Part I — Additional Income", "x": 36, "y": 120, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },

        { "type": "text", "text": "1", "x": 36, "y": 145, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Taxable refunds, credits, or offsets of state and local income taxes", "x": 60, "y": 145, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "1", "x": 472, "y": 145, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_1", "x": 490, "y": 142, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 1: Taxable refunds of state and local income taxes", },

        { "type": "text", "text": "2a", "x": 36, "y": 167, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Alimony received", "x": 60, "y": 167, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "2a", "x": 470, "y": 167, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_2a", "x": 490, "y": 164, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 2a: Alimony received", },

        { "type": "text", "text": "3", "x": 36, "y": 189, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Business income or (loss). Attach Schedule C", "x": 60, "y": 189, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "3", "x": 472, "y": 189, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_3", "x": 490, "y": 186, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 3: Business income or (loss)", },

        { "type": "text", "text": "4", "x": 36, "y": 211, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Other gains or (losses). Attach Form 4797", "x": 60, "y": 211, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "4", "x": 472, "y": 211, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_4", "x": 490, "y": 208, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 4: Other gains or (losses)", },

        { "type": "text", "text": "5", "x": 36, "y": 233, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Rental real estate, royalties, partnerships, S corporations. Attach Schedule E", "x": 60, "y": 233, "options": { "fontRef": "field-label", "fontSize": 8, "color": "black" } },
        { "type": "text", "text": "5", "x": 472, "y": 233, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_5", "x": 490, "y": 230, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 5: Rental real estate, royalties, partnerships, S corporations", },

        { "type": "text", "text": "6", "x": 36, "y": 255, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Farm income or (loss). Attach Schedule F", "x": 60, "y": 255, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "6", "x": 472, "y": 255, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_6", "x": 490, "y": 252, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 6: Farm income or (loss)", },

        { "type": "text", "text": "7", "x": 36, "y": 277, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Unemployment compensation", "x": 60, "y": 277, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "7", "x": 472, "y": 277, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_7", "x": 490, "y": 274, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 7: Unemployment compensation", },

        { "type": "text", "text": "8", "x": 36, "y": 299, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Other income. List type and amount >", "x": 60, "y": 299, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "textField", "name": "sch1_line_8_type", "x": 260, "y": 296, "width": 140, "height": 16, "tooltip": "Other income type description" },
        { "type": "text", "text": "8", "x": 472, "y": 299, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_8", "x": 490, "y": 296, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 8: Other income amount", },

        { "type": "line", "x1": 30, "y1": 320, "x2": 582, "y2": 320, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.0 } },

        { "type": "text", "text": "10", "x": 34, "y": 330, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Total additional income. Add lines 1 through 8z", "x": 60, "y": 330, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "10", "x": 468, "y": 330, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_10", "x": 490, "y": 327, "width": 87, "height": 16, "readonly": true, "tooltip": "Schedule 1 Line 10: Total additional income (calculated)" },

        { "type": "line", "x1": 30, "y1": 352, "x2": 582, "y2": 352, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.5 } },

        { "type": "rectangle", "x": 30, "y": 354, "width": 552, "height": 18, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": { "r": 0.0, "g": 0.2, "b": 0.5 } } },
        { "type": "text", "text": "Part II — Adjustments to Income", "x": 36, "y": 357, "structureTag": "H2", "options": { "fontRef": "section-font", "fontSize": 10, "color": "white" } },

        { "type": "text", "text": "11", "x": 34, "y": 382, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Educator expenses", "x": 60, "y": 382, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "11", "x": 468, "y": 382, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_11", "x": 490, "y": 379, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 11: Educator expenses", },

        { "type": "text", "text": "12", "x": 34, "y": 404, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Certain business expenses of reservists, performing artists, etc.", "x": 60, "y": 404, "options": { "fontRef": "field-label", "fontSize": 8, "color": "black" } },
        { "type": "text", "text": "12", "x": 468, "y": 404, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_12", "x": 490, "y": 401, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 12: Business expenses of reservists, performing artists, and fee-basis government officials", },

        { "type": "text", "text": "13", "x": 34, "y": 426, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "HSA deduction. Attach Form 8889", "x": 60, "y": 426, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "13", "x": 468, "y": 426, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_13", "x": 490, "y": 423, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 13: HSA deduction", },

        { "type": "text", "text": "14", "x": 34, "y": 448, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Moving expenses for members of the Armed Forces. Attach Form 3903", "x": 60, "y": 448, "options": { "fontRef": "field-label", "fontSize": 8, "color": "black" } },
        { "type": "text", "text": "14", "x": 468, "y": 448, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_14", "x": 490, "y": 445, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 14: Moving expenses for Armed Forces members", },

        { "type": "text", "text": "15", "x": 34, "y": 470, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Deductible part of self-employment tax. Attach Schedule SE", "x": 60, "y": 470, "options": { "fontRef": "field-label", "fontSize": 8, "color": "black" } },
        { "type": "text", "text": "15", "x": 468, "y": 470, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_15", "x": 490, "y": 467, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 15: Deductible part of self-employment tax", },

        { "type": "text", "text": "20", "x": 34, "y": 494, "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "IRA deduction", "x": 60, "y": 494, "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "20", "x": 468, "y": 494, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_20", "x": 490, "y": 491, "width": 87, "height": 16, "tooltip": "Schedule 1 Line 20: IRA deduction", },

        { "type": "line", "x1": 30, "y1": 516, "x2": 582, "y2": 516, "artifact": true, "artifactType": "layout",
          "drawOptions": { "strokeColor": "black", "lineWidth": 1.0 } },

        { "type": "text", "text": "26", "x": 34, "y": 526, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "Total adjustments to income. Add lines 11 through 25", "x": 60, "y": 526, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "field-label", "fontSize": 9, "color": "black" } },
        { "type": "text", "text": "26", "x": 468, "y": 526, "artifact": true, "artifactType": "layout",
          "options": { "fontRef": "section-font", "fontSize": 8, "color": { "gray": 0.5 } } },
        { "type": "textField", "name": "sch1_line_26", "x": 490, "y": 523, "width": 87, "height": 16, "readonly": true, "tooltip": "Schedule 1 Line 26: Total adjustments to income (calculated)" },

        { "type": "rectangle", "x": 30, "y": 548, "width": 552, "height": 1, "mode": "fill", "artifact": true, "artifactType": "layout",
          "drawOptions": { "fillColor": "black" } },

        { "type": "text", "text": "For Paperwork Reduction Act Notice, see your tax return instructions.", "x": 36, "y": 558, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "small-font", "fontSize": 6, "color": { "gray": 0.5 } } },
        { "type": "text", "text": "Cat. No. 71479F", "x": 370, "y": 558, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "small-font", "fontSize": 6, "color": { "gray": 0.5 } } },
        { "type": "text", "text": "Schedule 1 (Form 1040) 2024", "x": 480, "y": 558, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "section-font", "fontSize": 7, "color": "black" } },

        { "type": "text", "text": "SAMPLE", "x": 127, "y": 389,
          "artifact": true, "artifactType": "background",
          "options": { "fontRef": "title-font", "fontSize": 96, "color": { "r": 0.85, "g": 0.1, "b": 0.1 },
                       "rotation": 20, "renderingMode": "stroke" } },

        { "type": "text", "text": "Page 3", "x": 276, "y": 776, "artifact": true, "artifactType": "pagination", "artifactSubtype": "Footer",
          "options": { "fontRef": "small-font", "fontSize": 8, "color": { "gray": 0.5 } } }
      ]
    }
  ]
}
