{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "us/dos/immigrant-visa-ds260",
  "version": "1.0.0",
  "title": "United States Online Immigrant Visa and Alien Registration Application (Form DS-260)",
  "description": "Application for an immigrant visa and alien registration, completed online through the Consular Electronic Application Center (CEAC) by an immigrant visa applicant (family-based, employment-based, Special Immigrant, or Diversity Visa) after the National Visa Center (NVC) marks the case fee status PAID, and by each qualified family member immigrating with the applicant. It follows Form DS-160 (nonimmigrant visa applications) in the same CEAC system but is a materially different, longer form covering the applicant's biographic, family, address, travel, work/education, petitioner, and security/background history, ending with a Social Security Number election and an electronic signature under penalty of perjury (28 U.S.C. 1746). Submitting the DS-260 does not formally execute a visa application — the application is not formally made until the applicant is interviewed by a U.S. consular officer. This document does not submit the form; CEAC (ceac.state.gov) and the live travel.state.gov guidance are always authoritative.",
  "status": "draft",
  "jurisdiction": {
    "country": "US",
    "level": "national"
  },
  "authority": {
    "name": "U.S. Department of State, Bureau of Consular Affairs",
    "abbreviation": "DOS",
    "url": "https://travel.state.gov/"
  },
  "process": {
    "type": "application",
    "language": "en-US"
  },
  "source": {
    "url": "https://travel.state.gov/content/travel/en/us-visas/immigrate/the-immigrant-visa-process/step-5-collect-financial-evidence-and-other-supporting-documents/step-6-complete-online-visa-application.html",
    "retrievedAt": "2026-07-02",
    "documentRef": "DS-260"
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-02",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-02",
    "notes": "Source-derived reference schema. The live DS-260 application sits behind CEAC's authenticated case login (an NVC case number plus invoice ID, or a Diversity Visa case number plus date of birth) that this environment cannot pass without a genuine, currently-pending immigrant visa case — no sandbox/test case exists, and fabricating one would mean submitting an invented case claim into a live federal consular-processing system, the same discipline this registry applies to every other login-gated CEAC/authenticated government service (see us/cbp/esta-application, nz/dia/realme-verified-identity). Instead this schema is sourced from the Bureau of Consular Affairs' own official 'DS-260 IV Application SAMPLE' walkthrough PDF (dated October 2019, hosted at travel.state.gov/content/dam/visas/DS-260-Exemplar.pdf), which reproduces full-resolution screenshots of every live CEAC screen across all major branches (name history, nationality/travel document, address/phone/email/social media, mailing/permanent address, parents/spouse/previous spouse/children, previous U.S. travel, present/previous/additional work and education, petitioner, all eight Security and Background sub-pages, Social Security Number, and Sign and Submit), each captioned with the exact branching condition it illustrates — together with the current DS-260 FAQ and 'Complete Online Visa Application' guidance pages (fetched live, 2026-07-02) confirmed the same case-access precondition, field-completion rules, and 20-minute session-idle behavior still apply. This is a stronger sourcing grain than a marketing/FAQ page (it shows the literal rendered screens, not summarized prose) but one grain below a direct, current-day field-by-field form comparison, since the exemplar is dated 2019 and CEAC could have added or renamed fields since; `status` stays draft pending a live walkthrough. See VERIFICATION.md."
  },
  "license": "CC-BY-4.0",
  "fields": [
    {
      "name": "usedOtherNames",
      "label": "Have you ever used other names (i.e., maiden, religious, professional, alias, etc.)?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page"
    },
    {
      "name": "otherSurnamesUsed",
      "label": "Other surnames used (maiden, religious, professional, aliases, etc.)",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "usedOtherNames",
        "equals": true
      },
      "requiredWhen": {
        "field": "usedOtherNames",
        "equals": true
      },
      "description": "The live form supports listing more than one other-name pair via 'Add Another'; this schema models the field set for one entry. If only other surnames apply, the source instructs entering the same given name(s) as above.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "otherGivenNamesUsed",
      "label": "Other given names used",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "usedOtherNames",
        "equals": true
      },
      "requiredWhen": {
        "field": "usedOtherNames",
        "equals": true
      },
      "description": "If only other given names apply, the source instructs entering the same surname as above.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "surnames",
      "label": "Surnames (as listed in your passport or travel documentation)",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "Data on this page must match the information as written in the applicant's passport or travel documents.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "validation": {
        "minLength": 1,
        "maxLength": 200
      }
    },
    {
      "name": "givenNames",
      "label": "Given names",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "Includes any first name and any middle name listed in the applicant's passport or travel documentation. If the passport/travel documentation does not include a given name, the source instructs entering 'FNU'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "validation": {
        "minLength": 1,
        "maxLength": 200
      }
    },
    {
      "name": "fullNameNativeAlphabet",
      "label": "Full name in native alphabet",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "Leave blank (and mark 'Does Not Apply/Technology Not Available') if the applicant's native alphabet is Latin script or technology to enter it is unavailable.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "sex",
      "label": "Sex",
      "type": "enum",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "validation": {
        "enum": [
          "male",
          "female"
        ]
      }
    },
    {
      "name": "currentMaritalStatus",
      "label": "Current marital status",
      "type": "enum",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "description": "Gates the Family Information: Spouse step, which is displayed only for applicants who indicate they are currently married or separated.",
      "validation": {
        "enum": [
          "married",
          "separated",
          "divorced",
          "widowed",
          "single_never_married",
          "civil_union_domestic_partnership"
        ]
      }
    },
    {
      "name": "dateOfBirth",
      "label": "Date of birth",
      "type": "date",
      "required": true,
      "classification": "sensitive-pii",
      "description": "If day or month is unknown, enter as shown in the applicant's passport or travel document.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page"
    },
    {
      "name": "cityOfBirth",
      "label": "City of birth",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "validation": {
        "minLength": 1,
        "maxLength": 150
      }
    },
    {
      "name": "stateProvinceOfBirth",
      "label": "State/province of birth",
      "type": "string",
      "required": false,
      "description": "May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "validation": {
        "maxLength": 150
      }
    },
    {
      "name": "countryOfBirth",
      "label": "Country/region of birth",
      "type": "string",
      "required": true,
      "description": "The name of the country/region currently in use for the place where the applicant was born.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 1 Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "countryOfOrigin",
      "label": "Country/region of origin (nationality)",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "travelDocumentType",
      "label": "Document type (travel documentation to be used to travel to the U.S.)",
      "type": "enum",
      "required": true,
      "description": "The travel document should be a valid, unexpired passport or other valid, unexpired documentation sufficient to establish identity and nationality.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page",
      "validation": {
        "enum": [
          "passport",
          "other_travel_document"
        ]
      }
    },
    {
      "name": "travelDocumentId",
      "label": "Document ID",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page",
      "validation": {
        "maxLength": 30
      }
    },
    {
      "name": "travelDocumentIssuingCountry",
      "label": "Country/authority that issued document",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "travelDocumentIssuanceDate",
      "label": "Issuance date",
      "type": "date",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page"
    },
    {
      "name": "travelDocumentExpirationDate",
      "label": "Expiration date",
      "type": "date",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page"
    },
    {
      "name": "hasOtherNationality",
      "label": "Do you hold or have you held any nationality other than the one you have indicated above?",
      "type": "boolean",
      "required": true,
      "description": "Covers all nationalities currently or previously held, regardless of whether formally/legally relinquished.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page"
    },
    {
      "name": "otherCountryOfOrigin",
      "label": "Other country/region of origin (nationality)",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasOtherNationality",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasOtherNationality",
        "equals": true
      },
      "description": "The live form supports listing more than one other nationality via 'Add Another'; this schema models the field set for one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "holdsPassportForOtherNationality",
      "label": "Do you hold a passport from the country/region of origin (nationality) above?",
      "type": "boolean",
      "required": false,
      "visibleWhen": {
        "field": "hasOtherNationality",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasOtherNationality",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page"
    },
    {
      "name": "otherNationalityPassportNumber",
      "label": "Passport number (other nationality)",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "holdsPassportForOtherNationality",
        "equals": true
      },
      "requiredWhen": {
        "field": "holdsPassportForOtherNationality",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Personal Information 2 Page",
      "validation": {
        "maxLength": 30
      }
    },
    {
      "name": "presentAddressLine1",
      "label": "Present address — street address (line 1)",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "minLength": 1,
        "maxLength": 100
      }
    },
    {
      "name": "presentAddressLine2",
      "label": "Present address — street address (line 2)",
      "type": "string",
      "required": false,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "presentAddressCity",
      "label": "Present address — city",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "minLength": 1,
        "maxLength": 100
      }
    },
    {
      "name": "presentAddressStateProvince",
      "label": "Present address — state/province",
      "type": "string",
      "required": false,
      "description": "May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "presentAddressPostalCode",
      "label": "Present address — postal zone/ZIP code",
      "type": "string",
      "required": false,
      "description": "May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "presentAddressCountry",
      "label": "Present address — country/region",
      "type": "string",
      "required": true,
      "description": "Gates whether the Mailing and Permanent Address step's US-specific or non-US-specific question set is displayed (whether 'United States of America' is listed here).",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "presentAddressStartDate",
      "label": "Started living here (month/year)",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "description": "Format MMM-YYYY.",
      "validation": {
        "pattern": "^[0-9]{4}-(0[1-9]|1[0-2])$"
      }
    },
    {
      "name": "livedElsewhereSinceSixteen",
      "label": "Have you lived anywhere other than this address since the age of sixteen?",
      "type": "boolean",
      "required": true,
      "description": "Previous addresses should only include those at which the applicant established a residence (e.g. campus housing for an academic term), not places of temporary presence (e.g. a vacation hotel).",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page"
    },
    {
      "name": "previousAddressLine1",
      "label": "Previous address — street address (line 1)",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "requiredWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "description": "The live form supports listing more than one previous address via 'Add Another'; this schema models the field set for one entry, in the same shape as the present address plus a date range.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "previousAddressCity",
      "label": "Previous address — city",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "requiredWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "previousAddressCountry",
      "label": "Previous address — country/region",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "requiredWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "previousAddressDateFrom",
      "label": "Previous address — lived there from",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "requiredWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page"
    },
    {
      "name": "previousAddressDateTo",
      "label": "Previous address — lived there to",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "requiredWhen": {
        "field": "livedElsewhereSinceSixteen",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page"
    },
    {
      "name": "primaryPhoneNumber",
      "label": "Primary phone number",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The phone number at which the applicant is most likely to be reached; may be a land line or cellular/mobile number.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "secondaryPhoneNumber",
      "label": "Secondary phone number",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "workPhoneNumber",
      "label": "Work phone number",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "usedOtherPhoneNumbers",
      "label": "Have you used any other telephone numbers during the last five years?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page"
    },
    {
      "name": "otherPhoneNumber",
      "label": "Additional phone number",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "usedOtherPhoneNumbers",
        "equals": true
      },
      "requiredWhen": {
        "field": "usedOtherPhoneNumbers",
        "equals": true
      },
      "description": "The live form supports listing more than one additional phone number via 'Add Another'; this schema models one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "emailAddress",
      "label": "Email address",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Used for correspondence purposes; the source instructs providing an address that is secure and to which the applicant has reasonable access.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 254
      }
    },
    {
      "name": "usedOtherEmailAddresses",
      "label": "Have you used any other email addresses during the last five years?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page"
    },
    {
      "name": "otherEmailAddress",
      "label": "Additional email address",
      "type": "string",
      "required": false,
      "classification": "pii",
      "visibleWhen": {
        "field": "usedOtherEmailAddresses",
        "equals": true
      },
      "requiredWhen": {
        "field": "usedOtherEmailAddresses",
        "equals": true
      },
      "description": "The live form supports listing more than one additional email address via 'Add Another'; this schema models one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 254
      }
    },
    {
      "name": "socialMediaProvider",
      "label": "Social media provider/platform",
      "type": "string",
      "required": false,
      "description": "Selected from the source's own closed platform list (e.g. ASK.FM among others). The live form supports listing more than one platform/identifier pair via 'Add Another'; this schema models one entry. Select 'None' if no listed platform has been used in the last five years.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "socialMediaIdentifier",
      "label": "Social media identifier (username/handle)",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "Paired with socialMediaProvider above; do not provide passwords.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "hasOtherSocialMedia",
      "label": "Do you wish to provide information about your presence on any other websites or applications you have used within the last five years to create or share content (photos, videos, status updates, etc.)?",
      "type": "boolean",
      "required": true,
      "description": "Does not include private messaging on person-to-person messaging services, such as WhatsApp.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page"
    },
    {
      "name": "otherSocialMediaProvider",
      "label": "Other social media provider/platform",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasOtherSocialMedia",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasOtherSocialMedia",
        "equals": true
      },
      "description": "The live form supports listing more than one other platform/identifier pair via 'Add Another'; this schema models one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "otherSocialMediaIdentifier",
      "label": "Other social media identifier (username/handle)",
      "type": "string",
      "required": false,
      "classification": "pii",
      "visibleWhen": {
        "field": "hasOtherSocialMedia",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasOtherSocialMedia",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present and Previous Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "mailingSameAsPresentAddress",
      "label": "Is your mailing address the same as your present address?",
      "type": "boolean",
      "required": true,
      "description": "This is the address to which correspondence regarding the application will be sent.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page"
    },
    {
      "name": "mailingAddressLine1",
      "label": "Mailing address — street address (line 1)",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "mailingSameAsPresentAddress",
        "equals": false
      },
      "requiredWhen": {
        "field": "mailingSameAsPresentAddress",
        "equals": false
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "mailingAddressCity",
      "label": "Mailing address — city",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "mailingSameAsPresentAddress",
        "equals": false
      },
      "requiredWhen": {
        "field": "mailingSameAsPresentAddress",
        "equals": false
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "mailingAddressCountry",
      "label": "Mailing address — country/region",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "mailingSameAsPresentAddress",
        "equals": false
      },
      "requiredWhen": {
        "field": "mailingSameAsPresentAddress",
        "equals": false
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "permanentAddressContactName",
      "label": "Permanent address — name of person currently living at address",
      "type": "string",
      "required": false,
      "description": "Where the applicant intends to live after arrival in the United States. May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "permanentAddressLine1",
      "label": "Permanent address — U.S. street address (line 1)",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "permanentAddressLine2",
      "label": "Permanent address — U.S. street address (line 2)",
      "type": "string",
      "required": false,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "permanentAddressCity",
      "label": "Permanent address — city",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "permanentAddressState",
      "label": "Permanent address — state",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 2
      }
    },
    {
      "name": "permanentAddressZipCode",
      "label": "Permanent address — ZIP code",
      "type": "string",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "pattern": "^[0-9]{5}(-[0-9]{4})?$"
      }
    },
    {
      "name": "permanentAddressPhoneNumber",
      "label": "Permanent address — phone number",
      "type": "string",
      "required": false,
      "description": "May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "permanentAddressIsGreenCardMailingAddress",
      "label": "Is this address where you want your Permanent Residence Card (Green Card) mailed?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page"
    },
    {
      "name": "greenCardMailingAddressLine1",
      "label": "Green Card mailing address — street address (line 1)",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "permanentAddressIsGreenCardMailingAddress",
        "equals": false
      },
      "requiredWhen": {
        "field": "permanentAddressIsGreenCardMailingAddress",
        "equals": false
      },
      "description": "Collected only when the permanent address above is not where the applicant wants the Green Card mailed.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "greenCardMailingAddressCity",
      "label": "Green Card mailing address — city",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "permanentAddressIsGreenCardMailingAddress",
        "equals": false
      },
      "requiredWhen": {
        "field": "permanentAddressIsGreenCardMailingAddress",
        "equals": false
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Mailing and Permanent Address Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "fatherSurnames",
      "label": "Father — surnames",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "Concerning the applicant's biological parents; if adopted, provide the adoptive parents' information instead. May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "fatherGivenNames",
      "label": "Father — given names",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "fatherDateOfBirth",
      "label": "Father — date of birth",
      "type": "date",
      "required": false,
      "classification": "sensitive-pii",
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page"
    },
    {
      "name": "fatherCountryOfBirth",
      "label": "Father — country/region of birth",
      "type": "string",
      "required": false,
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "fatherStillLiving",
      "label": "Is your father still living?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page"
    },
    {
      "name": "fatherCurrentAddress",
      "label": "Father — current address",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "fatherStillLiving",
        "equals": true
      },
      "requiredWhen": {
        "field": "fatherStillLiving",
        "equals": true
      },
      "description": "Street address, city, state/province, postal code, and country/region; may be marked 'Do Not Know'. Modelled as one field carrying the full address, consistent with the schema's other opaque-address handling.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "motherSurnamesAtBirth",
      "label": "Mother — surnames at birth",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "motherGivenNames",
      "label": "Mother — given names",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "motherDateOfBirth",
      "label": "Mother — date of birth",
      "type": "date",
      "required": false,
      "classification": "sensitive-pii",
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page"
    },
    {
      "name": "motherCountryOfBirth",
      "label": "Mother — country/region of birth",
      "type": "string",
      "required": false,
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "motherStillLiving",
      "label": "Is your mother still living?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page"
    },
    {
      "name": "motherAddressSameAsFather",
      "label": "Is your mother's address the same as your father's?",
      "type": "boolean",
      "required": false,
      "visibleWhen": {
        "field": "motherStillLiving",
        "equals": true
      },
      "requiredWhen": {
        "field": "motherStillLiving",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page"
    },
    {
      "name": "motherCurrentAddress",
      "label": "Mother — current address",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "motherAddressSameAsFather",
        "equals": false
      },
      "requiredWhen": {
        "field": "motherAddressSameAsFather",
        "equals": false
      },
      "description": "Street address, city, state/province, postal code, and country/region; may be marked 'Do Not Know'. Collected only when not the same as the father's address.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Parents Page",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "spouseSurnames",
      "label": "Current spouse — surnames",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "validation": {
        "maxLength": 200
      },
      "classification": "sensitive-pii"
    },
    {
      "name": "spouseGivenNames",
      "label": "Current spouse — given names",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "validation": {
        "maxLength": 200
      },
      "classification": "sensitive-pii"
    },
    {
      "name": "spouseDateOfBirth",
      "label": "Current spouse — date of birth",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "classification": "sensitive-pii"
    },
    {
      "name": "spouseCountryOfBirth",
      "label": "Current spouse — country/region of birth",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "spouseAddressType",
      "label": "Spouse's address",
      "type": "enum",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "description": "same_as_mine indicates the spouse lives at the applicant's own present address.",
      "validation": {
        "enum": [
          "same_as_mine",
          "other_specify_address"
        ]
      }
    },
    {
      "name": "spouseAddress",
      "label": "Spouse's address (if other than applicant's)",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "all": [
          {
            "any": [
              {
                "field": "currentMaritalStatus",
                "equals": "married"
              },
              {
                "field": "currentMaritalStatus",
                "equals": "separated"
              }
            ]
          },
          {
            "field": "spouseAddressType",
            "equals": "other_specify_address"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "description": "Street address, city, state/province, postal code, and country/region. P.O. box numbers are not allowed. Collected only when spouseAddressType is other_specify_address.",
      "validation": {
        "maxLength": 300
      },
      "requiredWhen": {
        "all": [
          {
            "any": [
              {
                "field": "currentMaritalStatus",
                "equals": "married"
              },
              {
                "field": "currentMaritalStatus",
                "equals": "separated"
              }
            ]
          },
          {
            "field": "spouseAddressType",
            "equals": "other_specify_address"
          }
        ]
      }
    },
    {
      "name": "spouseOccupation",
      "label": "Spouse's occupation",
      "type": "enum",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "validation": {
        "enum": [
          "agriculture",
          "business",
          "communications",
          "computer_science",
          "culinary_food_services",
          "education",
          "engineering",
          "government",
          "homemaker",
          "legal_profession",
          "medical_health",
          "military",
          "natural_science",
          "physical_sciences",
          "religious_vocation",
          "research",
          "social_science",
          "student",
          "not_employed",
          "other"
        ]
      }
    },
    {
      "name": "spouseOccupationOther",
      "label": "Spouse's occupation — specify other",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "all": [
          {
            "any": [
              {
                "field": "currentMaritalStatus",
                "equals": "married"
              },
              {
                "field": "currentMaritalStatus",
                "equals": "separated"
              }
            ]
          },
          {
            "field": "spouseOccupation",
            "equals": "other"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "description": "Collected only when spouseOccupation is other.",
      "validation": {
        "maxLength": 200
      },
      "requiredWhen": {
        "all": [
          {
            "any": [
              {
                "field": "currentMaritalStatus",
                "equals": "married"
              },
              {
                "field": "currentMaritalStatus",
                "equals": "separated"
              }
            ]
          },
          {
            "field": "spouseOccupation",
            "equals": "other"
          }
        ]
      }
    },
    {
      "name": "spouseMarriageDate",
      "label": "Date of marriage",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      }
    },
    {
      "name": "spouseMarriageCity",
      "label": "City of marriage",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "spouseMarriageCountry",
      "label": "Country/region of marriage",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "spouseImmigratingWithApplicant",
      "label": "Is your spouse immigrating to the U.S. with you?",
      "type": "boolean",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Spouse Page",
      "requiredWhen": {
        "any": [
          {
            "field": "currentMaritalStatus",
            "equals": "married"
          },
          {
            "field": "currentMaritalStatus",
            "equals": "separated"
          }
        ]
      }
    },
    {
      "name": "hasPreviousSpouses",
      "label": "Do you have any previous spouses?",
      "type": "boolean",
      "required": true,
      "description": "Include all previous spouses, including those deceased.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page"
    },
    {
      "name": "previousSpouseSurnames",
      "label": "Previous spouse — surnames",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "description": "The live form supports listing more than one previous spouse via 'Add Another'; this schema models the field set for one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "previousSpouseGivenNames",
      "label": "Previous spouse — given names",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "previousSpouseDateOfBirth",
      "label": "Previous spouse — date of birth",
      "type": "date",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page"
    },
    {
      "name": "previousSpouseCountryOfBirth",
      "label": "Previous spouse — country/region of birth",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "previousSpouseNationality",
      "label": "Previous spouse — country/region of nationality",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "previousMarriageDateBegan",
      "label": "Previous marriage — date began",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page"
    },
    {
      "name": "previousMarriageHowTerminated",
      "label": "How was your marriage terminated?",
      "type": "enum",
      "required": false,
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page",
      "validation": {
        "enum": [
          "death",
          "divorce",
          "annulment",
          "other"
        ]
      }
    },
    {
      "name": "previousMarriageHowTerminatedOther",
      "label": "How marriage was terminated — specify other",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "all": [
          {
            "field": "hasPreviousSpouses",
            "equals": true
          },
          {
            "field": "previousMarriageHowTerminated",
            "equals": "other"
          }
        ]
      },
      "requiredWhen": {
        "all": [
          {
            "field": "hasPreviousSpouses",
            "equals": true
          },
          {
            "field": "previousMarriageHowTerminated",
            "equals": "other"
          }
        ]
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "previousMarriageDateEnded",
      "label": "Previous marriage — date ended",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page"
    },
    {
      "name": "previousMarriageEndedCity",
      "label": "Previous marriage — city terminated",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "previousMarriageEndedCountry",
      "label": "Previous marriage — country/region terminated",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasPreviousSpouses",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Previous Spouse Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "hasChildren",
      "label": "Do you have any children?",
      "type": "boolean",
      "required": true,
      "description": "The Immigration and Nationality Act (INA) does not allow derivative status to family members of immediate relatives (IR1, CR1, IR2, CR2, IR5 classifications); the petitioner must file separate immediate relative petitions for the spouse, each child, and each parent.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Children Page"
    },
    {
      "name": "numberOfChildren",
      "label": "Number of children",
      "type": "integer",
      "required": false,
      "visibleWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Children Page",
      "validation": {
        "minimum": 1,
        "maximum": 30
      }
    },
    {
      "name": "childSurnames",
      "label": "Child — surnames",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "description": "Includes all natural children, adopted children, and step children. The live form supports listing more than one child via 'Add Another'; this schema models the field set for one entry (Child 1).",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Children Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "childGivenNames",
      "label": "Child — given names",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Children Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "childDateOfBirth",
      "label": "Child — date of birth",
      "type": "date",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Children Page"
    },
    {
      "name": "childCountryOfBirth",
      "label": "Child — country/region of birth",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Children Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "childLivesWithApplicant",
      "label": "Does this child live with you?",
      "type": "boolean",
      "required": false,
      "visibleWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Children Page"
    },
    {
      "name": "childImmigratingWithApplicant",
      "label": "Is this child immigrating to the U.S. with you?",
      "type": "boolean",
      "required": false,
      "visibleWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasChildren",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Family Information: Children Page"
    },
    {
      "name": "everBeenInUS",
      "label": "Have you ever been in the U.S.?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page"
    },
    {
      "name": "issuedAlienRegistrationNumber",
      "label": "Were you issued an Alien Registration Number by the Department of Homeland Security?",
      "type": "boolean",
      "required": false,
      "visibleWhen": {
        "field": "everBeenInUS",
        "equals": true
      },
      "requiredWhen": {
        "field": "everBeenInUS",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page"
    },
    {
      "name": "lastVisitDateArrived",
      "label": "Last U.S. visit — date arrived",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "everBeenInUS",
        "equals": true
      },
      "requiredWhen": {
        "field": "everBeenInUS",
        "equals": true
      },
      "description": "The live form supports up to five previous visits via 'Add Another'; this schema models the most recent visit only.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page"
    },
    {
      "name": "lastVisitLengthOfStay",
      "label": "Last U.S. visit — length of stay",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "everBeenInUS",
        "equals": true
      },
      "requiredWhen": {
        "field": "everBeenInUS",
        "equals": true
      },
      "description": "A duration value together with a unit selected from the source's own list (e.g. day(s), week(s), month(s), year(s)); modelled as one free-form field pairing the two.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page",
      "validation": {
        "maxLength": 50
      }
    },
    {
      "name": "everIssuedUSVisa",
      "label": "Have you ever been issued a U.S. Visa?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page"
    },
    {
      "name": "lastVisaIssuanceDate",
      "label": "Last U.S. visa — date issued",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "requiredWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page"
    },
    {
      "name": "lastVisaClassification",
      "label": "Last U.S. visa — classification",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "requiredWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "description": "Selected from the source's own closed visa-classification list.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "lastVisaNumber",
      "label": "Last U.S. visa — visa number",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "requiredWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "visaEverLostOrStolen",
      "label": "Have any of your U.S. visas ever been lost or stolen?",
      "type": "boolean",
      "required": false,
      "visibleWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "requiredWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page"
    },
    {
      "name": "visaEverCancelledOrRevoked",
      "label": "Have any of your U.S. visas ever been cancelled or revoked?",
      "type": "boolean",
      "required": false,
      "visibleWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "requiredWhen": {
        "field": "everIssuedUSVisa",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page"
    },
    {
      "name": "everRefusedVisaOrAdmission",
      "label": "Have you ever been refused a U.S. Visa, been refused admission to the United States, or withdrawn your application for admission at the port of entry?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous U.S. Travel Information Page"
    },
    {
      "name": "primaryOccupation",
      "label": "Primary occupation",
      "type": "enum",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present Work/Education/Training Information Page",
      "validation": {
        "enum": [
          "agriculture",
          "business",
          "communications",
          "computer_science",
          "culinary_food_services",
          "education",
          "engineering",
          "government",
          "homemaker",
          "legal_profession",
          "medical_health",
          "military",
          "natural_science",
          "physical_sciences",
          "religious_vocation",
          "research",
          "social_science",
          "student",
          "not_employed",
          "retired",
          "other"
        ]
      }
    },
    {
      "name": "presentEmployerOrSchoolName",
      "label": "Present employer or school name",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "not": {
          "any": [
            {
              "field": "primaryOccupation",
              "equals": "not_employed"
            },
            {
              "field": "primaryOccupation",
              "equals": "homemaker"
            },
            {
              "field": "primaryOccupation",
              "equals": "retired"
            }
          ]
        }
      },
      "requiredWhen": {
        "not": {
          "any": [
            {
              "field": "primaryOccupation",
              "equals": "not_employed"
            },
            {
              "field": "primaryOccupation",
              "equals": "homemaker"
            },
            {
              "field": "primaryOccupation",
              "equals": "retired"
            }
          ]
        }
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "presentEmployerOrSchoolAddress",
      "label": "Present employer or school address",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "not": {
          "any": [
            {
              "field": "primaryOccupation",
              "equals": "not_employed"
            },
            {
              "field": "primaryOccupation",
              "equals": "homemaker"
            },
            {
              "field": "primaryOccupation",
              "equals": "retired"
            }
          ]
        }
      },
      "requiredWhen": {
        "not": {
          "any": [
            {
              "field": "primaryOccupation",
              "equals": "not_employed"
            },
            {
              "field": "primaryOccupation",
              "equals": "homemaker"
            },
            {
              "field": "primaryOccupation",
              "equals": "retired"
            }
          ]
        }
      },
      "description": "Street address, city, state/province, postal code, and country/region, modelled as one field.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present Work/Education/Training Information Page",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "presentOccupationExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "any": [
          {
            "field": "primaryOccupation",
            "equals": "not_employed"
          },
          {
            "field": "primaryOccupation",
            "equals": "homemaker"
          },
          {
            "field": "primaryOccupation",
            "equals": "retired"
          }
        ]
      },
      "description": "Free-text explanation collected in place of an employer/school name and address when primaryOccupation is not_employed, homemaker, or retired.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present Work/Education/Training Information Page",
      "validation": {
        "maxLength": 2000
      }
    },
    {
      "name": "hasOtherOccupations",
      "label": "Do you have other occupations?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present Work/Education/Training Information Page"
    },
    {
      "name": "intendedUSOccupation",
      "label": "In which occupation do you intend to work in the U.S.?",
      "type": "enum",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Present Work/Education/Training Information Page",
      "validation": {
        "enum": [
          "agriculture",
          "business",
          "communications",
          "computer_science",
          "culinary_food_services",
          "education",
          "engineering",
          "government",
          "homemaker",
          "legal_profession",
          "medical_health",
          "military",
          "natural_science",
          "physical_sciences",
          "religious_vocation",
          "research",
          "social_science",
          "student",
          "not_employed",
          "retired",
          "other"
        ]
      }
    },
    {
      "name": "previouslyEmployed",
      "label": "Were you previously employed?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page"
    },
    {
      "name": "previousEmployerName",
      "label": "Previous employer — name",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "requiredWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "description": "All employers from the last ten years, starting with the most recent. The live form supports listing more than one employer via 'Add Another'; this schema models the field set for one entry (the most recent employer).",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "previousEmployerAddress",
      "label": "Previous employer — address",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "requiredWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "previousEmployerPhone",
      "label": "Previous employer — telephone number",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "requiredWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "previousJobTitle",
      "label": "Previous employer — job title",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "requiredWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "previousSupervisorSurnames",
      "label": "Previous employer — supervisor's surnames",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "previousSupervisorGivenNames",
      "label": "Previous employer — supervisor's given names",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "description": "May be marked 'Do Not Know'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "previousEmploymentDateFrom",
      "label": "Previous employment — date from",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "requiredWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page"
    },
    {
      "name": "previousEmploymentDateTo",
      "label": "Previous employment — date to",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "requiredWhen": {
        "field": "previouslyEmployed",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page"
    },
    {
      "name": "attendedEducationalInstitution",
      "label": "Have you attended any educational institutions at a secondary level or above?",
      "type": "boolean",
      "required": true,
      "description": "Applies to any high school, college, university, graduate school, doctoral program, or vocational program ever attended.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page"
    },
    {
      "name": "numberOfEducationalInstitutionsAttended",
      "label": "Number of educational institutions attended",
      "type": "integer",
      "required": false,
      "visibleWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "requiredWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "minimum": 1,
        "maximum": 30
      }
    },
    {
      "name": "institutionName",
      "label": "Educational institution — name",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "requiredWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "description": "The live form supports listing more than one institution via 'Add Another'; this schema models the field set for one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "institutionAddress",
      "label": "Educational institution — address",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "requiredWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "institutionCourseOfStudy",
      "label": "Educational institution — course of study",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "requiredWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "description": "For high school, indicate 'Academic' or 'Vocational'; for all other levels, indicate major or concentration.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "institutionDegreeOrDiploma",
      "label": "Educational institution — degree or diploma",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "institutionAttendanceDateFrom",
      "label": "Educational institution — date of attendance from",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "requiredWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page"
    },
    {
      "name": "institutionAttendanceDateTo",
      "label": "Educational institution — date of attendance to",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "requiredWhen": {
        "field": "attendedEducationalInstitution",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Previous Work/Education/Training Information Page"
    },
    {
      "name": "traveledToCountriesLastFiveYears",
      "label": "Have you traveled to any countries/regions within the last five years?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page"
    },
    {
      "name": "countryVisited",
      "label": "Country/region visited",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "traveledToCountriesLastFiveYears",
        "equals": true
      },
      "requiredWhen": {
        "field": "traveledToCountriesLastFiveYears",
        "equals": true
      },
      "description": "The live form supports listing more than one country/region via 'Add Another'; this schema models one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "everServedInMilitary",
      "label": "Have you ever served in the military?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page"
    },
    {
      "name": "militaryServiceCountry",
      "label": "Military service — country/region",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "requiredWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "description": "The live form supports listing more than one period of military service via 'Add Another'; this schema models one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "militaryBranchOfService",
      "label": "Military service — branch of service",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "requiredWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "militaryRankOrPosition",
      "label": "Military service — rank/position",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "requiredWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "militarySpecialty",
      "label": "Military service — military specialty",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "requiredWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "militaryServiceDateFrom",
      "label": "Military service — date of service from",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "requiredWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page"
    },
    {
      "name": "militaryServiceDateTo",
      "label": "Military service — date of service to",
      "type": "date",
      "required": false,
      "visibleWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "requiredWhen": {
        "field": "everServedInMilitary",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page"
    },
    {
      "name": "belongedToOrganization",
      "label": "Have you belonged to, contributed to, or worked for any professional, social, or charitable organization?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page"
    },
    {
      "name": "organizationName",
      "label": "Organization name",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "belongedToOrganization",
        "equals": true
      },
      "requiredWhen": {
        "field": "belongedToOrganization",
        "equals": true
      },
      "description": "The live form supports listing more than one organization via 'Add Another'; this schema models one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "hasSpecializedSkillsOrTraining",
      "label": "Do you have any specialized skills or training, such as firearms, explosives, nuclear, biological, or chemical experience?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page"
    },
    {
      "name": "specializedSkillsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasSpecializedSkillsOrTraining",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasSpecializedSkillsOrTraining",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page",
      "validation": {
        "maxLength": 2000
      }
    },
    {
      "name": "servedInParamilitaryOrInsurgentGroup",
      "label": "Have you ever served in, been a member of, or been involved with a paramilitary unit, vigilante unit, rebel group, guerrilla group, or insurgent organization?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page"
    },
    {
      "name": "paramilitaryExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "servedInParamilitaryOrInsurgentGroup",
        "equals": true
      },
      "requiredWhen": {
        "field": "servedInParamilitaryOrInsurgentGroup",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page",
      "validation": {
        "maxLength": 2000
      }
    },
    {
      "name": "speaksOtherLanguages",
      "label": "Can you speak and/or read languages other than your native language?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page"
    },
    {
      "name": "otherLanguage",
      "label": "Other language",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "speaksOtherLanguages",
        "equals": true
      },
      "requiredWhen": {
        "field": "speaksOtherLanguages",
        "equals": true
      },
      "description": "The live form supports listing more than one language via 'Add Another'; this schema models one entry.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Additional Work/Education/Training Information Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "petitionerRelationship",
      "label": "Petitioner is my",
      "type": "enum",
      "required": true,
      "description": "The petitioner is generally the U.S. person or business who made a formal request that the applicant be considered for an immigrant visa or permanent legal residence — generally a U.S. citizen relative, U.S. permanent resident relative, or U.S. employer. In some cases the applicant may have filed a petition on their own behalf (self).",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Petitioner Information Page",
      "validation": {
        "enum": [
          "father",
          "mother",
          "brother",
          "sister",
          "spouse",
          "child",
          "stepfather",
          "stepmother",
          "uncle",
          "aunt",
          "grandparent",
          "in_law",
          "employer",
          "prospective_employer",
          "self",
          "other"
        ]
      }
    },
    {
      "name": "petitionerRelationshipOther",
      "label": "Petitioner relationship — specify other",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "petitionerRelationship",
        "equals": "other"
      },
      "requiredWhen": {
        "field": "petitionerRelationship",
        "equals": "other"
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Petitioner Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "petitionerSurnames",
      "label": "Petitioner — surnames",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "requiredWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Petitioner Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "petitionerGivenNames",
      "label": "Petitioner — given names",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "requiredWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Petitioner Information Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "petitionerAddress",
      "label": "Petitioner — address",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "requiredWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "description": "Street address, city, state/province, postal code, and country/region, modelled as one field.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Petitioner Information Page",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "petitionerTelephone",
      "label": "Petitioner — telephone",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "requiredWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Petitioner Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "petitionerMobileTelephone",
      "label": "Petitioner — mobile/cell telephone",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "description": "May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Petitioner Information Page",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "petitionerEmail",
      "label": "Petitioner — email address",
      "type": "string",
      "required": false,
      "classification": "pii",
      "visibleWhen": {
        "field": "petitionerRelationship",
        "notEquals": "self"
      },
      "description": "May be used for correspondence purposes; may be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Petitioner Information Page",
      "validation": {
        "maxLength": 254
      }
    },
    {
      "name": "hasCommunicableDiseaseOfPublicHealthSignificance",
      "label": "Do you have a communicable disease of public health significance such as tuberculosis (TB)?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Medical and Health Information Page"
    },
    {
      "name": "hasCommunicableDiseaseOfPublicHealthSignificanceExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasCommunicableDiseaseOfPublicHealthSignificance",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasCommunicableDiseaseOfPublicHealthSignificance",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Medical and Health Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "hasVaccinationDocumentation",
      "label": "Do you have documentation to establish that you have received vaccinations in accordance with U.S. law?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Medical and Health Information Page"
    },
    {
      "name": "hasMentalOrPhysicalDisorderThreat",
      "label": "Do you have a mental or physical disorder that poses or is likely to pose a threat to the safety or welfare of yourself or others?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Medical and Health Information Page"
    },
    {
      "name": "hasMentalOrPhysicalDisorderThreatExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "hasMentalOrPhysicalDisorderThreat",
        "equals": true
      },
      "requiredWhen": {
        "field": "hasMentalOrPhysicalDisorderThreat",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Medical and Health Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "isDrugAbuserOrAddict",
      "label": "Are you or have you ever been a drug abuser or addict?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Medical and Health Information Page"
    },
    {
      "name": "isDrugAbuserOrAddictExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "isDrugAbuserOrAddict",
        "equals": true
      },
      "requiredWhen": {
        "field": "isDrugAbuserOrAddict",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Medical and Health Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "arrestedOrConvictedForOffense",
      "label": "Have you ever been arrested or convicted for any offense or crime, even though subject of a pardon, amnesty, or other similar action?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page"
    },
    {
      "name": "arrestedOrConvictedForOffenseExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "arrestedOrConvictedForOffense",
        "equals": true
      },
      "requiredWhen": {
        "field": "arrestedOrConvictedForOffense",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "violatedControlledSubstanceLaw",
      "label": "Have you ever violated, or engaged in a conspiracy to violate, any law relating to controlled substances?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page"
    },
    {
      "name": "violatedControlledSubstanceLawExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "violatedControlledSubstanceLaw",
        "equals": true
      },
      "requiredWhen": {
        "field": "violatedControlledSubstanceLaw",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "spouseSonDaughterOfTraffickerBenefited",
      "label": "Are you the spouse, son, or daughter of an individual who has violated any controlled substance trafficking law, and have knowingly benefited from the trafficking activities in the past five years?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page"
    },
    {
      "name": "spouseSonDaughterOfTraffickerBenefitedExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "spouseSonDaughterOfTraffickerBenefited",
        "equals": true
      },
      "requiredWhen": {
        "field": "spouseSonDaughterOfTraffickerBenefited",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "engagedInProstitutionOrVice",
      "label": "Are you coming to the United States to engage in prostitution or unlawful commercialized vice or have you been engaged in prostitution or procuring prostitutes within the past 10 years?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page"
    },
    {
      "name": "engagedInProstitutionOrViceExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "engagedInProstitutionOrVice",
        "equals": true
      },
      "requiredWhen": {
        "field": "engagedInProstitutionOrVice",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "involvedInMoneyLaundering",
      "label": "Have you ever been involved in, or do you seek to engage in, money laundering?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page"
    },
    {
      "name": "involvedInMoneyLaunderingExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "involvedInMoneyLaundering",
        "equals": true
      },
      "requiredWhen": {
        "field": "involvedInMoneyLaundering",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "committedHumanTraffickingOffense",
      "label": "Have you ever committed or conspired to commit a human trafficking offense in the United States or outside the United States?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page"
    },
    {
      "name": "committedHumanTraffickingOffenseExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "committedHumanTraffickingOffense",
        "equals": true
      },
      "requiredWhen": {
        "field": "committedHumanTraffickingOffense",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "aidedTraffickingIndividual",
      "label": "Have you ever knowingly aided, abetted, assisted, or colluded with an individual who has been identified by the President of the United States as a person who plays a significant role in a severe form of trafficking in persons?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page"
    },
    {
      "name": "aidedTraffickingIndividualExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "aidedTraffickingIndividual",
        "equals": true
      },
      "requiredWhen": {
        "field": "aidedTraffickingIndividual",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "spouseSonDaughterOfHumanTraffickerBenefited",
      "label": "Are you the spouse, son, or daughter of an individual who has committed or conspired to commit a human trafficking offense in the United States or outside the United States and have you within the last five years, knowingly benefited from the trafficking activities?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page"
    },
    {
      "name": "spouseSonDaughterOfHumanTraffickerBenefitedExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "spouseSonDaughterOfHumanTraffickerBenefited",
        "equals": true
      },
      "requiredWhen": {
        "field": "spouseSonDaughterOfHumanTraffickerBenefited",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Criminal Information Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "seeksEspionageSabotageExportViolation",
      "label": "Do you seek to engage in espionage, sabotage, export control violations, or any other illegal activity while in the United States?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page"
    },
    {
      "name": "seeksEspionageSabotageExportViolationExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "seeksEspionageSabotageExportViolation",
        "equals": true
      },
      "requiredWhen": {
        "field": "seeksEspionageSabotageExportViolation",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "seeksOrEngagedInTerroristActivities",
      "label": "Do you seek to engage in terrorist activities while in the United States or have you ever engaged in terrorist activities?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page"
    },
    {
      "name": "seeksOrEngagedInTerroristActivitiesExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "seeksOrEngagedInTerroristActivities",
        "equals": true
      },
      "requiredWhen": {
        "field": "seeksOrEngagedInTerroristActivities",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "providedSupportToTerrorists",
      "label": "Have you ever or do you intend to provide financial assistance or other support to terrorists or terrorist organizations?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page"
    },
    {
      "name": "providedSupportToTerroristsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "providedSupportToTerrorists",
        "equals": true
      },
      "requiredWhen": {
        "field": "providedSupportToTerrorists",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "memberOrRepresentativeOfTerroristOrg",
      "label": "Are you a member or representative of a terrorist organization?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page"
    },
    {
      "name": "memberOrRepresentativeOfTerroristOrgExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "memberOrRepresentativeOfTerroristOrg",
        "equals": true
      },
      "requiredWhen": {
        "field": "memberOrRepresentativeOfTerroristOrg",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "participatedInGenocide",
      "label": "Have you ever ordered, incited, committed, assisted, or otherwise participated in genocide?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page"
    },
    {
      "name": "participatedInGenocideExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "participatedInGenocide",
        "equals": true
      },
      "requiredWhen": {
        "field": "participatedInGenocide",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "participatedInTorture",
      "label": "Have you ever committed, ordered, incited, assisted, or otherwise participated in torture?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page"
    },
    {
      "name": "participatedInTortureExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "participatedInTorture",
        "equals": true
      },
      "requiredWhen": {
        "field": "participatedInTorture",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "participatedInExtrajudicialKillings",
      "label": "Have you committed, ordered, incited, assisted, or otherwise participated in extrajudicial killings, political killings, or other acts of violence?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page"
    },
    {
      "name": "participatedInExtrajudicialKillingsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "participatedInExtrajudicialKillings",
        "equals": true
      },
      "requiredWhen": {
        "field": "participatedInExtrajudicialKillings",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "recruitedOrUsedChildSoldiers",
      "label": "Have you ever engaged in the recruitment of or the use of child soldiers?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page"
    },
    {
      "name": "recruitedOrUsedChildSoldiersExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "recruitedOrUsedChildSoldiers",
        "equals": true
      },
      "requiredWhen": {
        "field": "recruitedOrUsedChildSoldiers",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "govOfficialResponsibleForReligiousFreedomViolations",
      "label": "Have you, while serving as a government official, been responsible for or directly carried out, at any time, particularly severe violations of religious freedom?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page"
    },
    {
      "name": "govOfficialResponsibleForReligiousFreedomViolationsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "govOfficialResponsibleForReligiousFreedomViolations",
        "equals": true
      },
      "requiredWhen": {
        "field": "govOfficialResponsibleForReligiousFreedomViolations",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "memberOfCommunistOrTotalitarianParty",
      "label": "Are you a member of or affiliated with the Communist or other totalitarian party?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page"
    },
    {
      "name": "memberOfCommunistOrTotalitarianPartyExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "memberOfCommunistOrTotalitarianParty",
        "equals": true
      },
      "requiredWhen": {
        "field": "memberOfCommunistOrTotalitarianParty",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "assistedColombianArmedGroups",
      "label": "Have you ever directly or indirectly assisted or supported any of the groups in Colombia known as the Revolutionary Armed Forces of Colombia (FARC), National Liberation Army (ELN), or United Self-Defense Forces of Colombia (AUC)?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page"
    },
    {
      "name": "assistedColombianArmedGroupsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "assistedColombianArmedGroups",
        "equals": true
      },
      "requiredWhen": {
        "field": "assistedColombianArmedGroups",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "convertedPropertyForPersonalGain",
      "label": "Have you ever, through abuse of governmental or political position, converted for personal gain, confiscated or expropriated property in a foreign nation to which a United States national had claim of ownership?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page"
    },
    {
      "name": "convertedPropertyForPersonalGainExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "convertedPropertyForPersonalGain",
        "equals": true
      },
      "requiredWhen": {
        "field": "convertedPropertyForPersonalGain",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "spouseMinorChildOrAgentOfPropertyConverter",
      "label": "Are you the spouse, minor child, or agent of an individual who has through abuse of governmental or political position converted for personal gain, confiscated or expropriated property in a foreign nation to which a United States national had claim of ownership?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page"
    },
    {
      "name": "spouseMinorChildOrAgentOfPropertyConverterExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "spouseMinorChildOrAgentOfPropertyConverter",
        "equals": true
      },
      "requiredWhen": {
        "field": "spouseMinorChildOrAgentOfPropertyConverter",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "involvedInForcedAbortionOrSterilization",
      "label": "Have you ever been directly involved in the establishment or enforcement of population controls forcing a woman to undergo an abortion against her free choice or a man or a woman to undergo sterilization against his or her free choice?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page"
    },
    {
      "name": "involvedInForcedAbortionOrSterilizationExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "involvedInForcedAbortionOrSterilization",
        "equals": true
      },
      "requiredWhen": {
        "field": "involvedInForcedAbortionOrSterilization",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "disclosedTraffickedChemicalWeaponsConventionInfo",
      "label": "Have you ever disclosed or trafficked in confidential U.S. business information obtained in connection with U.S. participation in the Chemical Weapons Convention?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page"
    },
    {
      "name": "disclosedTraffickedChemicalWeaponsConventionInfoExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "disclosedTraffickedChemicalWeaponsConventionInfo",
        "equals": true
      },
      "requiredWhen": {
        "field": "disclosedTraffickedChemicalWeaponsConventionInfo",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "spouseMinorChildOrAgentOfCWCDiscloser",
      "label": "Are you the spouse, minor child, or agent of an individual who has disclosed or trafficked in confidential U.S. business information obtained in connection with U.S. participation in the Chemical Weapons Convention?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page"
    },
    {
      "name": "spouseMinorChildOrAgentOfCWCDiscloserExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "spouseMinorChildOrAgentOfCWCDiscloser",
        "equals": true
      },
      "requiredWhen": {
        "field": "spouseMinorChildOrAgentOfCWCDiscloser",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Security Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "soughtVisaByFraudOrMisrepresentation",
      "label": "Have you ever sought to obtain or assist others to obtain a visa, entry into the United States, or any other United States immigration benefit by fraud or willful misrepresentation or other unlawful means?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page"
    },
    {
      "name": "soughtVisaByFraudOrMisrepresentationExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "soughtVisaByFraudOrMisrepresentation",
        "equals": true
      },
      "requiredWhen": {
        "field": "soughtVisaByFraudOrMisrepresentation",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "removedOrDeportedFromAnyCountry",
      "label": "Have you ever been removed or deported from any country?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page"
    },
    {
      "name": "removedOrDeportedFromAnyCountryExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "removedOrDeportedFromAnyCountry",
        "equals": true
      },
      "requiredWhen": {
        "field": "removedOrDeportedFromAnyCountry",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "subjectOfRemovalOrDeportationHearing",
      "label": "Have you ever been the subject of a removal or deportation hearing?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page"
    },
    {
      "name": "subjectOfRemovalOrDeportationHearingExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "subjectOfRemovalOrDeportationHearing",
        "equals": true
      },
      "requiredWhen": {
        "field": "subjectOfRemovalOrDeportationHearing",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "failedToAttendRemovabilityHearing",
      "label": "Have you failed to attend a hearing on removability or inadmissibility within the last five years?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page"
    },
    {
      "name": "failedToAttendRemovabilityHearingExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "failedToAttendRemovabilityHearing",
        "equals": true
      },
      "requiredWhen": {
        "field": "failedToAttendRemovabilityHearing",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "unlawfullyPresentOverstayedOrViolatedVisaTerms",
      "label": "Have you ever been unlawfully present, overstayed the amount of time granted by an immigration official or otherwise violated the terms of a U.S. visa?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page"
    },
    {
      "name": "unlawfullyPresentOverstayedOrViolatedVisaTermsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "unlawfullyPresentOverstayedOrViolatedVisaTerms",
        "equals": true
      },
      "requiredWhen": {
        "field": "unlawfullyPresentOverstayedOrViolatedVisaTerms",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "subjectToCivilPenaltyINA274C",
      "label": "Are you subject to a civil penalty under INA 274C?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page"
    },
    {
      "name": "subjectToCivilPenaltyINA274CExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "subjectToCivilPenaltyINA274C",
        "equals": true
      },
      "requiredWhen": {
        "field": "subjectToCivilPenaltyINA274C",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "orderedRemovedLastFiveYears",
      "label": "Have you been ordered removed from the U.S. during the last five years?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page"
    },
    {
      "name": "orderedRemovedLastFiveYearsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "orderedRemovedLastFiveYears",
        "equals": true
      },
      "requiredWhen": {
        "field": "orderedRemovedLastFiveYears",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "orderedRemovedSecondTimeLastTwentyYears",
      "label": "Have you been ordered removed from the U.S. for a second time within the last 20 years?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page"
    },
    {
      "name": "orderedRemovedSecondTimeLastTwentyYearsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "orderedRemovedSecondTimeLastTwentyYears",
        "equals": true
      },
      "requiredWhen": {
        "field": "orderedRemovedSecondTimeLastTwentyYears",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "unlawfullyPresentAndOrderedRemovedLastTenYears",
      "label": "Have you ever been unlawfully present and ordered removed from the U.S. during the last ten years?",
      "type": "boolean",
      "required": true,
      "description": "Displayed for applicants who answered yes to everBeenInUS on the Previous U.S. Travel step.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 2 Page"
    },
    {
      "name": "unlawfullyPresentAndOrderedRemovedLastTenYearsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "unlawfullyPresentAndOrderedRemovedLastTenYears",
        "equals": true
      },
      "requiredWhen": {
        "field": "unlawfullyPresentAndOrderedRemovedLastTenYears",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "convictedAggravatedFelonyAndRemoved",
      "label": "Have you ever been convicted of an aggravated felony and been ordered removed from the U.S.?",
      "type": "boolean",
      "required": true,
      "description": "Displayed for applicants who answered yes to everBeenInUS on the Previous U.S. Travel step.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 2 Page"
    },
    {
      "name": "convictedAggravatedFelonyAndRemovedExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "convictedAggravatedFelonyAndRemoved",
        "equals": true
      },
      "requiredWhen": {
        "field": "convictedAggravatedFelonyAndRemoved",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "unlawfullyPresent180DaysVoluntaryDeparture",
      "label": "Have you ever been unlawfully present in the U.S. for more than 180 days (but no more than one year) and have voluntarily departed the U.S. within the last three years?",
      "type": "boolean",
      "required": true,
      "description": "Displayed for applicants who answered yes to everBeenInUS on the Previous U.S. Travel step.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 2 Page"
    },
    {
      "name": "unlawfullyPresent180DaysVoluntaryDepartureExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "unlawfullyPresent180DaysVoluntaryDeparture",
        "equals": true
      },
      "requiredWhen": {
        "field": "unlawfullyPresent180DaysVoluntaryDeparture",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "unlawfullyPresentOverOneYearAggregateLastTenYears",
      "label": "Have you ever been unlawfully present in the U.S. for more than one year or more than one year in the aggregate at any time during the last 10 years?",
      "type": "boolean",
      "required": true,
      "description": "Displayed for applicants who answered yes to everBeenInUS on the Previous U.S. Travel step.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 2 Page"
    },
    {
      "name": "unlawfullyPresentOverOneYearAggregateLastTenYearsExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "unlawfullyPresentOverOneYearAggregateLastTenYears",
        "equals": true
      },
      "requiredWhen": {
        "field": "unlawfullyPresentOverOneYearAggregateLastTenYears",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Immigration Law Violations Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "withheldCustodyOfUSCitizenChild",
      "label": "Have you ever withheld custody of a U.S. citizen child outside the United States from a person granted legal custody by a U.S. court?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page"
    },
    {
      "name": "withheldCustodyOfUSCitizenChildExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "withheldCustodyOfUSCitizenChild",
        "equals": true
      },
      "requiredWhen": {
        "field": "withheldCustodyOfUSCitizenChild",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "assistedWithholdingCustodyOfUSCitizenChild",
      "label": "Have you ever intentionally assisted another person in withholding custody of a U.S. citizen child outside the United States from a person granted legal custody by a U.S. court?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page"
    },
    {
      "name": "assistedWithholdingCustodyOfUSCitizenChildExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "assistedWithholdingCustodyOfUSCitizenChild",
        "equals": true
      },
      "requiredWhen": {
        "field": "assistedWithholdingCustodyOfUSCitizenChild",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "votedInUSInViolationOfLaw",
      "label": "Have you voted in the United States in violation of any law or regulation?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page"
    },
    {
      "name": "votedInUSInViolationOfLawExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "votedInUSInViolationOfLaw",
        "equals": true
      },
      "requiredWhen": {
        "field": "votedInUSInViolationOfLaw",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "renouncedCitizenshipToAvoidTaxation",
      "label": "Have you ever renounced United States citizenship for the purpose of avoiding taxation?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page"
    },
    {
      "name": "renouncedCitizenshipToAvoidTaxationExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "renouncedCitizenshipToAvoidTaxation",
        "equals": true
      },
      "requiredWhen": {
        "field": "renouncedCitizenshipToAvoidTaxation",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "attendedPublicSchoolOnFStatusWithoutReimbursing",
      "label": "Have you attended a public elementary school or a public secondary school on student (F) status after November 30, 1996 without reimbursing the school?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page"
    },
    {
      "name": "attendedPublicSchoolOnFStatusWithoutReimbursingExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "attendedPublicSchoolOnFStatusWithoutReimbursing",
        "equals": true
      },
      "requiredWhen": {
        "field": "attendedPublicSchoolOnFStatusWithoutReimbursing",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "seeksLaborWithoutSecretaryOfLaborCertification",
      "label": "Do you seek to enter the United States for the purpose of performing skilled or unskilled labor but have not yet been certified by the Secretary of Labor?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page"
    },
    {
      "name": "seeksLaborWithoutSecretaryOfLaborCertificationExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "seeksLaborWithoutSecretaryOfLaborCertification",
        "equals": true
      },
      "requiredWhen": {
        "field": "seeksLaborWithoutSecretaryOfLaborCertification",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "foreignMedicalGraduateWithoutNBMECertification",
      "label": "Are you a graduate of a foreign medical school seeking to perform medical services in the United States but have not yet passed the National Board of Medical Examiners examination or its equivalent?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page"
    },
    {
      "name": "foreignMedicalGraduateWithoutNBMECertificationExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "foreignMedicalGraduateWithoutNBMECertification",
        "equals": true
      },
      "requiredWhen": {
        "field": "foreignMedicalGraduateWithoutNBMECertification",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 1 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "healthCareWorkerWithoutCertification",
      "label": "Are you a health care worker seeking to perform such work in the United States but have not yet received certification from the Commission on Graduates of Foreign Nursing Schools or from an equivalent approved independent credentialing organization?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page"
    },
    {
      "name": "healthCareWorkerWithoutCertificationExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "healthCareWorkerWithoutCertification",
        "equals": true
      },
      "requiredWhen": {
        "field": "healthCareWorkerWithoutCertification",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "permanentlyIneligibleForCitizenship",
      "label": "Are you permanently ineligible for U.S. citizenship?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page"
    },
    {
      "name": "permanentlyIneligibleForCitizenshipExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "permanentlyIneligibleForCitizenship",
        "equals": true
      },
      "requiredWhen": {
        "field": "permanentlyIneligibleForCitizenship",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "departedUSToEvadeMilitaryServiceDuringWar",
      "label": "Have you ever departed the United States in order to evade military service during a time of war?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page"
    },
    {
      "name": "departedUSToEvadeMilitaryServiceDuringWarExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "departedUSToEvadeMilitaryServiceDuringWar",
        "equals": true
      },
      "requiredWhen": {
        "field": "departedUSToEvadeMilitaryServiceDuringWar",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "seeksToPracticePolygamy",
      "label": "Are you coming to the U.S. to practice polygamy?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page"
    },
    {
      "name": "seeksToPracticePolygamyExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "seeksToPracticePolygamy",
        "equals": true
      },
      "requiredWhen": {
        "field": "seeksToPracticePolygamy",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "formerExchangeVisitorNotFulfilledResidenceRequirement",
      "label": "Are you a former exchange visitor (J) who has not yet fulfilled the two-year foreign residence requirement?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page"
    },
    {
      "name": "formerExchangeVisitorNotFulfilledResidenceRequirementExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "formerExchangeVisitorNotFulfilledResidenceRequirement",
        "equals": true
      },
      "requiredWhen": {
        "field": "formerExchangeVisitorNotFulfilledResidenceRequirement",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "dhsDeterminedFrivolousAsylumApplication",
      "label": "Has the Secretary of Homeland Security of the United States ever determined that you knowingly made a frivolous application for asylum?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page"
    },
    {
      "name": "dhsDeterminedFrivolousAsylumApplicationExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "dhsDeterminedFrivolousAsylumApplication",
        "equals": true
      },
      "requiredWhen": {
        "field": "dhsDeterminedFrivolousAsylumApplication",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "likelyToBecomePublicCharge",
      "label": "Are you likely to become a public charge after you are admitted to the United States?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page"
    },
    {
      "name": "likelyToBecomePublicChargeExplanation",
      "label": "Explain",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "likelyToBecomePublicCharge",
        "equals": true
      },
      "requiredWhen": {
        "field": "likelyToBecomePublicCharge",
        "equals": true
      },
      "description": "Required explanation when the preceding question is answered yes. A visa may not be issued to persons within specific categories defined by law as inadmissible to the United States (except when a waiver is obtained in advance); a yes answer does not automatically signify ineligibility for a visa.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Security and Background: Miscellaneous Information 2 Page",
      "validation": {
        "maxLength": 4000
      }
    },
    {
      "name": "everAppliedForSSN",
      "label": "Have you ever applied for a Social Security number?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Social Security Number Information Page"
    },
    {
      "name": "wasIssuedSSN",
      "label": "Were you issued a number?",
      "type": "boolean",
      "required": false,
      "visibleWhen": {
        "field": "everAppliedForSSN",
        "equals": true
      },
      "requiredWhen": {
        "field": "everAppliedForSSN",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Social Security Number Information Page"
    },
    {
      "name": "socialSecurityNumber",
      "label": "Social Security Number",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "visibleWhen": {
        "field": "wasIssuedSSN",
        "equals": true
      },
      "description": "May be marked 'Do Not Know'; if unknown, one is assigned during the immigrant visa process provided the applicant answers yes to consentToDisclosureForSSN.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Social Security Number Information Page",
      "validation": {
        "pattern": "^[0-9]{3}-?[0-9]{2}-?[0-9]{4}$"
      }
    },
    {
      "name": "needsNewSSNCard",
      "label": "Do you need a new card issued?",
      "type": "boolean",
      "required": true,
      "description": "A yes answer requires answering yes to consentToDisclosureForSSN for a card to be issued.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Social Security Number Information Page"
    },
    {
      "name": "consentToDisclosureForSSN",
      "label": "Do you authorize disclosure of information from this form to the Department of Homeland Security, the Social Security Administration, and such other U.S. Government agencies as may be required for the purposes of assigning you a social security number (SSN) and issuing you a Social Security card, and do you authorize the Social Security Administration to share your SSN with the Department of Homeland Security?",
      "type": "boolean",
      "required": true,
      "description": "Answering no means the applicant will not receive a Social Security card. The applicant's response does not limit or restrict the government's ability to obtain a Social Security number or other information on this form for enforcement or other purposes authorized by law.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Social Security Number Information Page"
    },
    {
      "name": "preparerAssistedApplication",
      "label": "Did anyone assist you in filling out this application?",
      "type": "boolean",
      "required": true,
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Sign and Submit Page"
    },
    {
      "name": "preparerSurnames",
      "label": "Preparer — surnames",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "preparerAssistedApplication",
        "equals": true
      },
      "description": "May be marked 'Does Not Apply' (e.g. for an organization without an individual preparer).",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Sign and Submit Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "preparerGivenNames",
      "label": "Preparer — given names",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "preparerAssistedApplication",
        "equals": true
      },
      "description": "May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Sign and Submit Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "preparerOrganizationName",
      "label": "Preparer — organization name",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "preparerAssistedApplication",
        "equals": true
      },
      "description": "May be marked 'Does Not Apply'.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Sign and Submit Page",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "preparerAddress",
      "label": "Preparer — address",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "preparerAssistedApplication",
        "equals": true
      },
      "description": "Street address, city, state/province, postal code, and country/region, modelled as one field.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Sign and Submit Page",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "preparerRelationshipToApplicant",
      "label": "Preparer — relationship to you",
      "type": "string",
      "required": false,
      "visibleWhen": {
        "field": "preparerAssistedApplication",
        "equals": true
      },
      "requiredWhen": {
        "field": "preparerAssistedApplication",
        "equals": true
      },
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Sign and Submit Page",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "nvcCaseNumber",
      "label": "NVC Case Number",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "Assigned by the National Visa Center; required to access and complete the DS-260.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Sign and Submit Page",
      "validation": {
        "maxLength": 30
      }
    },
    {
      "name": "signingPassportNumber",
      "label": "Passport number (for e-signature)",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "Entered as part of the electronic signature step, alongside the applicant's attestation under penalty of perjury (28 U.S.C. 1746) that all statements in the application are true and complete.",
      "sourceRef": "DS-260 IV Application SAMPLE (Bureau of Consular Affairs, Consular Systems and Technology, Oct 2019) — Sign and Submit Page",
      "validation": {
        "maxLength": 30
      }
    }
  ],
  "steps": [
    {
      "id": "personal_1",
      "title": "Personal Information 1",
      "fields": [
        "usedOtherNames",
        "otherSurnamesUsed",
        "otherGivenNamesUsed",
        "surnames",
        "givenNames",
        "fullNameNativeAlphabet",
        "sex",
        "currentMaritalStatus",
        "dateOfBirth",
        "cityOfBirth",
        "stateProvinceOfBirth",
        "countryOfBirth"
      ],
      "next": "personal_2"
    },
    {
      "id": "personal_2",
      "title": "Personal Information 2",
      "fields": [
        "countryOfOrigin",
        "travelDocumentType",
        "travelDocumentId",
        "travelDocumentIssuingCountry",
        "travelDocumentIssuanceDate",
        "travelDocumentExpirationDate",
        "hasOtherNationality",
        "otherCountryOfOrigin",
        "holdsPassportForOtherNationality",
        "otherNationalityPassportNumber"
      ],
      "next": "address_and_phone"
    },
    {
      "id": "address_and_phone",
      "title": "Present and Previous Address, Phone, Email, Social Media",
      "fields": [
        "presentAddressLine1",
        "presentAddressLine2",
        "presentAddressCity",
        "presentAddressStateProvince",
        "presentAddressPostalCode",
        "presentAddressCountry",
        "presentAddressStartDate",
        "livedElsewhereSinceSixteen",
        "previousAddressLine1",
        "previousAddressCity",
        "previousAddressCountry",
        "previousAddressDateFrom",
        "previousAddressDateTo",
        "primaryPhoneNumber",
        "secondaryPhoneNumber",
        "workPhoneNumber",
        "usedOtherPhoneNumbers",
        "otherPhoneNumber",
        "emailAddress",
        "usedOtherEmailAddresses",
        "otherEmailAddress",
        "socialMediaProvider",
        "socialMediaIdentifier",
        "hasOtherSocialMedia",
        "otherSocialMediaProvider",
        "otherSocialMediaIdentifier"
      ],
      "next": "mailing_and_permanent_address"
    },
    {
      "id": "mailing_and_permanent_address",
      "title": "Mailing and Permanent Address",
      "fields": [
        "mailingSameAsPresentAddress",
        "mailingAddressLine1",
        "mailingAddressCity",
        "mailingAddressCountry",
        "permanentAddressContactName",
        "permanentAddressLine1",
        "permanentAddressLine2",
        "permanentAddressCity",
        "permanentAddressState",
        "permanentAddressZipCode",
        "permanentAddressPhoneNumber",
        "permanentAddressIsGreenCardMailingAddress",
        "greenCardMailingAddressLine1",
        "greenCardMailingAddressCity"
      ],
      "next": "family_parents"
    },
    {
      "id": "family_parents",
      "title": "Family Information: Parents",
      "fields": [
        "fatherSurnames",
        "fatherGivenNames",
        "fatherDateOfBirth",
        "fatherCountryOfBirth",
        "fatherStillLiving",
        "fatherCurrentAddress",
        "motherSurnamesAtBirth",
        "motherGivenNames",
        "motherDateOfBirth",
        "motherCountryOfBirth",
        "motherStillLiving",
        "motherAddressSameAsFather",
        "motherCurrentAddress"
      ],
      "next": "family_spouse"
    },
    {
      "id": "family_spouse",
      "title": "Family Information: Spouse",
      "fields": [
        "spouseSurnames",
        "spouseGivenNames",
        "spouseDateOfBirth",
        "spouseCountryOfBirth",
        "spouseAddressType",
        "spouseAddress",
        "spouseOccupation",
        "spouseOccupationOther",
        "spouseMarriageDate",
        "spouseMarriageCity",
        "spouseMarriageCountry",
        "spouseImmigratingWithApplicant"
      ],
      "next": "family_previous_spouse"
    },
    {
      "id": "family_previous_spouse",
      "title": "Family Information: Previous Spouse",
      "fields": [
        "hasPreviousSpouses",
        "previousSpouseSurnames",
        "previousSpouseGivenNames",
        "previousSpouseDateOfBirth",
        "previousSpouseCountryOfBirth",
        "previousSpouseNationality",
        "previousMarriageDateBegan",
        "previousMarriageHowTerminated",
        "previousMarriageHowTerminatedOther",
        "previousMarriageDateEnded",
        "previousMarriageEndedCity",
        "previousMarriageEndedCountry"
      ],
      "next": "family_children"
    },
    {
      "id": "family_children",
      "title": "Family Information: Children",
      "fields": [
        "hasChildren",
        "numberOfChildren",
        "childSurnames",
        "childGivenNames",
        "childDateOfBirth",
        "childCountryOfBirth",
        "childLivesWithApplicant",
        "childImmigratingWithApplicant"
      ],
      "next": "previous_us_travel"
    },
    {
      "id": "previous_us_travel",
      "title": "Previous U.S. Travel Information",
      "fields": [
        "everBeenInUS",
        "issuedAlienRegistrationNumber",
        "lastVisitDateArrived",
        "lastVisitLengthOfStay",
        "everIssuedUSVisa",
        "lastVisaIssuanceDate",
        "lastVisaClassification",
        "lastVisaNumber",
        "visaEverLostOrStolen",
        "visaEverCancelledOrRevoked",
        "everRefusedVisaOrAdmission"
      ],
      "next": "work_present"
    },
    {
      "id": "work_present",
      "title": "Present Work/Education/Training Information",
      "fields": [
        "primaryOccupation",
        "presentEmployerOrSchoolName",
        "presentEmployerOrSchoolAddress",
        "presentOccupationExplanation",
        "hasOtherOccupations",
        "intendedUSOccupation"
      ],
      "next": "work_previous"
    },
    {
      "id": "work_previous",
      "title": "Previous Work/Education/Training Information",
      "fields": [
        "previouslyEmployed",
        "previousEmployerName",
        "previousEmployerAddress",
        "previousEmployerPhone",
        "previousJobTitle",
        "previousSupervisorSurnames",
        "previousSupervisorGivenNames",
        "previousEmploymentDateFrom",
        "previousEmploymentDateTo",
        "attendedEducationalInstitution",
        "numberOfEducationalInstitutionsAttended",
        "institutionName",
        "institutionAddress",
        "institutionCourseOfStudy",
        "institutionDegreeOrDiploma",
        "institutionAttendanceDateFrom",
        "institutionAttendanceDateTo"
      ],
      "next": "work_additional"
    },
    {
      "id": "work_additional",
      "title": "Additional Work/Education/Training Information",
      "fields": [
        "traveledToCountriesLastFiveYears",
        "countryVisited",
        "everServedInMilitary",
        "militaryServiceCountry",
        "militaryBranchOfService",
        "militaryRankOrPosition",
        "militarySpecialty",
        "militaryServiceDateFrom",
        "militaryServiceDateTo",
        "belongedToOrganization",
        "organizationName",
        "hasSpecializedSkillsOrTraining",
        "specializedSkillsExplanation",
        "servedInParamilitaryOrInsurgentGroup",
        "paramilitaryExplanation",
        "speaksOtherLanguages",
        "otherLanguage"
      ],
      "next": "petitioner"
    },
    {
      "id": "petitioner",
      "title": "Petitioner Information",
      "fields": [
        "petitionerRelationship",
        "petitionerRelationshipOther",
        "petitionerSurnames",
        "petitionerGivenNames",
        "petitionerAddress",
        "petitionerTelephone",
        "petitionerMobileTelephone",
        "petitionerEmail"
      ],
      "next": "security_medical"
    },
    {
      "id": "security_medical",
      "title": "Security and Background: Medical and Health Information",
      "fields": [
        "hasCommunicableDiseaseOfPublicHealthSignificance",
        "hasCommunicableDiseaseOfPublicHealthSignificanceExplanation",
        "hasVaccinationDocumentation",
        "hasMentalOrPhysicalDisorderThreat",
        "hasMentalOrPhysicalDisorderThreatExplanation",
        "isDrugAbuserOrAddict",
        "isDrugAbuserOrAddictExplanation"
      ],
      "next": "security_criminal"
    },
    {
      "id": "security_criminal",
      "title": "Security and Background: Criminal Information",
      "fields": [
        "arrestedOrConvictedForOffense",
        "arrestedOrConvictedForOffenseExplanation",
        "violatedControlledSubstanceLaw",
        "violatedControlledSubstanceLawExplanation",
        "spouseSonDaughterOfTraffickerBenefited",
        "spouseSonDaughterOfTraffickerBenefitedExplanation",
        "engagedInProstitutionOrVice",
        "engagedInProstitutionOrViceExplanation",
        "involvedInMoneyLaundering",
        "involvedInMoneyLaunderingExplanation",
        "committedHumanTraffickingOffense",
        "committedHumanTraffickingOffenseExplanation",
        "aidedTraffickingIndividual",
        "aidedTraffickingIndividualExplanation",
        "spouseSonDaughterOfHumanTraffickerBenefited",
        "spouseSonDaughterOfHumanTraffickerBenefitedExplanation"
      ],
      "next": "security_1"
    },
    {
      "id": "security_1",
      "title": "Security and Background: Security Information 1",
      "fields": [
        "seeksEspionageSabotageExportViolation",
        "seeksEspionageSabotageExportViolationExplanation",
        "seeksOrEngagedInTerroristActivities",
        "seeksOrEngagedInTerroristActivitiesExplanation",
        "providedSupportToTerrorists",
        "providedSupportToTerroristsExplanation",
        "memberOrRepresentativeOfTerroristOrg",
        "memberOrRepresentativeOfTerroristOrgExplanation",
        "participatedInGenocide",
        "participatedInGenocideExplanation",
        "participatedInTorture",
        "participatedInTortureExplanation",
        "participatedInExtrajudicialKillings",
        "participatedInExtrajudicialKillingsExplanation",
        "recruitedOrUsedChildSoldiers",
        "recruitedOrUsedChildSoldiersExplanation",
        "govOfficialResponsibleForReligiousFreedomViolations",
        "govOfficialResponsibleForReligiousFreedomViolationsExplanation"
      ],
      "next": "security_2"
    },
    {
      "id": "security_2",
      "title": "Security and Background: Security Information 2",
      "fields": [
        "memberOfCommunistOrTotalitarianParty",
        "memberOfCommunistOrTotalitarianPartyExplanation",
        "assistedColombianArmedGroups",
        "assistedColombianArmedGroupsExplanation",
        "convertedPropertyForPersonalGain",
        "convertedPropertyForPersonalGainExplanation",
        "spouseMinorChildOrAgentOfPropertyConverter",
        "spouseMinorChildOrAgentOfPropertyConverterExplanation",
        "involvedInForcedAbortionOrSterilization",
        "involvedInForcedAbortionOrSterilizationExplanation",
        "disclosedTraffickedChemicalWeaponsConventionInfo",
        "disclosedTraffickedChemicalWeaponsConventionInfoExplanation",
        "spouseMinorChildOrAgentOfCWCDiscloser",
        "spouseMinorChildOrAgentOfCWCDiscloserExplanation"
      ],
      "next": "security_immigration_violations_1"
    },
    {
      "id": "security_immigration_violations_1",
      "title": "Security and Background: Immigration Law Violations Information 1",
      "fields": [
        "soughtVisaByFraudOrMisrepresentation",
        "soughtVisaByFraudOrMisrepresentationExplanation",
        "removedOrDeportedFromAnyCountry",
        "removedOrDeportedFromAnyCountryExplanation",
        "subjectOfRemovalOrDeportationHearing",
        "subjectOfRemovalOrDeportationHearingExplanation",
        "failedToAttendRemovabilityHearing",
        "failedToAttendRemovabilityHearingExplanation",
        "unlawfullyPresentOverstayedOrViolatedVisaTerms",
        "unlawfullyPresentOverstayedOrViolatedVisaTermsExplanation",
        "subjectToCivilPenaltyINA274C",
        "subjectToCivilPenaltyINA274CExplanation",
        "orderedRemovedLastFiveYears",
        "orderedRemovedLastFiveYearsExplanation",
        "orderedRemovedSecondTimeLastTwentyYears",
        "orderedRemovedSecondTimeLastTwentyYearsExplanation"
      ],
      "next": "security_immigration_violations_2"
    },
    {
      "id": "security_immigration_violations_2",
      "title": "Security and Background: Immigration Law Violations Information 2",
      "fields": [
        "unlawfullyPresentAndOrderedRemovedLastTenYears",
        "unlawfullyPresentAndOrderedRemovedLastTenYearsExplanation",
        "convictedAggravatedFelonyAndRemoved",
        "convictedAggravatedFelonyAndRemovedExplanation",
        "unlawfullyPresent180DaysVoluntaryDeparture",
        "unlawfullyPresent180DaysVoluntaryDepartureExplanation",
        "unlawfullyPresentOverOneYearAggregateLastTenYears",
        "unlawfullyPresentOverOneYearAggregateLastTenYearsExplanation"
      ],
      "next": "security_miscellaneous_1"
    },
    {
      "id": "security_miscellaneous_1",
      "title": "Security and Background: Miscellaneous Information 1",
      "fields": [
        "withheldCustodyOfUSCitizenChild",
        "withheldCustodyOfUSCitizenChildExplanation",
        "assistedWithholdingCustodyOfUSCitizenChild",
        "assistedWithholdingCustodyOfUSCitizenChildExplanation",
        "votedInUSInViolationOfLaw",
        "votedInUSInViolationOfLawExplanation",
        "renouncedCitizenshipToAvoidTaxation",
        "renouncedCitizenshipToAvoidTaxationExplanation",
        "attendedPublicSchoolOnFStatusWithoutReimbursing",
        "attendedPublicSchoolOnFStatusWithoutReimbursingExplanation",
        "seeksLaborWithoutSecretaryOfLaborCertification",
        "seeksLaborWithoutSecretaryOfLaborCertificationExplanation",
        "foreignMedicalGraduateWithoutNBMECertification",
        "foreignMedicalGraduateWithoutNBMECertificationExplanation"
      ],
      "next": "security_miscellaneous_2"
    },
    {
      "id": "security_miscellaneous_2",
      "title": "Security and Background: Miscellaneous Information 2",
      "fields": [
        "healthCareWorkerWithoutCertification",
        "healthCareWorkerWithoutCertificationExplanation",
        "permanentlyIneligibleForCitizenship",
        "permanentlyIneligibleForCitizenshipExplanation",
        "departedUSToEvadeMilitaryServiceDuringWar",
        "departedUSToEvadeMilitaryServiceDuringWarExplanation",
        "seeksToPracticePolygamy",
        "seeksToPracticePolygamyExplanation",
        "formerExchangeVisitorNotFulfilledResidenceRequirement",
        "formerExchangeVisitorNotFulfilledResidenceRequirementExplanation",
        "dhsDeterminedFrivolousAsylumApplication",
        "dhsDeterminedFrivolousAsylumApplicationExplanation",
        "likelyToBecomePublicCharge",
        "likelyToBecomePublicChargeExplanation"
      ],
      "next": "social_security_number"
    },
    {
      "id": "social_security_number",
      "title": "Social Security Number Information",
      "fields": [
        "everAppliedForSSN",
        "wasIssuedSSN",
        "socialSecurityNumber",
        "needsNewSSNCard",
        "consentToDisclosureForSSN"
      ],
      "next": "sign_and_submit"
    },
    {
      "id": "sign_and_submit",
      "title": "Sign and Submit",
      "fields": [
        "preparerAssistedApplication",
        "preparerSurnames",
        "preparerGivenNames",
        "preparerOrganizationName",
        "preparerAddress",
        "preparerRelationshipToApplicant",
        "nvcCaseNumber",
        "signingPassportNumber"
      ]
    }
  ]
}
