{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "ae/rakez/free-zone-establishment-registration",
  "version": "1.0.0",
  "title": "United Arab Emirates RAKEZ Free Zone Establishment/Company Registration",
  "description": "Application to register and licence a new company with the Ras Al Khaimah Economic Zone Authority (RAKEZ), either as a single-shareholder Free Zone Establishment (FZE) or a multi-shareholder Free Zone Company (FZC/FZ-LLC). Covers legal form, proposed company name options, share capital, primary business activity, license type (Commercial/Consulting-Services/Industrial/Educational), the first shareholder's details, the manager's details, the requested facility (Flexi Desk, Standard/Executive Office, Retail, Warehouse, or Plot of Land), and the closing undertaking/declaration. Does not model the separate detailed application form required for Industrial-activity licenses, per-shareholder repeating detail beyond the first of up to five shareholders, the post-approval Memorandum of Association/Lease Agreement/Personnel Secondment Agreement execution steps, or visa/immigration processing (see VERIFICATION.md). It does not submit the application; RAKEZ's own Client Portal (eportal.rakez.com) and RAKEZ itself are always authoritative.",
  "status": "draft",
  "jurisdiction": {
    "country": "AE",
    "level": "subnational",
    "subdivision": "AE-RK"
  },
  "authority": {
    "name": "Ras Al Khaimah Economic Zone Authority (RAKEZ)",
    "abbreviation": "RAKEZ",
    "url": "https://www.rakez.com"
  },
  "process": {
    "type": "registration",
    "language": "en"
  },
  "source": {
    "url": "https://www.rakez.com/portals/30/download/form-docs/company-setup/form-applicatio-for-registration-and-licence-of-a-free-zone-establishment.pdf",
    "retrievedAt": "2026-07-07",
    "documentRef": "Application for Registration and Licence of a Free Zone Establishment or Company, Issue No. 03, Issued by QEMR, Issue Date Feb 18, 2016, Ref: LCN-019(A)"
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-07",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-01",
    "notes": "United Arab Emirates' Business Formation vertical was rated WEAK/login-gated in GOV-1289's research cycle (the mainland Ministry of Economy / DED channels and RAKEZ's own eportal.rakez.com are all authenticated-account-gated) and not revisited since. This cycle re-screened it and found RAKEZ's own 'Application for Registration and Licence of a Free Zone Establishment or Company' — a genuine AcroForm PDF with ~100 real named form fields, hosted directly on rakez.com with no login/CAPTCHA/WAF gate, still cross-referenced from RAKEZ's own current company-formation checklist ('filling the Application Form' is documented as a valid alternative to the Client Portal). Extracted via pdfjs-dist (AcroForm annotation + text-content coordinate cross-referencing, not OCR/rendering, since the form carries genuine field widgets). This closes the Business Formation vertical to 17/17 jurisdictions (100%) and gives the United Arab Emirates its 5th of 6 verticals (Passport remains open-but-weak per GOV-1533)."
  },
  "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-07"
  },
  "license": "CC-BY-4.0",
  "fields": [
    {
      "name": "legalForm",
      "label": "Legal Form",
      "type": "enum",
      "required": true,
      "description": "Whether the applicant is establishing a single-shareholder Free Zone Establishment (FZE) or a multi-shareholder Free Zone Company (FZC).",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 1.a Legal Form",
      "validation": {
        "enum": ["free_zone_establishment", "free_zone_company"]
      }
    },
    {
      "name": "proposedNameOption1",
      "label": "Proposed Company Name — Option 1",
      "type": "string",
      "required": true,
      "description": "First-choice proposed trade name. RAKEZ reserves the right to select any of the up to three proposed options, or to propose a different name if none are available.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 1.b Proposed Names",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "proposedNameOption2",
      "label": "Proposed Company Name — Option 2",
      "type": "string",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 1.b Proposed Names",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "proposedNameOption3",
      "label": "Proposed Company Name — Option 3",
      "type": "string",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 1.b Proposed Names",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "shareCapitalAed",
      "label": "Share Capital (AED)",
      "type": "number",
      "required": true,
      "description": "Total declared share capital of the company, in UAE Dirhams (AED).",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 1.c Share Capital Details",
      "validation": {
        "minimum": 0
      }
    },
    {
      "name": "totalNumberOfShares",
      "label": "Total Number of Shares",
      "type": "integer",
      "required": true,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 1.c Share Capital Details",
      "validation": {
        "minimum": 1
      }
    },
    {
      "name": "parValueAed",
      "label": "Par Value (AED)",
      "type": "number",
      "required": true,
      "description": "Par value of each share. The source form states this must be a minimum of AED 1,000, or a multiple thereof (the 'multiple of 1,000' half of this rule is not machine-validated in this version — GovSchema v0.3's validation vocabulary has no multipleOf keyword).",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 1.c Share Capital Details",
      "validation": {
        "minimum": 1000
      }
    },
    {
      "name": "activityDetails",
      "label": "Activity Details",
      "type": "string",
      "required": true,
      "description": "Free-text description of the company's proposed business activity/activities.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 1.d Activity Details",
      "validation": {
        "maxLength": 2000
      }
    },
    {
      "name": "licenseType",
      "label": "License Type",
      "type": "enum",
      "required": true,
      "description": "In case of Industrial Activities, the source form directs the applicant to also complete a separate, more detailed application form (not modelled in this version — see VERIFICATION.md).",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 1.e License Type",
      "validation": {
        "enum": ["commercial", "consulting_services", "industrial", "educational"]
      }
    },
    {
      "name": "shareholderName",
      "label": "Shareholder 1: Name",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "As per passport (for a natural-person shareholder) or Certificate of Registration (for a corporate shareholder). The form provides for up to five shareholders; this and the following seven fields model the first shareholder only, per this registry's convention for repeating groups (GovSchema v0.3 has no array field type).",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 2. Shareholder(s) Details, Shareholder 1",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "shareholderMotherName",
      "label": "Shareholder 1: Mother Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "Applicable only when Shareholder 1 is a natural person (the form has no separate shareholder-type selector; a corporate shareholder would leave this blank).",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 2. Shareholder(s) Details, Shareholder 1",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "shareholderAddressContact",
      "label": "Shareholder 1: Address & Contact Details",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Address, phone, and email, entered as a single free-text block in the source form.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 2. Shareholder(s) Details, Shareholder 1",
      "validation": {
        "maxLength": 500
      }
    },
    {
      "name": "shareholderNationality",
      "label": "Shareholder 1: Nationality",
      "type": "string",
      "required": true,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 2. Shareholder(s) Details, Shareholder 1",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "shareholderPassportOrRegNumber",
      "label": "Shareholder 1: Passport Number/Reg Number",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "Passport number for a natural-person shareholder, or Certificate of Registration number for a corporate shareholder.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 2. Shareholder(s) Details, Shareholder 1",
      "validation": {
        "maxLength": 50
      }
    },
    {
      "name": "shareholderNumberOfShares",
      "label": "Shareholder 1: Number of Shares",
      "type": "integer",
      "required": true,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 2. Shareholder(s) Details, Shareholder 1",
      "validation": {
        "minimum": 1
      }
    },
    {
      "name": "shareholderPercentOfShares",
      "label": "Shareholder 1: % of Shares",
      "type": "number",
      "required": true,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 2. Shareholder(s) Details, Shareholder 1",
      "validation": {
        "minimum": 0,
        "maximum": 100
      }
    },
    {
      "name": "shareholderTotalValueOfShareholdingAed",
      "label": "Shareholder 1: Total value of shareholding (AED)",
      "type": "number",
      "required": true,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.1, 2. Shareholder(s) Details, Shareholder 1",
      "validation": {
        "minimum": 0
      }
    },
    {
      "name": "managerName",
      "label": "Manager: Name",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "As per passport.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 3. Manager Details",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "managerMotherName",
      "label": "Manager: Mother Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 3. Manager Details",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "managerNationality",
      "label": "Manager: Nationality",
      "type": "string",
      "required": true,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 3. Manager Details",
      "validation": {
        "maxLength": 100
      }
    },
    {
      "name": "managerPassportNumber",
      "label": "Manager: Passport Number",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 3. Manager Details",
      "validation": {
        "maxLength": 50
      }
    },
    {
      "name": "managerResidencyStatusInUae",
      "label": "Manager: Residency status in UAE?",
      "type": "boolean",
      "required": true,
      "description": "If the manager already holds UAE residency, a No-Objection Certificate (NOC) from their current sponsor is required (see the nocFromSponsor document).",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 3. Manager Details"
    },
    {
      "name": "flexiFacilityType",
      "label": "Flexi Facility Type",
      "type": "enum",
      "required": false,
      "description": "One of five mutually-exclusive facility subsections (Flexi/Standard/Retail/Warehouse/Plot of Land) the applicant selects; only the chosen subsection's fields apply. The source form does not have a single combined facility-category selector field — each subsection is its own independent set of widgets (see VERIFICATION.md).",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 4. Facility Details, Flexi Facilities",
      "validation": {
        "enum": [
          "flexi_desk_business_centre",
          "flexi_desk_shared",
          "special_flexi_office_shared",
          "flexi_office_shared"
        ]
      }
    },
    {
      "name": "standardFacilityType",
      "label": "Standard Facility Type",
      "type": "enum",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 4. Facility Details, Standard Facilities",
      "validation": {
        "enum": [
          "standard_office",
          "standard_office_plus",
          "executive_office",
          "special_executive_office",
          "shell_and_core_facility"
        ]
      }
    },
    {
      "name": "standardFacilitySpecification",
      "label": "Standard Facility — please specify",
      "type": "string",
      "required": false,
      "description": "Required in practice only when standardFacilityType is selected (not machine-gated: the Condition grammar has no field-presence operator, and standardFacilityType is itself optional, so a requiredWhen keyed off it would misfire — see VERIFICATION.md). The source form provides a separate 'please specify' text box for each of the five Standard Facility options; this field represents whichever one the applicant completed, matching the option chosen in standardFacilityType.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 4. Facility Details, Standard Facilities",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "standardFacilitySizeSqm",
      "label": "Standard Facility — Size (M²)",
      "type": "number",
      "required": false,
      "description": "Only present for the Executive Office, Special Executive Office, and Shell & Core Facility options.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 4. Facility Details, Standard Facilities",
      "validation": {
        "minimum": 0
      }
    },
    {
      "name": "retailFacilityParkLocation",
      "label": "Retail Facility — Service block located in",
      "type": "enum",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 4. Facility Details, Retail Facilities",
      "validation": {
        "enum": ["industrial_park", "technology_park"]
      }
    },
    {
      "name": "warehouseParkLocation",
      "label": "Warehouse — Location",
      "type": "enum",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details, Warehouse",
      "validation": {
        "enum": ["industrial_park", "technology_park"]
      }
    },
    {
      "name": "warehouseUnitCatalogSelection",
      "label": "Warehouse — Unit Catalog Selection",
      "type": "enum",
      "required": false,
      "description": "The source form prints a fixed rate-card table of four available warehouse unit sizes (150 M² / 10.5 KW, only warehouse space; 205 M² / 15 or 30 KW, with storage/office/complimentary services; 300 M² / 10.5 KW, with storage/office/complimentary services; 416 M² / 30 or 60 KW, with storage/office/complimentary services), each with its own selection checkbox. This field models which catalog row was checked; the table's own static area/power/description text is not modelled as applicant data (see VERIFICATION.md). Use warehouseOtherSpecification instead for a non-catalog request.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details, Warehouse",
      "validation": {
        "enum": ["unit_150sqm", "unit_205sqm", "unit_300sqm", "unit_416sqm"]
      }
    },
    {
      "name": "warehouseUnitNumber",
      "label": "Warehouse — Unit Number",
      "type": "string",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details, Warehouse",
      "validation": {
        "maxLength": 50
      }
    },
    {
      "name": "warehousePowerRatingKw",
      "label": "Warehouse — Power (KW)",
      "type": "number",
      "required": false,
      "description": "The 205 M² and 416 M² catalog units each offer a choice between two power ratings (15 or 30 KW; 30 or 60 KW respectively); the 150 M² and 300 M² units are fixed at 10.5 KW.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details, Warehouse",
      "validation": {
        "minimum": 0
      }
    },
    {
      "name": "warehouseOtherSpecification",
      "label": "Warehouse — Others",
      "type": "string",
      "required": false,
      "description": "Free-text override for a warehouse requirement outside the four printed catalog units.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details, Warehouse",
      "validation": {
        "maxLength": 300
      }
    },
    {
      "name": "plotOfLandParkLocation",
      "label": "Plot of Land — Located in",
      "type": "enum",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details, Plot of Land",
      "validation": {
        "enum": ["industrial_park", "technology_park"]
      }
    },
    {
      "name": "plotOfLandSizeSqm",
      "label": "Plot of Land — Size (M²)",
      "type": "number",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details, Plot of Land",
      "validation": {
        "minimum": 0
      }
    },
    {
      "name": "howDidYouHearAboutRakFtz",
      "label": "Where did you hear about the RAK FREE TRADE ZONE?",
      "type": "string",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "licenceCollectorName",
      "label": "Who will collect your licence & contract — Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "licenceCollectorLocation",
      "label": "Who will collect your licence & contract — Location",
      "type": "string",
      "required": false,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 4. Facility Details",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "authorizedSignatoryName",
      "label": "Name of Authorised Signatory - on behalf of the Shareholder(s)",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 5. Undertaking",
      "validation": {
        "maxLength": 200
      }
    },
    {
      "name": "dateOfSignature",
      "label": "Date",
      "type": "date",
      "required": true,
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 5. Undertaking"
    },
    {
      "name": "declarationAgreed",
      "label": "I/we certify that all information provided is correct to the best of my/our knowledge and have read and fully understood RAK Free Trade Zone Authority's rules and regulations",
      "type": "boolean",
      "required": true,
      "fieldRole": "eligibility",
      "eligibleValues": [true],
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 5. Undertaking"
    }
  ],
  "documents": [
    {
      "id": "shareholderIdentityDocument",
      "label": "Shareholder's Certificate of Registration / Good Standing / Trade License / MOA (corporate shareholder), or passport copy (natural-person shareholder)",
      "category": "identity-document",
      "required": true,
      "belongsTo": "other",
      "constraints": {
        "mediaTypes": ["application/pdf"]
      },
      "sourceRef": "RAKEZ 'Checklist – New Registration FZE or FZ LLC – Corporate Entity' (Issue No. 01, Ref: R&L-010, Mar 1, 2017), item 3"
    },
    {
      "id": "businessPlan",
      "label": "Business Plan",
      "category": "supporting-evidence",
      "required": true,
      "belongsTo": "applicant",
      "constraints": {
        "mediaTypes": ["application/pdf"]
      },
      "sourceRef": "RAKEZ 'Checklist – New Registration FZE or FZ LLC – Corporate Entity' (Issue No. 01, Ref: R&L-010, Mar 1, 2017), item 2"
    },
    {
      "id": "managerPassportCopy",
      "label": "Colour passport copy of the Manager, including visa (if a UAE resident) and signature pages",
      "category": "identity-document",
      "required": true,
      "belongsTo": "applicant",
      "constraints": {
        "mediaTypes": ["application/pdf", "image/jpeg", "image/png"]
      },
      "sourceRef": "RAKEZ 'Checklist – New Registration FZE or FZ LLC – Corporate Entity' (Issue No. 01, Ref: R&L-010, Mar 1, 2017), item 7.a"
    },
    {
      "id": "managerSpecimenSignatureForm",
      "label": "Manager's Specimen Signature Form (RAKEZ template)",
      "category": "identity-document",
      "required": true,
      "belongsTo": "applicant",
      "constraints": {
        "mediaTypes": ["application/pdf"]
      },
      "sourceRef": "RAKEZ 'Checklist – New Registration FZE or FZ LLC – Corporate Entity' (Issue No. 01, Ref: R&L-010, Mar 1, 2017), item 7.b"
    },
    {
      "id": "managerNocFromSponsor",
      "label": "Original No Objection Certificate (NOC) from the Manager's current UAE residence-visa sponsor",
      "category": "supporting-evidence",
      "required": false,
      "requiredWhen": {
        "field": "managerResidencyStatusInUae",
        "equals": true
      },
      "belongsTo": "applicant",
      "constraints": {
        "mediaTypes": ["application/pdf"]
      },
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.2, 3. Manager Details ('Note: If residency Status is Yes, a no-objection certificate from the sponsor is required'); Checklist item 7.c"
    },
    {
      "id": "declarationAttestation",
      "label": "Undertaking attestation",
      "category": "attestation",
      "required": true,
      "statement": "I/we hereby certify that I/we am/are authorised to make this application for registration and licence with RAK Free Trade Zone Authority, accept the obligation to settle all connected fees, certify that all information provided is correct to the best of my/our knowledge, and declare that I/we have read and fully understood RAK Free Trade Zone Authority's rules and regulations and all other governing documentation, undertaking to comply in full at all times, as may be amended from time to time.",
      "sourceRef": "RAKEZ Application for Registration and Licence (Issue No. 03, Ref: LCN-019(A)) — p.3, 5. Undertaking"
    }
  ],
  "steps": [
    {
      "id": "details_concerning_the_company",
      "title": "Details Concerning the Company",
      "fields": [
        "legalForm",
        "proposedNameOption1",
        "proposedNameOption2",
        "proposedNameOption3",
        "shareCapitalAed",
        "totalNumberOfShares",
        "parValueAed",
        "activityDetails",
        "licenseType"
      ],
      "next": "shareholder_details"
    },
    {
      "id": "shareholder_details",
      "title": "Shareholder(s) Details",
      "fields": [
        "shareholderName",
        "shareholderMotherName",
        "shareholderAddressContact",
        "shareholderNationality",
        "shareholderPassportOrRegNumber",
        "shareholderNumberOfShares",
        "shareholderPercentOfShares",
        "shareholderTotalValueOfShareholdingAed"
      ],
      "next": "manager_details"
    },
    {
      "id": "manager_details",
      "title": "Manager Details",
      "fields": [
        "managerName",
        "managerMotherName",
        "managerNationality",
        "managerPassportNumber",
        "managerResidencyStatusInUae"
      ],
      "next": "facility_details"
    },
    {
      "id": "facility_details",
      "title": "Facility Details",
      "fields": [
        "flexiFacilityType",
        "standardFacilityType",
        "standardFacilitySpecification",
        "standardFacilitySizeSqm",
        "retailFacilityParkLocation",
        "warehouseParkLocation",
        "warehouseUnitCatalogSelection",
        "warehouseUnitNumber",
        "warehousePowerRatingKw",
        "warehouseOtherSpecification",
        "plotOfLandParkLocation",
        "plotOfLandSizeSqm",
        "howDidYouHearAboutRakFtz",
        "licenceCollectorName",
        "licenceCollectorLocation"
      ],
      "next": "undertaking"
    },
    {
      "id": "undertaking",
      "title": "Undertaking",
      "fields": [
        "authorizedSignatoryName",
        "dateOfSignature",
        "declarationAgreed"
      ]
    }
  ]
}
