{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "is/thjodskra/passport-issuance-consent-minor",
  "version": "1.0.0",
  "title": "Iceland Custodian Consent for Passport Issuance to a Minor (Samþykki forsjármanna vegna útgáfu vegabréfs fyrir einstakling undir 18 ára, Form V-901)",
  "description": "Þjóðskrá Íslands' (Registers Iceland) Form V-901, 'Samþykki vegna útgáfu vegabréfs fyrir einstakling undir 18 ára aldri' (Consent for issuance of a passport for an individual under 18 years of age). Iceland's substantive passport application/issuance itself is an in-person, biometric, island.is-pre-registered process with no separate downloadable field-by-field form; V-901 is the genuine standalone paper form within that process, used when both of a child's custodians cannot jointly attend Þjóðskrá (or a passport application site) in person with the child, so that an absent custodian's identity and witnessed consent to the issuance can instead be recorded on this document. Captures the child's identity and address; a declared custody arrangement (two custodians or one custodian); each custodian's identity, contact, and address; and, for the narrower case where a custodian is also absent from the passport photograph appointment itself, two attesting witnesses' identity. Opens Iceland's Passport vertical (5th of 6), alongside is/skatturinn's Business Formation and Taxes schemas, is/utl's Visa schema, and is/samgongustofa's DMV schema. The form is submitted on paper to Þjóðskrá or a passport application site; this document describes the form only and does not submit anything or imply government endorsement.",
  "status": "draft",
  "jurisdiction": {
    "country": "IS",
    "level": "national"
  },
  "authority": {
    "name": "Þjóðskrá Íslands (Registers Iceland)",
    "abbreviation": "Þjóðskrá",
    "url": "https://www.skra.is"
  },
  "process": {
    "type": "request",
    "language": "is"
  },
  "source": {
    "url": "https://www.skra.is/lisalib/getfile.aspx?itemid=d7b8075a-8643-11e6-943e-005056851dd2",
    "retrievedAt": "2026-07-10",
    "documentRef": "V-901, 'Samþykki vegna útgáfu vegabréfs fyrir einstakling undir 18 ára aldri' (Consent for issuance of a passport for an individual under 18 years of age), Þjóðskrá Íslands, edition 2.2, issue date 20.12.2022, 1 page"
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-10",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-10",
    "notes": "GOV-2226 ('GovSchema Standard Research'): opens Iceland's Passport vertical (5th of 6), following Business Formation and Taxes (is/skatturinn), Visa (is/utl, GOV-2210), and DMV (is/samgongustofa, GOV-2219). This candidate was scouted and named as a viable, well-sourced backlog item in the GOV-2219 cycle ('Þjóðskrá Form V-901 (minors/guardian-lacking-eID passport issuance), skra.is forms index, 21 fields') but left unauthored; re-screened and confirmed fresh this session rather than assumed still valid. Fetched fresh from skra.is's own forms index (skra.is/umsoknir/eydublod-umsoknir-og-vottord/) with a browser User-Agent: HTTP 200, application/pdf, exactly 193,261 bytes, SHA-256 cb4fefe4faa842cb3402b5acc81d8b361b38225a5f7831c87c5a26679baaed60, server Content-Disposition filename 'V-901-samthykki forsjarmanna vegna utgafu vegabrefs undir 18 ara.pdf' confirming the document's true subject (custodian consent, not a general passport application) independently of the printed title. Independently re-extracted with pdfjs-dist: doc.numPages === 1, page.getAnnotations() returned exactly 21 Widget annotations (all type Tx, no checkbox/radio widgets), matching the prior cycle's own field-count note exactly. Every widget was cross-walked to its printed label using a position-aware (x/y proximity) script against page.getTextContent() output, per this registry's established technique. See VERIFICATION.md for the full sourcing record, the one non-obvious structural finding (a named-but-unlabelled free-text field, and a printed two-option custody-type choice with no backing AcroForm widget at all), every scope decision, and the mock conformance test run."
  },
  "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-10"
  },
  "license": "CC-BY-4.0",
  "fields": [
    {
      "name": "childFullName",
      "label": "Fullt nafn barns",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The child's full name.",
      "sourceRef": "V-901 p.1: 'Fullt nafn barns:'",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "childNationalId",
      "label": "Kennitala",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The child's Icelandic national identification number (kennitala).",
      "sourceRef": "V-901 p.1: 'Kennitala:' (Barn section)",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    },
    {
      "name": "childLegalResidence",
      "label": "Lögheimili",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The child's registered legal residence/address.",
      "sourceRef": "V-901 p.1: 'Lögheimili:' (Barn section)",
      "validation": { "minLength": 1, "maxLength": 300 }
    },
    {
      "name": "custodyArrangementNote",
      "label": "Forsjáraðilar",
      "type": "string",
      "required": false,
      "description": "A free-text field the source PDF's own AcroForm names 'Forsjáraðilar' ('Custodians'), positioned immediately beside that section's printed heading rather than under a data-entry label of its own — see VERIFICATION.md for the full positional reasoning. Modelled as an optional note field (e.g. for naming the custodian(s) or recording a custody-arrangement detail the two-option checkbox below cannot capture), since no other printed label anchors it.",
      "sourceRef": "V-901 p.1: unlabelled text field at the 'Forsjáraðilar' section heading",
      "validation": { "maxLength": 300 }
    },
    {
      "name": "custodyType",
      "label": "Barnið hefur tvo forsjáraðila / Barnið hefur einn forsjáraðila",
      "type": "enum",
      "required": true,
      "description": "Whether the child has two custodians or one, printed as a two-option checkbox choice directly beneath the form's declaration sentence. Neither option is backed by an AcroForm widget on this specimen (both print as static '☐' glyphs in the extracted text layer, not Widget annotations) — modelled here as a semantic enum field per this registry's practice of representing a form's substantive declared choices even when the source PDF itself provides no fillable control for them (the filer would mark this by hand on a printed copy).",
      "sourceRef": "V-901 p.1: '☐ Barnið hefur tvo forsjáraðila* / ☐ Barnið hefur einn forsjáraðila'",
      "validation": { "enum": ["two_custodians", "one_custodian"] }
    },
    {
      "name": "custodian1DateAndPlace",
      "label": "Dagsetning og staður",
      "type": "string",
      "required": true,
      "description": "The date and place the first custodian signed this form, a single combined free-text box on the source form.",
      "sourceRef": "V-901 p.1: 'Dagsetning og staður:' (left/first custodian column)",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "custodian1Name",
      "label": "Nafn",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The first custodian's full name.",
      "sourceRef": "V-901 p.1: 'Nafn:' (left/first custodian column)",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "custodian1NationalId",
      "label": "Kennitala",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The first custodian's Icelandic national identification number (kennitala).",
      "sourceRef": "V-901 p.1: 'Kennitala:' (left/first custodian column)",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    },
    {
      "name": "custodian1Phone",
      "label": "Símanúmer",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The first custodian's telephone number.",
      "sourceRef": "V-901 p.1: 'Símanúmer:' (left/first custodian column)",
      "validation": { "minLength": 1, "maxLength": 30 }
    },
    {
      "name": "custodian1Address",
      "label": "Lögheimili",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "The first custodian's registered legal residence/address.",
      "sourceRef": "V-901 p.1: 'Lögheimili:' (left/first custodian column)",
      "validation": { "minLength": 1, "maxLength": 300 }
    },
    {
      "name": "custodian1Email",
      "label": "Netfang",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The first custodian's email address.",
      "sourceRef": "V-901 p.1: 'Netfang:' (left/first custodian column)",
      "validation": { "pattern": "^([\\w-]+(?:\\.[\\w-]+)*)@((?:[\\w-]+\\.)*\\w[\\w-]{0,66})\\.([a-z]{2,6}(?:\\.[a-z]{2})?)$" }
    },
    {
      "name": "custodian2DateAndPlace",
      "label": "Dagsetning og staður",
      "type": "string",
      "required": false,
      "description": "The date and place the second custodian signed this form, applicable only when the child has two custodians (see custodyType).",
      "sourceRef": "V-901 p.1: 'Dagsetning og staður:' (right/second custodian column)",
      "validation": { "minLength": 1, "maxLength": 200 },
      "requiredWhen": { "field": "custodyType", "equals": "two_custodians" }
    },
    {
      "name": "custodian2Name",
      "label": "Nafn",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "The second custodian's full name, applicable only when the child has two custodians (see custodyType).",
      "sourceRef": "V-901 p.1: 'Nafn:' (right/second custodian column)",
      "validation": { "minLength": 1, "maxLength": 200 },
      "requiredWhen": { "field": "custodyType", "equals": "two_custodians" }
    },
    {
      "name": "custodian2NationalId",
      "label": "Kennitala",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "The second custodian's Icelandic national identification number (kennitala), applicable only when the child has two custodians (see custodyType).",
      "sourceRef": "V-901 p.1: 'Kennitala:' (right/second custodian column)",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" },
      "requiredWhen": { "field": "custodyType", "equals": "two_custodians" }
    },
    {
      "name": "custodian2Phone",
      "label": "Símanúmer",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "The second custodian's telephone number, applicable only when the child has two custodians (see custodyType).",
      "sourceRef": "V-901 p.1: 'Símanúmer:' (right/second custodian column)",
      "validation": { "minLength": 1, "maxLength": 30 },
      "requiredWhen": { "field": "custodyType", "equals": "two_custodians" }
    },
    {
      "name": "custodian2Address",
      "label": "Lögheimili",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "The second custodian's registered legal residence/address, applicable only when the child has two custodians (see custodyType).",
      "sourceRef": "V-901 p.1: 'Lögheimili:' (right/second custodian column)",
      "validation": { "minLength": 1, "maxLength": 300 },
      "requiredWhen": { "field": "custodyType", "equals": "two_custodians" }
    },
    {
      "name": "custodian2Email",
      "label": "Netfang",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "The second custodian's email address, applicable only when the child has two custodians (see custodyType).",
      "sourceRef": "V-901 p.1: 'Netfang:' (right/second custodian column)",
      "validation": { "pattern": "^([\\w-]+(?:\\.[\\w-]+)*)@((?:[\\w-]+\\.)*\\w[\\w-]{0,66})\\.([a-z]{2,6}(?:\\.[a-z]{2})?)$" },
      "requiredWhen": { "field": "custodyType", "equals": "two_custodians" }
    },
    {
      "name": "witnessDateAndPlace",
      "label": "Dagsetning og staður",
      "type": "string",
      "required": false,
      "description": "The date and place the two attesting witnesses signed, a single field shared by both witnesses. Applicable only in the narrower case where a custodian is also absent from the child's passport photograph appointment ('myndatökuna'), per the form's own printed note — not gated here by a requiredWhen condition, since the source provides no dedicated field or checkbox stating whether a custodian is absent from that specific appointment (a distinct fact from custodyType, which concerns the number of custodians, not attendance).",
      "sourceRef": "V-901 p.1, Vitundarvottar section: 'Dagsetning og staður:'",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "witness1Name",
      "label": "Nafn",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "The first attesting witness's full name (see witnessDateAndPlace for applicability). The form's own note requires witnesses to be at least 18 years old and always requires two witnesses' signatures together.",
      "sourceRef": "V-901 p.1, Vitundarvottar section: 'Nafn:' (left/first witness column)",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "witness2Name",
      "label": "Nafn",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "The second attesting witness's full name (see witnessDateAndPlace for applicability).",
      "sourceRef": "V-901 p.1, Vitundarvottar section: 'Nafn:' (right/second witness column)",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "witness1NationalId",
      "label": "Kennitala",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "The first attesting witness's Icelandic national identification number (kennitala) (see witnessDateAndPlace for applicability).",
      "sourceRef": "V-901 p.1, Vitundarvottar section: 'Kennitala:' (left/first witness column)",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    },
    {
      "name": "witness2NationalId",
      "label": "Kennitala",
      "type": "string",
      "required": false,
      "classification": "sensitive-pii",
      "description": "The second attesting witness's Icelandic national identification number (kennitala) (see witnessDateAndPlace for applicability).",
      "sourceRef": "V-901 p.1, Vitundarvottar section: 'Kennitala:' (right/second witness column)",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{4}$" }
    }
  ]
}
