{
  "form": "Application for Assistance (Form GA-100)",
  "generatedBy": "pdf-lib",
  "fieldCount": 20,
  "fields": [
    {
      "name": "applicant_first_name",
      "type": "text",
      "label": "First name",
      "section": "Applicant information",
      "rect": [
        50,
        642,
        210,
        15
      ]
    },
    {
      "name": "applicant_middle_initial",
      "type": "text",
      "label": "M.I.",
      "section": "Applicant information",
      "rect": [
        276,
        642,
        60,
        15
      ]
    },
    {
      "name": "applicant_last_name",
      "type": "text",
      "label": "Last name",
      "section": "Applicant information",
      "rect": [
        352,
        642,
        210,
        15
      ]
    },
    {
      "name": "ssn",
      "type": "text",
      "label": "Social Security number",
      "section": "Applicant information",
      "rect": [
        50,
        602,
        240,
        15
      ]
    },
    {
      "name": "date_of_birth",
      "type": "text",
      "label": "Date of birth (YYYY-MM-DD)",
      "section": "Applicant information",
      "rect": [
        306,
        602,
        256,
        15
      ]
    },
    {
      "name": "phone",
      "type": "text",
      "label": "Phone",
      "section": "Applicant information",
      "rect": [
        50,
        562,
        240,
        15
      ]
    },
    {
      "name": "email",
      "type": "text",
      "label": "Email",
      "section": "Applicant information",
      "rect": [
        306,
        562,
        256,
        15
      ]
    },
    {
      "name": "street_address",
      "type": "text",
      "label": "Street address",
      "section": "Residence",
      "rect": [
        50,
        480,
        512,
        15
      ]
    },
    {
      "name": "city",
      "type": "text",
      "label": "City",
      "section": "Residence",
      "rect": [
        50,
        440,
        190,
        15
      ]
    },
    {
      "name": "state",
      "type": "text",
      "label": "State",
      "section": "Residence",
      "rect": [
        256,
        440,
        60,
        15
      ]
    },
    {
      "name": "zip",
      "type": "text",
      "label": "ZIP",
      "section": "Residence",
      "rect": [
        332,
        440,
        90,
        15
      ]
    },
    {
      "name": "county",
      "type": "text",
      "label": "County",
      "section": "Residence",
      "rect": [
        438,
        440,
        124,
        15
      ]
    },
    {
      "name": "household_size",
      "type": "text",
      "label": "Household size",
      "section": "Household & eligibility",
      "rect": [
        50,
        358,
        120,
        15
      ]
    },
    {
      "name": "monthly_income",
      "type": "text",
      "label": "Gross monthly income (USD)",
      "section": "Household & eligibility",
      "rect": [
        194,
        358,
        180,
        15
      ]
    },
    {
      "name": "receives_snap",
      "type": "checkbox",
      "label": "Currently receiving SNAP",
      "section": "Household & eligibility",
      "rect": [
        50,
        324,
        11,
        11
      ]
    },
    {
      "name": "receives_medicaid",
      "type": "checkbox",
      "label": "Currently receiving Medicaid",
      "section": "Household & eligibility",
      "rect": [
        220,
        324,
        11,
        11
      ]
    },
    {
      "name": "is_us_citizen",
      "type": "checkbox",
      "label": "U.S. citizen",
      "section": "Household & eligibility",
      "rect": [
        432,
        324,
        11,
        11
      ]
    },
    {
      "name": "program_type",
      "type": "dropdown",
      "label": "Program requested",
      "section": "Household & eligibility",
      "options": [
        "General Assistance",
        "Emergency Assistance",
        "Medical Assistance",
        "SNAP / Food Assistance",
        "Housing Assistance"
      ],
      "rect": [
        50,
        288,
        300,
        16
      ]
    },
    {
      "name": "applicant_signature",
      "type": "signature",
      "label": "Applicant signature",
      "section": "Certification",
      "rect": [
        50,
        158,
        300,
        28
      ]
    },
    {
      "name": "certification_date",
      "type": "text",
      "label": "Date",
      "section": "Certification",
      "rect": [
        382,
        162,
        180,
        18
      ]
    }
  ]
}