{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "tr/nvi/acquisition-of-turkish-citizenship-by-trnc-citizens-application",
  "version": "1.0.0",
  "title": "Türkiye — Acquisition of Turkish Citizenship by TRNC Citizens Application Form (Vat-11)",
  "description": "Vat-11, \"K.K.T.C. Vatandaşlarının Türk Vatandaşlığını Kazanma Başvuru Formu/Beyan Formu\" (Application/Declaration Form for the Acquisition of Turkish Citizenship by Citizens of the Turkish Republic of Northern Cyprus), by which a citizen of the Turkish Republic of Northern Cyprus (KKTC/TRNC) applies to acquire Turkish citizenship under Article 42 of Law No. 5901 on Turkish Citizenship (Türk Vatandaşlığı Kanunu) — a pathway distinct from marriage, general/exceptional acquisition, or reacquisition, reflecting Türkiye's dedicated legal recognition of TRNC citizens. Published and administered by the T.C. İçişleri Bakanlığı Nüfus ve Vatandaşlık İşleri Genel Müdürlüğü (Republic of Türkiye Ministry of Interior, General Directorate of Population and Citizenship Affairs, NVI). The form is filed with either a provincial Governorate (Valilik) or, for applicants residing abroad, a Turkish Consulate General, and captures the applicant's identity and biographic particulars, a marital-status-gated spouse information block, up to three minor children applying to acquire citizenship together with the applicant, and — unique among the registry's VAT companion schemas — a second, page-2 block of open-ended declarations covering other-state citizenship, statelessness, foreign residence history, and Turkish-citizen relatives. Companion schema to `tr/nvi/general-acquisition-of-turkish-citizenship-application`, within Türkiye's already-open National ID & Civic Documents vertical (does not open a new vertical). This v1.0.0 models the applicant-facing fields only; the form's own closing printed-name/signature line and the entire page-2 receiving-official/re-declarant signature block (\"Beyan Alan Yetkilinin\"/\"Beyan Verenin\") are out of scope (see VERIFICATION.md, including a disclosed field-name collision in the source PDF between those two signature blocks). GovSchema is an independent, non-profit standards body and is not affiliated with, endorsed by, or operated by the Government of the Republic of Türkiye, the Nüfus ve Vatandaşlık İşleri Genel Müdürlüğü, or any authority of the Turkish Republic of Northern Cyprus.",
  "status": "draft",
  "jurisdiction": {
    "country": "TR",
    "level": "national"
  },
  "authority": {
    "name": "T.C. İçişleri Bakanlığı Nüfus ve Vatandaşlık İşleri Genel Müdürlüğü (Republic of Türkiye Ministry of Interior, General Directorate of Population and Citizenship Affairs)",
    "abbreviation": "NVI",
    "url": "https://www.nvi.gov.tr"
  },
  "process": {
    "type": "application",
    "language": "tr"
  },
  "source": {
    "url": "https://www.nvi.gov.tr/kurumlar/nvi.gov.tr/mevzuat/nufusmevzuat/Formlar/Vatandaslik/Vat11-FormKKTCVatTurkVatKaz.pdf",
    "retrievedAt": "2026-07-25",
    "documentRef": "Form Vat-11 — \"K.K.T.C. Vatandaşlarının Türk Vatandaşlığını Kazanma Başvuru Formu/Beyan Formu\" (Application/Declaration Form for the Acquisition of Turkish Citizenship by TRNC Citizens), prescribed under Law No. 5901 on Turkish Citizenship, Article 42"
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-25",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-25",
    "notes": "GOV-4853 (\"GovSchema Standard Research\"). Companion schema within Türkiye's already-open National ID & Civic Documents vertical, the strongest of the remaining six VAT-1/2/7/8/10/11 forms banked since GOV-4818 as future candidates. See this document's own VERIFICATION.md for the full sourcing record, extraction method, and every disclosed scoping/judgment call."
  },
  "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-25"
  },
  "license": "CC-BY-4.0",
  "fields": [
    {
      "name": "submittedToOffice",
      "label": "Başvuru Makam (Filing office name)",
      "type": "string",
      "required": true,
      "description": "The name of the provincial Governorate or Turkish Consulate General the application is being filed with, written into the form's own salutation line above the applicant-information block.",
      "sourceRef": "page 1, salutation line",
      "validation": {
        "minLength": 1,
        "maxLength": 120
      }
    },
    {
      "name": "submittedToOfficeType",
      "label": "Makam (VALİLİĞİNE / BAŞKONSOLOSLUĞUNA — Governorship / Consulate General)",
      "type": "enum",
      "required": true,
      "description": "Whether the application is filed with a provincial Governorship domestically or a Turkish Consulate General abroad.",
      "sourceRef": "page 1, salutation line dropdown",
      "validation": {
        "enum": [
          "governorate",
          "consulate_general"
        ]
      }
    },
    {
      "name": "foreignIdentityNumber",
      "label": "Varsa Yabancı Kimlik No (99... ile başlayan) (Foreign identity number, if any)",
      "type": "string",
      "required": true,
      "description": "The applicant's Turkish-issued foreign identity number, always beginning with the prefix 99.",
      "sourceRef": "page 1, applicant information block",
      "validation": {
        "pattern": "^99[0-9]{9}$"
      },
      "classification": "sensitive-pii"
    },
    {
      "name": "nationality",
      "label": "Uyruğu (Nationality)",
      "type": "string",
      "required": true,
      "sourceRef": "page 1, applicant information block",
      "validation": {
        "minLength": 1,
        "maxLength": 60
      }
    },
    {
      "name": "firstName",
      "label": "Adı (Given name)",
      "type": "string",
      "required": true,
      "description": "Unlike this vertical's other companion schemas, Vat-11 provides only a single name pair for the applicant — no separate foreign-script/Turkish-script split (see VERIFICATION.md).",
      "sourceRef": "page 1, applicant information block",
      "validation": {
        "minLength": 1,
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "lastName",
      "label": "Soyadı (Surname)",
      "type": "string",
      "required": true,
      "sourceRef": "page 1, applicant information block",
      "validation": {
        "minLength": 1,
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "motherName",
      "label": "Anne Adı (Mother's name)",
      "type": "string",
      "required": true,
      "sourceRef": "page 1, applicant information block",
      "validation": {
        "minLength": 1,
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "fatherName",
      "label": "Baba Adı (Father's name)",
      "type": "string",
      "required": true,
      "sourceRef": "page 1, applicant information block",
      "validation": {
        "minLength": 1,
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "birthPlaceName",
      "label": "Doğduğu Yer Adı (Place of birth)",
      "type": "string",
      "required": true,
      "sourceRef": "page 1, Doğum Yeri block",
      "validation": {
        "minLength": 1,
        "maxLength": 120
      },
      "classification": "pii"
    },
    {
      "name": "birthCountry",
      "label": "Ülke Adı (Country of birth)",
      "type": "string",
      "required": true,
      "sourceRef": "page 1, Doğum Yeri block",
      "validation": {
        "minLength": 1,
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "dateOfBirth",
      "label": "Doğum Tarihi (Date of birth)",
      "type": "date",
      "required": true,
      "description": "Printed on the source form as separate Gün/Ay/Yıl (day/month/year) boxes.",
      "sourceRef": "page 1, Doğum Tarihi block",
      "classification": "sensitive-pii"
    },
    {
      "name": "sex",
      "label": "Cinsiyeti (Sex)",
      "type": "enum",
      "required": true,
      "sourceRef": "page 1, Cinsiyeti checkbox pair",
      "validation": {
        "enum": [
          "male",
          "female"
        ]
      }
    },
    {
      "name": "religion",
      "label": "Dini (Religion)",
      "type": "string",
      "sourceRef": "page 1, applicant information block",
      "validation": {
        "maxLength": 40
      }
    },
    {
      "name": "phoneNumber",
      "label": "Telefon (Phone number)",
      "type": "string",
      "required": true,
      "description": "Printed with a parenthetical area-code prefix box \"(0 )\" followed by the subscriber number; modelled as one field holding the full number.",
      "sourceRef": "page 1, İletişim Bilgileri block",
      "validation": {
        "minLength": 1,
        "maxLength": 20
      },
      "classification": "pii"
    },
    {
      "name": "emailAddress",
      "label": "E-posta (Email address)",
      "type": "string",
      "required": true,
      "description": "Printed as two boxes split around a fixed \"@\" symbol; modelled as one field holding the full address.",
      "sourceRef": "page 1, İletişim Bilgileri block",
      "validation": {
        "minLength": 3,
        "maxLength": 254,
        "pattern": "^[^@\\s]+@[^@\\s]+\\.[^@\\s]+$"
      },
      "classification": "pii"
    },
    {
      "name": "residenceAddress",
      "label": "Yerleşim Yeri Adresi (Residential address)",
      "type": "string",
      "required": true,
      "sourceRef": "page 1, İletişim Bilgileri block",
      "validation": {
        "minLength": 1,
        "maxLength": 240
      },
      "classification": "pii"
    },
    {
      "name": "educationLevel",
      "label": "Eğitim Durumu (Education level)",
      "type": "string",
      "sourceRef": "page 1, İletişim Bilgileri block",
      "validation": {
        "maxLength": 60
      }
    },
    {
      "name": "occupation",
      "label": "Mesleği (Occupation)",
      "type": "string",
      "sourceRef": "page 1, İletişim Bilgileri block",
      "validation": {
        "maxLength": 80
      }
    },
    {
      "name": "maritalStatus",
      "label": "Medeni Hal (Marital status)",
      "type": "enum",
      "required": true,
      "sourceRef": "page 1, Medeni Hal Bilgileri checkbox row (Bekar/Evli/Boşanmış/Dul)",
      "validation": {
        "enum": [
          "single",
          "married",
          "divorced",
          "widowed"
        ]
      }
    },
    {
      "name": "marriageDate",
      "label": "Evlenme Tarihi (Marriage date)",
      "type": "date",
      "description": "Per the form's own footnote (a/b/c): required whenever Medeni Hal is Evli, Boşanmış, or Dul.",
      "sourceRef": "page 1, Evlenme Tarihi block",
      "requiredWhen": {
        "field": "maritalStatus",
        "in": [
          "married",
          "divorced",
          "widowed"
        ]
      },
      "required": false
    },
    {
      "name": "divorceDate",
      "label": "Boşanma Tarihi (Divorce date)",
      "type": "date",
      "description": "Per the form's own footnote (b): required whenever Medeni Hal is Boşanmış.",
      "sourceRef": "page 1, Boşanma Tarihi block",
      "requiredWhen": {
        "field": "maritalStatus",
        "equals": "divorced"
      },
      "required": false
    },
    {
      "name": "spouseDeathDate",
      "label": "Vefat Eden Eşin Ölüm Tarihi (Deceased spouse's date of death)",
      "type": "date",
      "description": "Per the form's own footnote (c): required whenever Medeni Hal is Dul.",
      "sourceRef": "page 1, Vefat Eden Eşin Ölüm Tarihi block",
      "requiredWhen": {
        "field": "maritalStatus",
        "equals": "widowed"
      },
      "required": false
    },
    {
      "name": "spouseIdentityNumber",
      "label": "Kimlik No (Spouse's identity number)",
      "type": "string",
      "description": "Unlike Vat-6's spouse (always a Turkish citizen, 11-digit T.C. Kimlik No), Vat-11's spouse section carries no nationality qualifier and its own Uyruğu row, so this is left as a generic identity number without a strict digit pattern (see VERIFICATION.md).",
      "sourceRef": "page 1, Eşe Ait Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 20
      },
      "classification": "sensitive-pii",
      "requiredWhen": {
        "field": "maritalStatus",
        "in": [
          "married",
          "divorced",
          "widowed"
        ]
      },
      "required": false
    },
    {
      "name": "spouseNationality",
      "label": "Uyruğu (Spouse's nationality)",
      "type": "string",
      "sourceRef": "page 1, Eşe Ait Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 60
      },
      "requiredWhen": {
        "field": "maritalStatus",
        "in": [
          "married",
          "divorced",
          "widowed"
        ]
      },
      "required": false
    },
    {
      "name": "spouseFirstName",
      "label": "Adı (Spouse's given name)",
      "type": "string",
      "sourceRef": "page 1, Eşe Ait Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 80
      },
      "classification": "pii",
      "requiredWhen": {
        "field": "maritalStatus",
        "in": [
          "married",
          "divorced",
          "widowed"
        ]
      },
      "required": false
    },
    {
      "name": "spouseLastName",
      "label": "Soyadı (Spouse's surname)",
      "type": "string",
      "sourceRef": "page 1, Eşe Ait Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 80
      },
      "classification": "pii",
      "requiredWhen": {
        "field": "maritalStatus",
        "in": [
          "married",
          "divorced",
          "widowed"
        ]
      },
      "required": false
    },
    {
      "name": "spouseMotherName",
      "label": "Anne Adı (Spouse's mother's name)",
      "type": "string",
      "sourceRef": "page 1, Eşe Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "requiredWhen": {
        "field": "maritalStatus",
        "in": [
          "married",
          "divorced",
          "widowed"
        ]
      },
      "required": false
    },
    {
      "name": "spouseFatherName",
      "label": "Baba adı (Spouse's father's name)",
      "type": "string",
      "sourceRef": "page 1, Eşe Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "requiredWhen": {
        "field": "maritalStatus",
        "in": [
          "married",
          "divorced",
          "widowed"
        ]
      },
      "required": false
    },
    {
      "name": "spouseBirthPlace",
      "label": "Doğum Yeri (Spouse's place of birth)",
      "type": "string",
      "sourceRef": "page 1, Eşe Ait Bilgiler block",
      "validation": {
        "maxLength": 120
      },
      "classification": "pii",
      "requiredWhen": {
        "field": "maritalStatus",
        "in": [
          "married",
          "divorced",
          "widowed"
        ]
      },
      "required": false
    },
    {
      "name": "spouseDateOfBirth",
      "label": "Doğum Tarihi (Spouse's date of birth)",
      "type": "date",
      "sourceRef": "page 1, Eşe Ait Bilgiler block",
      "classification": "sensitive-pii",
      "requiredWhen": {
        "field": "maritalStatus",
        "in": [
          "married",
          "divorced",
          "widowed"
        ]
      },
      "required": false
    },
    {
      "name": "child1ForeignIdentityNumber",
      "label": "Child 1 — Varsa Yabancı Kimlik No (99... ile başlayan)",
      "type": "string",
      "description": "The source form provides 3 columns for minor children acquiring citizenship together with the applicant. Unlike Vat-5's reacquisition-applicant children (who may carry both a T.C. Kimlik No and a foreign ID), Vat-11's children carry only a foreign identity number, since a child of a TRNC-citizen applicant would not previously have held Turkish citizenship (see VERIFICATION.md).",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "pattern": "^99[0-9]{9}$"
      },
      "classification": "sensitive-pii"
    },
    {
      "name": "child1Nationality",
      "label": "Child 1 — Uyruğu (Nationality)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 60
      }
    },
    {
      "name": "child1ForeignFirstName",
      "label": "Child 1 — Yabancı Adı (Foreign given name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child1ForeignLastName",
      "label": "Child 1 — Yabancı Soyadı (Foreign surname)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child1TurkishFirstName",
      "label": "Child 1 — Türkçe Adı (Turkish-script given name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child1SurnameToBeAcquired",
      "label": "Child 1 — Alacağı Soyadı (Surname to be acquired)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child1MotherName",
      "label": "Child 1 — Anne Adı (Mother's name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child1FatherName",
      "label": "Child 1 — Baba Adı (Father's name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child1BirthPlace",
      "label": "Child 1 — Doğum Yeri (Place of birth)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 120
      },
      "classification": "pii"
    },
    {
      "name": "child1DateOfBirth",
      "label": "Child 1 — Doğum Tarihi (Date of birth)",
      "type": "date",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "classification": "sensitive-pii"
    },
    {
      "name": "child1Sex",
      "label": "Child 1 — Cinsiyeti (Sex)",
      "type": "string",
      "description": "Unlike the applicant's own Cinsiyeti (a Erkek/Kadın radio-button pair), each child's Cinsiyeti in this table is a single free-text box in the source PDF, not a controlled selection (see VERIFICATION.md). Expected values are \"Erkek\" (male) or \"Kadın\" (female).",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "child1Religion",
      "label": "Child 1 — Dini (Religion)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 1 of 3)",
      "validation": {
        "maxLength": 40
      }
    },
    {
      "name": "child2ForeignIdentityNumber",
      "label": "Child 2 — Varsa Yabancı Kimlik No (99... ile başlayan)",
      "type": "string",
      "description": "The source form provides 3 columns for minor children acquiring citizenship together with the applicant.",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "pattern": "^99[0-9]{9}$"
      },
      "classification": "sensitive-pii"
    },
    {
      "name": "child2Nationality",
      "label": "Child 2 — Uyruğu (Nationality)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 60
      }
    },
    {
      "name": "child2ForeignFirstName",
      "label": "Child 2 — Yabancı Adı (Foreign given name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child2ForeignLastName",
      "label": "Child 2 — Yabancı Soyadı (Foreign surname)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child2TurkishFirstName",
      "label": "Child 2 — Türkçe Adı (Turkish-script given name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child2SurnameToBeAcquired",
      "label": "Child 2 — Alacağı Soyadı (Surname to be acquired)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child2MotherName",
      "label": "Child 2 — Anne Adı (Mother's name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child2FatherName",
      "label": "Child 2 — Baba Adı (Father's name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child2BirthPlace",
      "label": "Child 2 — Doğum Yeri (Place of birth)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 120
      },
      "classification": "pii"
    },
    {
      "name": "child2DateOfBirth",
      "label": "Child 2 — Doğum Tarihi (Date of birth)",
      "type": "date",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "classification": "sensitive-pii"
    },
    {
      "name": "child2Sex",
      "label": "Child 2 — Cinsiyeti (Sex)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "child2Religion",
      "label": "Child 2 — Dini (Religion)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 2 of 3)",
      "validation": {
        "maxLength": 40
      }
    },
    {
      "name": "child3ForeignIdentityNumber",
      "label": "Child 3 — Varsa Yabancı Kimlik No (99... ile başlayan)",
      "type": "string",
      "description": "The source form provides 3 columns for minor children acquiring citizenship together with the applicant.",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "pattern": "^99[0-9]{9}$"
      },
      "classification": "sensitive-pii"
    },
    {
      "name": "child3Nationality",
      "label": "Child 3 — Uyruğu (Nationality)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 60
      }
    },
    {
      "name": "child3ForeignFirstName",
      "label": "Child 3 — Yabancı Adı (Foreign given name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child3ForeignLastName",
      "label": "Child 3 — Yabancı Soyadı (Foreign surname)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child3TurkishFirstName",
      "label": "Child 3 — Türkçe Adı (Turkish-script given name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child3SurnameToBeAcquired",
      "label": "Child 3 — Alacağı Soyadı (Surname to be acquired)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child3MotherName",
      "label": "Child 3 — Anne Adı (Mother's name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child3FatherName",
      "label": "Child 3 — Baba Adı (Father's name)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii"
    },
    {
      "name": "child3BirthPlace",
      "label": "Child 3 — Doğum Yeri (Place of birth)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 120
      },
      "classification": "pii"
    },
    {
      "name": "child3DateOfBirth",
      "label": "Child 3 — Doğum Tarihi (Date of birth)",
      "type": "date",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "classification": "sensitive-pii"
    },
    {
      "name": "child3Sex",
      "label": "Child 3 — Cinsiyeti (Sex)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 20
      }
    },
    {
      "name": "child3Religion",
      "label": "Child 3 — Dini (Religion)",
      "type": "string",
      "sourceRef": "page 1, minor-children table (column 3 of 3)",
      "validation": {
        "maxLength": 40
      }
    },
    {
      "name": "declarationDate",
      "label": "Tarih (Date, at the closing declaration)",
      "type": "date",
      "required": true,
      "description": "The date the applicant signs the closing declaration invoking Article 42 of Law No. 5901 on Turkish Citizenship.",
      "sourceRef": "page 1, closing declaration block"
    },
    {
      "name": "otherNationalityDeclaration",
      "label": "Herhangi bir devlet vatandaşlığınız var mı? Varsa uyruğunuz? (Do you hold any other state's citizenship? If so, which?)",
      "type": "string",
      "required": true,
      "description": "A single free-text blank on the source form answering both the yes/no question and, if applicable, the nationality held.",
      "sourceRef": "page 2, Gerekli Diğer Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 200
      }
    },
    {
      "name": "foreignCitizenshipAcquisitionInfo",
      "label": "Yabancı devlet vatandaşlığını kazanma tarihiniz? (Date you acquired your other state citizenship?)",
      "type": "string",
      "description": "Free text on the source form (no day/month/year split, unlike this schema's other date fields); only applicable if otherNationalityDeclaration reports another nationality. May legitimately read a date, \"by birth,\" or \"not applicable.\"",
      "sourceRef": "page 2, Gerekli Diğer Bilgiler block",
      "validation": {
        "maxLength": 100
      },
      "required": false
    },
    {
      "name": "statelessLegalConductDeclaration",
      "label": "Herhangi bir devlet vatandaşı değilseniz (Vatansızsanız) bugüne kadar resmi ve hukuki işlemlerinizi ne şekilde yürüttünüz? (If stateless, how have you conducted your official/legal affairs to date?)",
      "type": "string",
      "description": "Only applicable if the applicant is stateless per otherNationalityDeclaration.",
      "sourceRef": "page 2, Gerekli Diğer Bilgiler block",
      "validation": {
        "maxLength": 300
      },
      "required": false
    },
    {
      "name": "residenceSinceDate",
      "label": "Bulunduğunuz ülkede hangi tarihten beri ikamet etmektesiniz? (Since when have you resided in your current country?)",
      "type": "string",
      "required": true,
      "sourceRef": "page 2, Gerekli Diğer Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 100
      }
    },
    {
      "name": "nameUsedInResidenceCountry",
      "label": "Bulunduğunuz ülkede hangi ad ve soyad ile tanınmaktasınız? (What given name and surname are you known by in your country of residence?)",
      "type": "string",
      "required": true,
      "sourceRef": "page 2, Gerekli Diğer Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 160
      },
      "classification": "pii"
    },
    {
      "name": "turkishCitizenSiblingsDeclaration",
      "label": "Türk vatandaşı kardeşleriniz var ise, T.C. Kimlik No, ad, soyad ve yerleşim yeri adres bilgilerini belirtiniz. (If you have Turkish-citizen siblings, state their T.C. Kimlik No, name, surname, and residential address.)",
      "type": "string",
      "description": "Only applicable if the applicant has one or more Turkish-citizen siblings.",
      "sourceRef": "page 2, Gerekli Diğer Bilgiler block",
      "validation": {
        "maxLength": 500
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "turkeyRelativesDeclaration",
      "label": "Türkiye'de ikinci derecede yakınlarınız var ise, ad, soyad ve yerleşim yeri adres bilgilerini belirtiniz. (If you have second-degree relatives in Türkiye, state their name, surname, and residential address.)",
      "type": "string",
      "description": "Only applicable if the applicant has one or more second-degree relatives residing in Türkiye.",
      "sourceRef": "page 2, Gerekli Diğer Bilgiler block",
      "validation": {
        "maxLength": 500
      },
      "classification": "pii",
      "required": false
    }
  ],
  "steps": [
    {
      "id": "filing_and_identity",
      "title": "Filing office and applicant's identity",
      "fields": [
        "submittedToOffice",
        "submittedToOfficeType",
        "foreignIdentityNumber",
        "nationality",
        "firstName",
        "lastName",
        "motherName",
        "fatherName"
      ],
      "next": "birth_and_contact"
    },
    {
      "id": "birth_and_contact",
      "title": "Birth particulars, sex, and contact details",
      "fields": [
        "birthPlaceName",
        "birthCountry",
        "dateOfBirth",
        "sex",
        "religion",
        "phoneNumber",
        "emailAddress",
        "residenceAddress",
        "educationLevel",
        "occupation"
      ],
      "next": "marital_and_spouse"
    },
    {
      "id": "marital_and_spouse",
      "title": "Marital status and spouse's particulars",
      "fields": [
        "maritalStatus",
        "marriageDate",
        "divorceDate",
        "spouseDeathDate",
        "spouseIdentityNumber",
        "spouseNationality",
        "spouseFirstName",
        "spouseLastName",
        "spouseMotherName",
        "spouseFatherName",
        "spouseBirthPlace",
        "spouseDateOfBirth"
      ],
      "next": "minor_children"
    },
    {
      "id": "minor_children",
      "title": "Minor children acquiring citizenship together with the applicant",
      "fields": [
        "child1ForeignIdentityNumber",
        "child1Nationality",
        "child1ForeignFirstName",
        "child1ForeignLastName",
        "child1TurkishFirstName",
        "child1SurnameToBeAcquired",
        "child1MotherName",
        "child1FatherName",
        "child1BirthPlace",
        "child1DateOfBirth",
        "child1Sex",
        "child1Religion",
        "child2ForeignIdentityNumber",
        "child2Nationality",
        "child2ForeignFirstName",
        "child2ForeignLastName",
        "child2TurkishFirstName",
        "child2SurnameToBeAcquired",
        "child2MotherName",
        "child2FatherName",
        "child2BirthPlace",
        "child2DateOfBirth",
        "child2Sex",
        "child2Religion",
        "child3ForeignIdentityNumber",
        "child3Nationality",
        "child3ForeignFirstName",
        "child3ForeignLastName",
        "child3TurkishFirstName",
        "child3SurnameToBeAcquired",
        "child3MotherName",
        "child3FatherName",
        "child3BirthPlace",
        "child3DateOfBirth",
        "child3Sex",
        "child3Religion"
      ],
      "next": "declaration"
    },
    {
      "id": "declaration",
      "title": "Closing declaration",
      "fields": [
        "declarationDate"
      ],
      "next": "additional_declarations"
    },
    {
      "id": "additional_declarations",
      "title": "Additional required information (page 2)",
      "fields": [
        "otherNationalityDeclaration",
        "foreignCitizenshipAcquisitionInfo",
        "statelessLegalConductDeclaration",
        "residenceSinceDate",
        "nameUsedInResidenceCountry",
        "turkishCitizenSiblingsDeclaration",
        "turkeyRelativesDeclaration"
      ]
    }
  ]
}
