{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "tr/nvi/acquisition-of-turkish-citizenship-by-descent-application",
  "version": "1.0.0",
  "title": "Türkiye — Acquisition of Turkish Citizenship by Descent Application Form (Vat-1)",
  "description": "Vat-1, \"Soy Bağı Esasına Göre Türk Vatandaşlığının Kazanılması Başvuru Formu/Beyan Formu\" (Application Form/Declaration Form for the Acquisition of Turkish Citizenship on the Basis of Descent), 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). This form is filed by an applicant who, by descent (soy bağı) from a Turkish-citizen mother and/or father, already holds Turkish citizenship by operation of law but was not registered at birth (typically because the birth occurred abroad) and now applies as an adult to have that citizenship formally recorded in the population register; the source PDF's own filename (\"Vat1-FormOnsekizYasUstuYurtdisiBildirim.pdf,\" literally \"over-18 abroad-birth notification form\") reflects this same self-applying-adult scenario, distinct from its printed header title, and is treated as consistent rather than a naming mismatch requiring resolution. Distinct from every other authored VAT companion: it carries no maiden-name question, no criminal-conviction/pending-prosecution questions, and, uniquely among this registry's VAT schemas, two full parent-information blocks (Babasına Ait Bilgiler/Annesine Ait Bilgiler, covering the father's and mother's own identity plus each parent's own two parents — the applicant's paternal and maternal grandparents) reflecting that citizenship here flows through the parent rather than a spouse or adoption. The spouse block, gated by marital status per the form's own footnote, is a smaller 8-field block with no occupation/education columns, matching the Vat-8 precedent, and its identity-number field accepts either a T.C. Kimlik No or a foreign identity number since the spouse need not be a Turkish citizen. A second page (\"Gerekli Diğer Bilgiler\") carries seven of the same open-ended declarations already modelled on Vat-11, plus one field unique to this schema — turkishParentAddressDeclaration — always required rather than conditional, since this form's entire legal basis presupposes a Turkish-citizen parent whose address is always answerable. 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 office-assigned Kayıt Tarihi/Kayıt No, the biometric photograph box, and the page-2 two-party attestation block (\"Beyan Alan Yetkilinin\"/\"Beyan Verenin\" — receiving official's and declarant's own printed name/title/date/signature, completed at the counter) are out of scope (see VERIFICATION.md). 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 or the Nüfus ve Vatandaşlık İşleri Genel Müdürlüğü.",
  "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/Vat1-FormOnsekizYasUstuYurtdisiBildirim.pdf",
    "retrievedAt": "2026-07-25",
    "documentRef": "Form Vat-1 — \"Soy Bağı Esasına Göre Türk Vatandaşlığının Kazanılması Başvuru Formu/Beyan Formu\" (Acquisition of Turkish Citizenship on the Basis of Descent Application Form), prescribed under Law No. 5901 on Turkish Citizenship, Article 7 (inferred — see VERIFICATION.md)"
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-25",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-25",
    "notes": "GOV-4868 (\"GovSchema Standard Research\"). Companion schema within Türkiye's already-open National ID & Civic Documents vertical, one of the VAT-1/2/7/10 forms banked as future candidates by the GOV-4818 cycle that authored Vat-3. 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,
      "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 Vat-3/Vat-6/Vat-8/Vat-9, this form carries a single Ad/Soyad pair with no separate foreign-script/Turkish-script split.",
      "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
      },
      "required": false
    },
    {
      "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 ve Diğer 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 ve Diğer 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 ve Diğer Bilgileri block",
      "validation": {
        "minLength": 1,
        "maxLength": 240
      },
      "classification": "pii"
    },
    {
      "name": "educationLevel",
      "label": "Eğitim Durumu (Education level)",
      "type": "string",
      "sourceRef": "page 1, İletişim ve Diğer Bilgileri block",
      "validation": {
        "maxLength": 60
      },
      "required": false
    },
    {
      "name": "occupation",
      "label": "Mesleği (Occupation)",
      "type": "string",
      "sourceRef": "page 1, İletişim ve Diğer Bilgileri block",
      "validation": {
        "maxLength": 80
      },
      "required": false
    },
    {
      "name": "maritalStatus",
      "label": "Medeni Hali (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 Hali 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 Hali 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 Hali 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 T.C. Kimlik No/Yabancı Kimlik No)",
      "type": "string",
      "description": "The form's own field alternativeText allows either a T.C. Kimlik No or a foreign identity number here, since the applicant's spouse is not necessarily a Turkish citizen.",
      "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": "fatherIdentityNumber",
      "label": "Kimlik No (Father's T.C. Kimlik No/Yabancı Kimlik No)",
      "type": "string",
      "description": "One of two parent-information blocks (father's and mother's) this form provides beneath the applicant's marital-status/spouse section, since the applicant acquires citizenship through a Turkish-citizen mother and/or father. The source form gives no boolean/enum toggle indicating which parent is the Turkish-citizen one, so both this block and the mother's block below are modelled fully optional rather than requiredWhen-gated — a disclosed judgment call.",
      "sourceRef": "page 1, Babasına Ait Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 20
      },
      "classification": "sensitive-pii",
      "required": false
    },
    {
      "name": "fatherNationality",
      "label": "Uyruğu (Father's nationality)",
      "type": "string",
      "sourceRef": "page 1, Babasına Ait Bilgiler block",
      "validation": {
        "maxLength": 60
      },
      "required": false
    },
    {
      "name": "fatherGivenName",
      "label": "Adı (Father's given name)",
      "type": "string",
      "sourceRef": "page 1, Babasına Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "fatherSurname",
      "label": "Soyadı (Father's surname)",
      "type": "string",
      "sourceRef": "page 1, Babasına Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "paternalGrandmotherName",
      "label": "Anne Adı (Father's own mother's name — paternal grandmother)",
      "type": "string",
      "sourceRef": "page 1, Babasına Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "paternalGrandfatherName",
      "label": "Baba Adı (Father's own father's name — paternal grandfather)",
      "type": "string",
      "sourceRef": "page 1, Babasına Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "fatherBirthPlace",
      "label": "Doğum Yeri (Father's place of birth)",
      "type": "string",
      "sourceRef": "page 1, Babasına Ait Bilgiler block",
      "validation": {
        "maxLength": 120
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "fatherDateOfBirth",
      "label": "Doğum Tarihi (Father's date of birth)",
      "type": "date",
      "sourceRef": "page 1, Babasına Ait Bilgiler block",
      "classification": "sensitive-pii",
      "required": false
    },
    {
      "name": "motherIdentityNumber",
      "label": "Kimlik No (Mother's T.C. Kimlik No/Yabancı Kimlik No)",
      "type": "string",
      "description": "The mother's counterpart to fatherIdentityNumber above; likewise fully optional per the same disclosed judgment call (no source toggle to gate either parent block on).",
      "sourceRef": "page 1, Annesine Ait Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 20
      },
      "classification": "sensitive-pii",
      "required": false
    },
    {
      "name": "motherNationality",
      "label": "Uyruğu (Mother's nationality)",
      "type": "string",
      "sourceRef": "page 1, Annesine Ait Bilgiler block",
      "validation": {
        "maxLength": 60
      },
      "required": false
    },
    {
      "name": "motherGivenName",
      "label": "Adı (Mother's given name)",
      "type": "string",
      "sourceRef": "page 1, Annesine Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "motherSurname",
      "label": "Soyadı (Mother's surname)",
      "type": "string",
      "sourceRef": "page 1, Annesine Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "maternalGrandmotherName",
      "label": "Anne Adı (Mother's own mother's name — maternal grandmother)",
      "type": "string",
      "sourceRef": "page 1, Annesine Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "maternalGrandfatherName",
      "label": "Baba Adı (Mother's own father's name — maternal grandfather)",
      "type": "string",
      "sourceRef": "page 1, Annesine Ait Bilgiler block",
      "validation": {
        "maxLength": 80
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "motherBirthPlace",
      "label": "Doğum Yeri (Mother's place of birth)",
      "type": "string",
      "sourceRef": "page 1, Annesine Ait Bilgiler block",
      "validation": {
        "maxLength": 120
      },
      "classification": "pii",
      "required": false
    },
    {
      "name": "motherDateOfBirth",
      "label": "Doğum Tarihi (Mother's date of birth)",
      "type": "date",
      "sourceRef": "page 1, Annesine Ait Bilgiler block",
      "classification": "sensitive-pii",
      "required": false
    },
    {
      "name": "declarationDate",
      "label": "Tarih (Date, at the closing declaration)",
      "type": "date",
      "required": true,
      "description": "The date the applicant signs the closing declaration invoking acquisition of Turkish citizenship through a Turkish-citizen mother and/or father.",
      "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": "turkishParentAddressDeclaration",
      "label": "Türk vatandaşı anne ve/veya babanızın yerleşim yeri adres bilgilerini belirtiniz. (State the residential address of your Turkish-citizen mother and/or father.)",
      "type": "string",
      "required": true,
      "description": "Unlike the other page-2 declarations below, this field is always applicable: this form's entire legal basis is that the applicant has a Turkish-citizen mother and/or father, so this address is always answerable.",
      "sourceRef": "page 2, Gerekli Diğer Bilgiler block",
      "validation": {
        "minLength": 1,
        "maxLength": 240
      },
      "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_biographic"
    },
    {
      "id": "birth_and_biographic",
      "title": "Birth particulars and sex",
      "fields": [
        "birthPlaceName",
        "birthCountry",
        "dateOfBirth",
        "sex",
        "religion"
      ],
      "next": "contact_and_other"
    },
    {
      "id": "contact_and_other",
      "title": "Contact details, education, occupation",
      "fields": [
        "phoneNumber",
        "emailAddress",
        "residenceAddress",
        "educationLevel",
        "occupation"
      ],
      "next": "marital_status"
    },
    {
      "id": "marital_status",
      "title": "Marital status and related dates",
      "fields": [
        "maritalStatus",
        "marriageDate",
        "divorceDate",
        "spouseDeathDate"
      ],
      "next": "spouse_information"
    },
    {
      "id": "spouse_information",
      "title": "Spouse's particulars (married/divorced/widowed only)",
      "fields": [
        "spouseIdentityNumber",
        "spouseNationality",
        "spouseFirstName",
        "spouseLastName",
        "spouseMotherName",
        "spouseFatherName",
        "spouseBirthPlace",
        "spouseDateOfBirth"
      ],
      "next": "father_information"
    },
    {
      "id": "father_information",
      "title": "Father's particulars (Turkish-citizen parent basis, if applicable)",
      "fields": [
        "fatherIdentityNumber",
        "fatherNationality",
        "fatherGivenName",
        "fatherSurname",
        "paternalGrandmotherName",
        "paternalGrandfatherName",
        "fatherBirthPlace",
        "fatherDateOfBirth"
      ],
      "next": "mother_information"
    },
    {
      "id": "mother_information",
      "title": "Mother's particulars (Turkish-citizen parent basis, if applicable)",
      "fields": [
        "motherIdentityNumber",
        "motherNationality",
        "motherGivenName",
        "motherSurname",
        "maternalGrandmotherName",
        "maternalGrandfatherName",
        "motherBirthPlace",
        "motherDateOfBirth"
      ],
      "next": "declaration"
    },
    {
      "id": "declaration",
      "title": "Closing declaration",
      "fields": [
        "declarationDate"
      ],
      "next": "other_required_information"
    },
    {
      "id": "other_required_information",
      "title": "Gerekli Diğer Bilgiler (Other required information, page 2)",
      "fields": [
        "otherNationalityDeclaration",
        "foreignCitizenshipAcquisitionInfo",
        "statelessLegalConductDeclaration",
        "residenceSinceDate",
        "nameUsedInResidenceCountry",
        "turkishParentAddressDeclaration",
        "turkishCitizenSiblingsDeclaration",
        "turkeyRelativesDeclaration"
      ]
    }
  ]
}
