{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "ae/icp/visa-single-entry-long-stay-pleasure",
  "version": "1.0.0",
  "title": "United Arab Emirates Single Entry – Long Stay Pleasure Visa (New Visa)",
  "description": "Application for a UAE single-entry, long-stay 'pleasure' (visit) entry visa, filed through the ICP (Federal Authority for Identity, Citizenship, Customs & Port Security) Smart Services / ICA online platform by a UAE-resident sponsor (the account holder, 'Host') on behalf of a sponsored dependent or visitor (the visa beneficiary). Covers the beneficiary's personal information, passport details, inside/outside-UAE address and contact details, the required supporting-document checklist, and the application-fees step (health-insurance-provider selection and terms acceptance). Does not model the sponsor's own account/registration or login (a separate, already-authenticated prerequisite), the read-only Review Application step (it only echoes prior steps), the third-party payment-gateway card-entry screen, per-sponsored-dependent repeating detail beyond the first beneficiary, or the collapsed 'Notes' and 'Identification Information For Sponsored' panels the source guide never expands on-screen (see VERIFICATION.md). It does not submit the application; the live ICP Smart Services platform (smart.icp.gov.ae) and the Federal Authority for Identity, Citizenship, Customs & Port Security are always authoritative.",
  "status": "draft",
  "jurisdiction": {
    "country": "AE",
    "level": "national"
  },
  "authority": {
    "name": "Federal Authority for Identity, Citizenship, Customs & Port Security",
    "abbreviation": "ICP",
    "url": "https://icp.gov.ae/"
  },
  "process": {
    "type": "application",
    "language": "en"
  },
  "source": {
    "url": "https://icp.gov.ae/wp-content/uploads/2022/01/Jan2022-_-ICA_-TAH-_Smart-Services-_Individuals-Services_-En_-UM-_-V0.1.pdf",
    "retrievedAt": "2026-07-06",
    "documentRef": "Federal Authority for Identity & Citizenship, Customs & Port Security (Smart Services) User Guide – Individuals Services, V0.1, dated 12 Jan 2022"
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-06",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-01",
    "notes": "Source-derived reference schema authored field-by-field from ICP's own official 'Smart Services User Guide – Individuals Services' (V0.1, 12 Jan 2022), a 49-page screenshot-driven walkthrough downloaded directly from icp.gov.ae, no login required for the guide/PDF itself. The guide's worked 'Submit a Request' example walks the 'VISA - SINGLE ENTRY - LONG STAY PLEASURE - ISSUE NEW VISA' service end-to-end (pp.20-32); every field's label and section membership were read directly off the guide's own Smart Services UI screenshots (rendered from the PDF via pdfjs-dist + node-canvas, since the guide's extractable text layer is only sparse step captions, not the on-screen field labels themselves). This document opens the United Arab Emirates' 2nd vertical (Visa), alongside the existing Taxes-vertical ae/fta/vat-registration and ae/fta/corporate-tax-registration. Status remains 'draft' pending an independent second reviewer's field-by-field pass; see the review-gate issue."
  },
  "maturity": {
    "level": "structural-reference",
    "criteria": {
      "structuralReference": true,
      "verifiedSchema": false,
      "agentReadySchema": false,
      "executionTestedSchema": false
    },
    "method": "maturity-self-assessment-v1",
    "assertedBy": "GovSchema Engineering (Standards Engineer)",
    "assertedAt": "2026-07-06"
  },
  "license": "CC-BY-4.0",
  "fields": [
    {
      "name": "relationshipToSponsor",
      "label": "Relationship",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The sponsored beneficiary's relationship to the sponsor (Host), selected from a dropdown. The guide's worked example leaves this at its default placeholder value ('None') rather than showing an actual relationship selected, and no option list is visible on-screen, so no enum is asserted — see VERIFICATION.md.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, First Step – Applicant Info / Personal Information For Sponsored",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "fullNameEnglish",
      "label": "Name (English)",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "fullNameArabic",
      "label": "Name (Arabic)",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "currentNationality",
      "label": "Current Nationality",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Dropdown; only the selected value ('Jordan') is visible in the guide's screenshot, not the full country list, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "previousNationality",
      "label": "Previous Nationality",
      "type": "string",
      "required": false,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "gender",
      "label": "Gender",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Dropdown; only the selected value ('Male') is visible in the guide's screenshot, not the full option list, so no enum is asserted (same discipline as au/aec/voter-enrolment's gender field).",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 30
      }
    },
    {
      "name": "dateOfBirth",
      "label": "Date Of Birth",
      "type": "date",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored"
    },
    {
      "name": "birthCountry",
      "label": "Birth Country",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Dropdown; only the selected value is visible in the guide's screenshot, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "maritalStatus",
      "label": "Marital Status",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Dropdown; only the selected value ('Single') is visible in the guide's screenshot, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 30
      }
    },
    {
      "name": "placeOfBirthEnglish",
      "label": "Place Of Birth (English)",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 150
      }
    },
    {
      "name": "placeOfBirthArabic",
      "label": "Place Of Birth (Arabic)",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 150
      }
    },
    {
      "name": "motherNameEnglish",
      "label": "Mother Name (English)",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "motherNameArabic",
      "label": "Mother Name (Arabic)",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "qualification",
      "label": "Qualification",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Dropdown; only the selected value ('Diploma') is visible in the guide's screenshot, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "profession",
      "label": "Professions",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Dropdown; only the selected value ('Technical Writing Officer') is visible in the guide's screenshot, so no enum is asserted. The field itself carries an on-screen info tooltip icon whose text is not captured by the render.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 150
      }
    },
    {
      "name": "religion",
      "label": "Religion",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "Dropdown; only the selected value ('Islam') is visible in the guide's screenshot, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "faith",
      "label": "Faith",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "Dropdown; only the selected value ('Sunni') is visible in the guide's screenshot, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "visitReason",
      "label": "Visit Reason",
      "type": "string",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.22, Personal Information For Sponsored",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "passportType",
      "label": "Passport Type",
      "type": "string",
      "required": true,
      "description": "Dropdown; only the selected value ('Ordinary Passport') is visible in the guide's screenshot, so no enum is asserted (commonly ordinary/diplomatic/service passports elsewhere, but not confirmed here).",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.23, First Step – Applicant Info / Passport Information",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "passportNumber",
      "label": "Passport No",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.23, Passport Information",
      "validation": {
        "maxLength": 30
      }
    },
    {
      "name": "passportIssuePlaceEnglish",
      "label": "Passport Issue Place (English)",
      "type": "string",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.23, Passport Information",
      "validation": {
        "maxLength": 150
      }
    },
    {
      "name": "passportIssuePlaceArabic",
      "label": "Passport Issue Place (Arabic)",
      "type": "string",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.23, Passport Information",
      "validation": {
        "maxLength": 150
      }
    },
    {
      "name": "passportIssueDate",
      "label": "Passport Issue Date",
      "type": "date",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.23, Passport Information"
    },
    {
      "name": "passportExpiryDate",
      "label": "Passport Expire Date",
      "type": "date",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.23, Passport Information"
    },
    {
      "name": "passportIssueCountry",
      "label": "Passport Issue Country",
      "type": "string",
      "required": true,
      "description": "Dropdown; only the selected value ('Jordan') is visible in the guide's screenshot, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.23, Passport Information",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "insideUaeEmirate",
      "label": "Emirate",
      "type": "enum",
      "required": true,
      "description": "The Emirate of the beneficiary's inside-UAE address. Only the selected value ('Abu Dhabi') is visible in this guide's screenshot, not an expanded dropdown; the 7-member enum is reused by analogy from the sibling ae/fta/vat-registration document's own confirmed 'Emirates' list (a small, fixed, universally known real-world list), not independently re-confirmed against this guide — see VERIFICATION.md.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, First Step – Address Info / Inside UAE Address",
      "validation": {
        "enum": [
          "abu_dhabi",
          "dubai",
          "sharjah",
          "ajman",
          "umm_al_quwain",
          "ras_al_khaimah",
          "fujairah"
        ]
      }
    },
    {
      "name": "insideUaeCity",
      "label": "City",
      "type": "string",
      "required": true,
      "description": "Dropdown, cascading from Emirate; only the selected value is visible in the guide's screenshot, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "insideUaeArea",
      "label": "Area",
      "type": "string",
      "required": true,
      "description": "Dropdown, cascading from City; only the selected value is visible in the guide's screenshot, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 150
      }
    },
    {
      "name": "insideUaeDetailedAddress",
      "label": "Detailed Address",
      "type": "string",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "insideUaeBuildingOrHotel",
      "label": "Building / Hotel",
      "type": "string",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "insideUaeLocalFlatNumber",
      "label": "Local Flat Number",
      "type": "string",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 30
      }
    },
    {
      "name": "insideUaePoBox",
      "label": "P.O. Box",
      "type": "string",
      "required": false,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "uaeMobileCountryCode",
      "label": "Country Code (UAE Mobile Number)",
      "type": "string",
      "required": true,
      "description": "Pre-filled/fixed at '00971 - United Arab Emirates' in the worked example, since this is the applicant's in-country mobile number.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 10
      }
    },
    {
      "name": "uaeMobileNumber",
      "label": "UAE Mobile Number",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "residenceTelCountryCode",
      "label": "Country Code (Residence Tel)",
      "type": "string",
      "required": false,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 10
      }
    },
    {
      "name": "residenceTel",
      "label": "Residence Tel",
      "type": "string",
      "required": false,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "email",
      "label": "Email",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Inside UAE Address",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "abroadCountry",
      "label": "Abroad Country",
      "type": "string",
      "required": true,
      "description": "Dropdown; only the selected value ('Jordan') is visible in the guide's screenshot, so no enum is asserted.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, First Step – Address Info / Address outside UAE",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "abroadDetailedAddress",
      "label": "Detailed Address Outside UAE",
      "type": "string",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Address outside UAE",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "permanentMobileCountryCode",
      "label": "Country Code (Permanent Mobile Number)",
      "type": "string",
      "required": true,
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Address outside UAE",
      "validation": {
        "maxLength": 10
      }
    },
    {
      "name": "permanentMobileNumber",
      "label": "Permanent Mobile Number",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.24, Address outside UAE",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "requestUrgentService",
      "label": "Urgent Service Fees",
      "type": "boolean",
      "required": false,
      "description": "Opt-in add-on fee for expedited processing. Shown struck-through/unchecked in the worked example on p.29 — it is not clear from the source whether this means the option was simply left unselected, or was unavailable for this particular service/example; modelled here as an optional opt-in. See VERIFICATION.md.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.29, Third Step – Application Fees"
    },
    {
      "name": "healthInsuranceProvider",
      "label": "Health Insurance",
      "type": "enum",
      "required": true,
      "description": "Selects which of the two listed health-insurance offerings covers the visit; the section header itself carries a red required-field marker in the source screenshot.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.29, Third Step – Application Fees",
      "validation": {
        "enum": [
          "dhafra",
          "adnic"
        ]
      }
    },
    {
      "name": "termsAndConditionsAccepted",
      "label": "I Agree to the Terms and Conditions",
      "type": "boolean",
      "required": true,
      "fieldRole": "eligibility",
      "eligibleValues": [
        true
      ],
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.29, Third Step – Application Fees"
    },
    {
      "name": "paymentMethod",
      "label": "Pay using",
      "type": "enum",
      "required": true,
      "description": "The two payment options shown side-by-side on the Application Fees step: pay immediately via the Amwal-hosted credit-card gateway, or defer to 'Pay Later' (the request moves to 'Requests Ready To Payment'). The Amwal card-entry screen itself (card type/number/expiry/CVN) is a third-party payment-gateway page, out of scope for this schema — see VERIFICATION.md.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.30, Third Step – Application Fees / Pay using",
      "validation": {
        "enum": [
          "credit_card",
          "pay_later"
        ]
      }
    }
  ],
  "crossFieldValidation": [
    {
      "id": "passportExpiryNotBeforeIssue",
      "compare": {
        "field": "passportExpiryDate",
        "operator": "greaterThanOrEqual",
        "compareTo": "passportIssueDate"
      }
    }
  ],
  "documents": [
    {
      "id": "sponsorPassportValidSixMonths",
      "label": "Copy of the Sponsor's Passport valid for minimum of six months",
      "category": "identity-document",
      "required": true,
      "belongsTo": "responsible-party",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.25, Second Step – Attachments Info (item 1, 'Copy of the Sponsor's Passport valid for minimum of six months' — Required)"
    },
    {
      "id": "coloredPhoto",
      "label": "Colored Photo",
      "category": "identity-document",
      "required": true,
      "belongsTo": "applicant",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.25, Attachments Info (item 2, 'Colored Photo' — Required)"
    },
    {
      "id": "sponsorPassportCopy",
      "label": "Copy of Sponsor's Passport",
      "category": "identity-document",
      "required": true,
      "belongsTo": "responsible-party",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.25, Attachments Info (item 3, 'Copy of Sponsor's Passport' — Required; appears to duplicate item 1's requirement verbatim in the source itself, see VERIFICATION.md)"
    },
    {
      "id": "placeOfResidenceProof",
      "label": "Place of Residence (Rent Contract or Hotel Reservation) - Mandatory for residents only",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "applicant",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.25, Attachments Info (item 4, Optional; source label states 'Mandatory for residents only', not independently conditioned on any modelled field — see VERIFICATION.md)"
    },
    {
      "id": "proofOfKinship",
      "label": "Proof of Kinship",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "other",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.25, Attachments Info (item 5, Optional)"
    },
    {
      "id": "healthInsuranceCoverage",
      "label": "Health Insurance covers the period of stay",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "applicant",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.25, Attachments Info (item 6, Optional)"
    },
    {
      "id": "childrenBirthCertificates",
      "label": "Birth Certificates of children which shall be duly attested",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "applicant",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.25, Attachments Info (item 7, Optional)"
    },
    {
      "id": "salaryCertificate",
      "label": "Salary Certificate",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "responsible-party",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.25, Attachments Info (item 8, Optional)"
    },
    {
      "id": "tradeLicenseInvestorCopy",
      "label": "Copy of Trade License (Investor)",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "responsible-party",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.25, Attachments Info (item 9, Optional)"
    },
    {
      "id": "sponsorResidenceCopy",
      "label": "A copy of the Sponsor's Residence",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "responsible-party",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.26, Attachments Info (item 10, Optional; carries an 'Import from source' option alongside manual upload)"
    },
    {
      "id": "electricityBill",
      "label": "Electricity Bill",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "responsible-party",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.26, Attachments Info (item 11, Optional)"
    },
    {
      "id": "travelingReturnTicketCopy",
      "label": "Copy of the Traveling Return Ticket",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "applicant",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.26, Attachments Info (item 12, Optional)"
    },
    {
      "id": "certifiedAccountStatement",
      "label": "Certified Account Statement",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "responsible-party",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.26, Attachments Info (item 13, Optional)"
    },
    {
      "id": "depositPaperCopy",
      "label": "A copy of Deposit Paper (in case of old system payment)",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "other",
      "constraints": {
        "maxBytes": 2097152,
        "mediaTypes": [
          "image/jpeg",
          "application/pdf"
        ]
      },
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.26, Attachments Info (item 14, Optional)"
    },
    {
      "id": "termsAndConditionsAttestation",
      "label": "Terms and Conditions attestation",
      "category": "attestation",
      "required": true,
      "statement": "I Agree to the Terms and Conditions.",
      "sourceRef": "ICP Smart Services User Guide – Individuals Services (V0.1, Jan 2022) — p.29, Third Step – Application Fees"
    }
  ],
  "steps": [
    {
      "id": "applicant_info",
      "title": "Applicant Info",
      "fields": [
        "relationshipToSponsor",
        "fullNameEnglish",
        "fullNameArabic",
        "currentNationality",
        "previousNationality",
        "gender",
        "dateOfBirth",
        "birthCountry",
        "maritalStatus",
        "placeOfBirthEnglish",
        "placeOfBirthArabic",
        "motherNameEnglish",
        "motherNameArabic",
        "qualification",
        "profession",
        "religion",
        "faith",
        "visitReason",
        "passportType",
        "passportNumber",
        "passportIssuePlaceEnglish",
        "passportIssuePlaceArabic",
        "passportIssueDate",
        "passportExpiryDate",
        "passportIssueCountry"
      ],
      "next": "address_info"
    },
    {
      "id": "address_info",
      "title": "Address Info",
      "fields": [
        "insideUaeEmirate",
        "insideUaeCity",
        "insideUaeArea",
        "insideUaeDetailedAddress",
        "insideUaeBuildingOrHotel",
        "insideUaeLocalFlatNumber",
        "insideUaePoBox",
        "uaeMobileCountryCode",
        "uaeMobileNumber",
        "residenceTelCountryCode",
        "residenceTel",
        "email",
        "abroadCountry",
        "abroadDetailedAddress",
        "permanentMobileCountryCode",
        "permanentMobileNumber"
      ],
      "next": "attachments_info"
    },
    {
      "id": "attachments_info",
      "title": "Attachments Info",
      "fields": [],
      "next": "review_application"
    },
    {
      "id": "review_application",
      "title": "Review Application",
      "fields": [],
      "next": "application_fees"
    },
    {
      "id": "application_fees",
      "title": "Application Fees",
      "fields": [
        "requestUrgentService",
        "healthInsuranceProvider",
        "termsAndConditionsAccepted",
        "paymentMethod"
      ]
    }
  ]
}
