U.S. flagA digital services project by Flexion

Application for Pardon After Completion of Sentence

View as rendered specification

{
  "id": "federal-pardon-application",
  "title": "Application for Pardon After Completion of Sentence",
  "description": "Federal pardon application for individuals who have completed their sentence and seek presidential pardon.",
  "groups": [
    {
      "id": "background-information",
      "title": "Background Information",
      "description": "Personal identification and contact information",
      "requirements": [
        {
          "id": "full-name-first",
          "fieldName": "fullNameFirst",
          "label": "First name",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "full-name-middle",
          "fieldName": "fullNameMiddle",
          "label": "Middle name (if you have one)",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "full-name-last",
          "fieldName": "fullNameLast",
          "label": "Last name",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "legal-name-at-conviction-first",
          "fieldName": "legalNameAtConvictionFirst",
          "label": "First name at time of conviction",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "legal-name-at-conviction-middle",
          "fieldName": "legalNameAtConvictionMiddle",
          "label": "Middle name at time of conviction",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "legal-name-at-conviction-last",
          "fieldName": "legalNameAtConvictionLast",
          "label": "Last name at time of conviction",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "other-names",
          "fieldName": "otherNames",
          "label": "Other names (married, maiden, aliases, etc.)",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "social-security-number",
          "fieldName": "socialSecurityNumber",
          "label": "Social security number",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "date-of-birth",
          "fieldName": "dateOfBirth",
          "label": "Date of birth (Month, Day, Year)",
          "fieldType": "date",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "country-of-birth",
          "fieldName": "countryOfBirth",
          "label": "Country where you were born",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "city-state-of-birth",
          "fieldName": "cityStateOfBirth",
          "label": "City and state where you were born",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "citizenship",
          "fieldName": "citizenship",
          "label": "Citizenship",
          "fieldType": "choice",
          "required": true,
          "choices": [
            "U.S. citizen by birth",
            "U.S. naturalized citizen",
            "Other nationality"
          ],
          "sensitivity": "pii"
        },
        {
          "id": "parent-1-name",
          "fieldName": "parent1Name",
          "label": "Parent #1's full name (maiden name in parentheses)",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "parent-2-name",
          "fieldName": "parent2Name",
          "label": "Parents #2's full name (maiden name in parentheses)",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "street-address",
          "fieldName": "streetAddress",
          "label": "Street address",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "apartment-unit",
          "fieldName": "apartmentUnit",
          "label": "Apartment/Unit",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "city-state",
          "fieldName": "cityState",
          "label": "City, State",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "zip-code",
          "fieldName": "zipCode",
          "label": "Zip code",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "email-address",
          "fieldName": "emailAddress",
          "label": "Your email address or email of a trusted person",
          "fieldType": "email",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "phone-number",
          "fieldName": "phoneNumber",
          "label": "Phone number",
          "fieldType": "phone",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "attorney-name",
          "fieldName": "attorneyName",
          "label": "Name of attorney helping with this application",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "attorney-contact",
          "fieldName": "attorneyContact",
          "label": "Attorney's email address and phone number",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "previous-application",
          "fieldName": "previousApplication",
          "label": "Have you applied for federal commutation or pardon before?",
          "fieldType": "choice",
          "required": true,
          "choices": [
            "Yes",
            "No"
          ]
        },
        {
          "id": "previous-application-date",
          "fieldName": "previousApplicationDate",
          "label": "Date applied (month/year)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "previous-decision-date",
          "fieldName": "previousDecisionDate",
          "label": "Date of decision (month/year)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "hispanic-latino",
          "fieldName": "hispanicLatino",
          "label": "Are you Hispanic or Latino?",
          "fieldType": "choice",
          "required": false,
          "choices": [
            "Yes",
            "No"
          ]
        },
        {
          "id": "race",
          "fieldName": "race",
          "label": "Race (select all that apply)",
          "fieldType": "choice",
          "required": false,
          "choices": [
            "Alaska Native or American Indian",
            "Asian",
            "Native Hawaiian or Other Pacific Islander",
            "Black or African American",
            "White",
            "Other"
          ]
        },
        {
          "id": "sex",
          "fieldName": "sex",
          "label": "Sex",
          "fieldType": "choice",
          "required": false,
          "choices": [
            "Female",
            "Male"
          ]
        },
        {
          "id": "marital-status",
          "fieldName": "maritalStatus",
          "label": "Current marital status",
          "fieldType": "choice",
          "required": false,
          "choices": [
            "Civil union/domestic partnership",
            "Divorced",
            "Married",
            "Never Married",
            "Separated",
            "Widowed"
          ]
        },
        {
          "id": "spouse-partner-name",
          "fieldName": "spousePartnerName",
          "label": "Spouse / partner name",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "marriage-date",
          "fieldName": "marriageDate",
          "label": "Date of marriage or civil union/domestic partnership",
          "fieldType": "date",
          "required": false
        },
        {
          "id": "marriage-place",
          "fieldName": "marriagePlace",
          "label": "Place of marriage or civil union/domestic partnership",
          "fieldType": "text",
          "required": false
        }
      ]
    },
    {
      "id": "reasons-for-seeking-pardon",
      "title": "Reasons for Seeking Pardon",
      "description": "Explanation of why you are seeking a pardon and how it would help you",
      "requirements": [
        {
          "id": "pardon-reasons",
          "fieldName": "pardonReasons",
          "label": "What are your reasons for seeking pardon?",
          "fieldType": "longText",
          "required": true,
          "helpText": "Include how your life would change if granted pardon and challenges you have faced because of your conviction"
        }
      ]
    },
    {
      "id": "community-activities",
      "title": "Community Activities",
      "description": "Your involvement in community activities since conviction",
      "requirements": [
        {
          "id": "community-involvement",
          "fieldName": "communityInvolvement",
          "label": "How have you been involved in your community since your conviction?",
          "fieldType": "longText",
          "required": false,
          "helpText": "Community can include family, neighborhood, city, prison community, or organizations and associations"
        },
        {
          "id": "community-activity-description",
          "fieldName": "communityActivityDescription",
          "label": "Description of activity",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "community-activity-dates",
          "fieldName": "communityActivityDates",
          "label": "Approximate start and end dates (year to year)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "community-contact-names",
          "fieldName": "communityContactNames",
          "label": "Who can tell us about your participation in the above activities? Name(s)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "community-contact-info",
          "fieldName": "communityContactInfo",
          "label": "Contact information",
          "fieldType": "text",
          "required": false
        }
      ]
    },
    {
      "id": "educational-licensing",
      "title": "Educational and Licensing Opportunities",
      "description": "Educational programs and licenses obtained or denied",
      "requirements": [
        {
          "id": "school-program-name",
          "fieldName": "schoolProgramName",
          "label": "School or program name",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "subject-studied",
          "fieldName": "subjectStudied",
          "label": "Subject studied and degree or certification received",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "education-dates",
          "fieldName": "educationDates",
          "label": "Approximate dates attended (month/year to month/year)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "license-type",
          "fieldName": "licenseType",
          "label": "License Type",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "license-date",
          "fieldName": "licenseDate",
          "label": "Approximate date issued (year)",
          "fieldType": "text",
          "required": false
        }
      ]
    },
    {
      "id": "places-lived",
      "title": "Places Lived",
      "description": "Addresses where you have lived in the last three years",
      "requirements": [
        {
          "id": "residence-street-address",
          "fieldName": "residenceStreetAddress",
          "label": "Street address",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "residence-apartment-unit",
          "fieldName": "residenceApartmentUnit",
          "label": "Apartment/Unit",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "residence-city-state",
          "fieldName": "residenceCityState",
          "label": "City, state",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "residence-zip-code",
          "fieldName": "residenceZipCode",
          "label": "Zip code",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "residence-dates",
          "fieldName": "residenceDates",
          "label": "Approximate dates living there (month/year to month/year)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "homelessness-dates",
          "fieldName": "homelessnessDates",
          "label": "If you are experiencing homelessness or have in the past, note the dates. (month/year to month/year)",
          "fieldType": "text",
          "required": false
        }
      ]
    },
    {
      "id": "military-service",
      "title": "Military Service",
      "description": "Military service history if applicable",
      "requirements": [
        {
          "id": "military-service-question",
          "fieldName": "militaryServiceQuestion",
          "label": "Have you served in the military?",
          "fieldType": "choice",
          "required": false,
          "choices": [
            "Yes",
            "No",
            "Not applicable"
          ]
        },
        {
          "id": "military-dates",
          "fieldName": "militaryDates",
          "label": "Dates of service",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "military-branches",
          "fieldName": "militaryBranches",
          "label": "Branch(es)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "military-serial-number",
          "fieldName": "militarySerialNumber",
          "label": "Serial number",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "military-discharge-type",
          "fieldName": "militaryDischargeType",
          "label": "Type of discharge",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "military-service-details",
          "fieldName": "militaryServiceDetails",
          "label": "Tell us briefly about your military service",
          "fieldType": "longText",
          "required": false,
          "helpText": "Include tours of duty, time overseas or in active combat, disciplinary sanctions, commendations or medals, or other notable achievements"
        }
      ]
    },
    {
      "id": "job-history",
      "title": "Job History",
      "description": "Employment history for the last seven years",
      "requirements": [
        {
          "id": "current-employer",
          "fieldName": "currentEmployer",
          "label": "Current employer",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "current-business-type",
          "fieldName": "currentBusinessType",
          "label": "Type of business",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "current-position",
          "fieldName": "currentPosition",
          "label": "Position",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "current-start-date",
          "fieldName": "currentStartDate",
          "label": "Month/year started",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "current-employer-address",
          "fieldName": "currentEmployerAddress",
          "label": "Employer street address",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "current-employer-city-state",
          "fieldName": "currentEmployerCityState",
          "label": "City, state",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "current-employer-zip",
          "fieldName": "currentEmployerZip",
          "label": "Zip code",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "current-supervisor",
          "fieldName": "currentSupervisor",
          "label": "Supervisor name and phone number",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "unemployment-details",
          "fieldName": "unemploymentDetails",
          "label": "If you are currently unemployed or have been in the past, give the dates and share how you supported yourself during that time",
          "fieldType": "longText",
          "required": false
        },
        {
          "id": "criminal-record-employment-impact",
          "fieldName": "criminalRecordEmploymentImpact",
          "label": "If your criminal record has affected your ability to find work, give details here",
          "fieldType": "longText",
          "required": false
        },
        {
          "id": "job-performance-issues",
          "fieldName": "jobPerformanceIssues",
          "label": "If you have been fired, accused of misconduct at a job, or given an unsatisfactory job performance rating, give details here",
          "fieldType": "longText",
          "required": false
        }
      ]
    },
    {
      "id": "sobriety-substance-use",
      "title": "Sobriety and Substance Use",
      "description": "History with substance use and treatment",
      "requirements": [
        {
          "id": "substance-use-struggle",
          "fieldName": "substanceUseStruggle",
          "label": "Have you struggled with substance use?",
          "fieldType": "choice",
          "required": false,
          "choices": [
            "Yes",
            "No",
            "Not applicable"
          ]
        },
        {
          "id": "substance-type",
          "fieldName": "substanceType",
          "label": "Type of drug or alcohol",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "substance-frequency",
          "fieldName": "substanceFrequency",
          "label": "How often were you using?",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "substance-use-dates",
          "fieldName": "substanceUseDates",
          "label": "Approximate dates used (month/year to month/year)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "substance-disorder-diagnosis",
          "fieldName": "substanceDisorderDiagnosis",
          "label": "Diagnosis",
          "fieldType": "text",
          "required": false,
          "sensitivity": "high"
        },
        {
          "id": "substance-diagnosis-date",
          "fieldName": "substanceDiagnosisDate",
          "label": "Date of diagnosis (month/year)",
          "fieldType": "text",
          "required": false,
          "sensitivity": "high"
        },
        {
          "id": "treatment-facility-name",
          "fieldName": "treatmentFacilityName",
          "label": "Facility/counselor/doctor name",
          "fieldType": "text",
          "required": false,
          "sensitivity": "high"
        },
        {
          "id": "treatment-dates",
          "fieldName": "treatmentDates",
          "label": "When did you attend? (month/year to month/year)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "treatment-address",
          "fieldName": "treatmentAddress",
          "label": "Street address",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "treatment-suite",
          "fieldName": "treatmentSuite",
          "label": "Suite no.",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "treatment-city-state",
          "fieldName": "treatmentCityState",
          "label": "City, state",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "treatment-zip",
          "fieldName": "treatmentZip",
          "label": "Zip code",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "treatment-phone",
          "fieldName": "treatmentPhone",
          "label": "Phone number",
          "fieldType": "phone",
          "required": false
        },
        {
          "id": "treatment-email",
          "fieldName": "treatmentEmail",
          "label": "Email address",
          "fieldType": "email",
          "required": false
        },
        {
          "id": "sobriety-length",
          "fieldName": "sobrietyLength",
          "label": "How long have you been sober? Days, months, or years",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "sobriety-additional-info",
          "fieldName": "sobrietyAdditionalInfo",
          "label": "Is there anything else you would like to share about your history with sobriety and substance use?",
          "fieldType": "longText",
          "required": false
        }
      ]
    },
    {
      "id": "financial-information",
      "title": "Financial Information",
      "description": "Information about debts, defaults, and bankruptcy filings",
      "requirements": [
        {
          "id": "debt-description",
          "fieldName": "debtDescription",
          "label": "Description of debt that is late or in default",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "debt-amount",
          "fieldName": "debtAmount",
          "label": "Approximately how much is the debt?",
          "fieldType": "currency",
          "required": false
        },
        {
          "id": "bankruptcy-court",
          "fieldName": "bankruptcyCourt",
          "label": "Court where bankruptcy filed",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "bankruptcy-year",
          "fieldName": "bankruptcyYear",
          "label": "Approximate year bankruptcy filed and outcome",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "bankruptcy-debt-amount",
          "fieldName": "bankruptcyDebtAmount",
          "label": "Approximately how much debt did you want to discharge?",
          "fieldType": "currency",
          "required": false
        },
        {
          "id": "financial-experience-details",
          "fieldName": "financialExperienceDetails",
          "label": "Is there anything else you would like to share about your experience with finances since your conviction?",
          "fieldType": "longText",
          "required": false
        }
      ]
    },
    {
      "id": "case-background",
      "title": "Case Background and Other Criminal History",
      "description": "Details about the conviction for which you seek pardon and any other criminal history",
      "requirements": [
        {
          "id": "pleaded-guilty",
          "fieldName": "pleadedGuilty",
          "label": "Did you plead guilty?",
          "fieldType": "choice",
          "required": true,
          "choices": [
            "Yes",
            "No"
          ]
        },
        {
          "id": "offense-dates",
          "fieldName": "offenseDates",
          "label": "Approximate date(s) of offense (month/year to month/year)",
          "fieldType": "text",
          "required": true
        },
        {
          "id": "sentence-date",
          "fieldName": "sentenceDate",
          "label": "Approximate date you were sentenced (month/year)",
          "fieldType": "text",
          "required": true
        },
        {
          "id": "prosecution-court",
          "fieldName": "prosecutionCourt",
          "label": "Court where you were prosecuted (D.C. Superior Court, military court, or name of U.S. District Court)",
          "fieldType": "text",
          "required": true
        },
        {
          "id": "case-number",
          "fieldName": "caseNumber",
          "label": "Case number",
          "fieldType": "text",
          "required": true
        },
        {
          "id": "conviction-charges",
          "fieldName": "convictionCharges",
          "label": "Of what were you convicted?",
          "fieldType": "longText",
          "required": true
        },
        {
          "id": "prison-sentence-length",
          "fieldName": "prisonSentenceLength",
          "label": "Prison sentence (months or years)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "prison-release-date",
          "fieldName": "prisonReleaseDate",
          "label": "Approximate date you were released from prison, community confinement, or home detention (month/year)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "probation-sentence-length",
          "fieldName": "probationSentenceLength",
          "label": "Sentence for probation or supervised release (months or years)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "probation-completion-date",
          "fieldName": "probationCompletionDate",
          "label": "Approximate date you completed your term of probation or supervised release (month/year)",
          "fieldType": "text",
          "required": false
        },
        {
          "id": "assessment-amount",
          "fieldName": "assessmentAmount",
          "label": "Assessment amount",
          "fieldType": "currency",
          "required": false
        },
        {
          "id": "fine-amount",
          "fieldName": "fineAmount",
          "label": "Fine amount",
          "fieldType": "currency",
          "required": false
        },
        {
          "id": "restitution-amount",
          "fieldName": "restitutionAmount",
          "label": "Restitution amount",
          "fieldType": "currency",
          "required": false
        },
        {
          "id": "conduct-description",
          "fieldName": "conductDescription",
          "label": "Tell us about your conduct for which you were convicted",
          "fieldType": "longText",
          "required": true,
          "helpText": "Include your role in the offense, how/when/why you got involved, and what actions you took"
        },
        {
          "id": "accept-responsibility",
          "fieldName": "acceptResponsibility",
          "label": "Do you accept responsibility for your conduct? Explain why or why not.",
          "fieldType": "longText",
          "required": true
        },
        {
          "id": "other-criminal-history",
          "fieldName": "otherCriminalHistory",
          "label": "Tell us about any other criminal history",
          "fieldType": "longText",
          "required": false,
          "helpText": "List any other arrests or convictions that may appear on your criminal history record, including juvenile and expunged records"
        }
      ]
    },
    {
      "id": "certification-oath",
      "title": "Certification and Personal Oath",
      "description": "Legal certification and oath required for submission",
      "requirements": [
        {
          "id": "certification-agreement",
          "fieldName": "certificationAgreement",
          "label": "I certify, under penalty of perjury, that all information in my petition and any document submitted with it were given or authorized by me and that I reviewed and understand the information contained in, and submitted with, my petition.",
          "fieldType": "boolean",
          "required": true
        },
        {
          "id": "oath-agreement",
          "fieldName": "oathAgreement",
          "label": "In petitioning the President of the United States for pardon, I do solemnly swear that I will be law-abiding and will support and defend the Constitution of the United States against all enemies, foreign and domestic, and that I take this obligation freely and without any mental reservation whatsoever.",
          "fieldType": "boolean",
          "required": true
        },
        {
          "id": "submission-day",
          "fieldName": "submissionDay",
          "label": "Day",
          "fieldType": "number",
          "required": true
        },
        {
          "id": "submission-month",
          "fieldName": "submissionMonth",
          "label": "Month",
          "fieldType": "text",
          "required": true
        },
        {
          "id": "submission-year",
          "fieldName": "submissionYear",
          "label": "Year",
          "fieldType": "number",
          "required": true
        }
      ]
    },
    {
      "id": "authorization-release",
      "title": "Authorization for Release of Information",
      "description": "Authorization for background investigation and information release",
      "requirements": [
        {
          "id": "authorization-signature",
          "fieldName": "authorizationSignature",
          "label": "Signature (sign in ink)",
          "fieldType": "text",
          "required": true
        },
        {
          "id": "authorization-full-name",
          "fieldName": "authorizationFullName",
          "label": "Full Name (type or print legibly)",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "authorization-date",
          "fieldName": "authorizationDate",
          "label": "Date Signed",
          "fieldType": "date",
          "required": true
        },
        {
          "id": "authorization-other-names",
          "fieldName": "authorizationOtherNames",
          "label": "Other Names Used",
          "fieldType": "text",
          "required": false,
          "sensitivity": "pii"
        },
        {
          "id": "authorization-street-address",
          "fieldName": "authorizationStreetAddress",
          "label": "Street Address",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "authorization-city",
          "fieldName": "authorizationCity",
          "label": "City",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "authorization-state",
          "fieldName": "authorizationState",
          "label": "State",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "authorization-zip-code",
          "fieldName": "authorizationZipCode",
          "label": "ZIP Code",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "authorization-phone",
          "fieldName": "authorizationPhone",
          "label": "Home Telephone Number (include area code)",
          "fieldType": "phone",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "authorization-ssn",
          "fieldName": "authorizationSsn",
          "label": "Social Security Number",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        }
      ]
    },
    {
      "id": "letters-of-support",
      "title": "Letters of Support",
      "description": "Three required letters of support from non-relatives",
      "requirements": [
        {
          "id": "reference-1-primary",
          "fieldName": "reference1Primary",
          "label": "Primary reference (select exactly 3)",
          "fieldType": "boolean",
          "required": false
        },
        {
          "id": "reference-1-petitioner-name",
          "fieldName": "reference1PetitionerName",
          "label": "Name of petitioner",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "reference-1-years-known",
          "fieldName": "reference1YearsKnown",
          "label": "I certify that I have personally known the petitioner for ___ years",
          "fieldType": "number",
          "required": true
        },
        {
          "id": "reference-1-not-related",
          "fieldName": "reference1NotRelated",
          "label": "I am not related to petitioner by blood or marriage",
          "fieldType": "boolean",
          "required": true
        },
        {
          "id": "reference-1-support-statement",
          "fieldName": "reference1SupportStatement",
          "label": "In support of this pardon petition, I state the below:",
          "fieldType": "longText",
          "required": true,
          "helpText": "Include how you know the individual, what you know of their reputation and conduct since their conviction, and their personal and professional activities"
        },
        {
          "id": "reference-1-signature",
          "fieldName": "reference1Signature",
          "label": "Signature",
          "fieldType": "text",
          "required": true
        },
        {
          "id": "reference-1-print-name",
          "fieldName": "reference1PrintName",
          "label": "Print Name",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "reference-1-date",
          "fieldName": "reference1Date",
          "label": "Date",
          "fieldType": "date",
          "required": true
        },
        {
          "id": "reference-1-address",
          "fieldName": "reference1Address",
          "label": "Address",
          "fieldType": "text",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "reference-1-phone",
          "fieldName": "reference1Phone",
          "label": "Phone number",
          "fieldType": "phone",
          "required": true,
          "sensitivity": "pii"
        },
        {
          "id": "reference-1-email",
          "fieldName": "reference1Email",
          "label": "Email address",
          "fieldType": "email",
          "required": true,
          "sensitivity": "pii"
        }
      ]
    }
  ]
}