{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "ba/bih/kanton-sarajevo/mup-ks/lost-or-stolen-vehicle-registration-certificate-report",
  "version": "1.0.0",
  "title": "Bosnia and Herzegovina (Sarajevo Canton) — Report of an Invalid Vehicle Registration Certificate (Obrazac MP-7, Obr. br. 2)",
  "description": "The Ministry of Interior of Sarajevo Canton's (Ministarstvo unutrašnjih poslova Kantona Sarajevo, MUP KS) Obrazac MP-7, Obr. br. 2, \"Zahtjev za oglašavanje nevažećom potvrde o registraciji vozila\" (Request to Declare a Vehicle Registration Certificate Invalid) — opens Bosnia and Herzegovina's DMV vertical (5 of 6). This request is filed with MUP KS's Sector for Administration to have a lost or stolen vehicle-registration certificate (potvrda o registraciji vozila) formally declared invalid, a prerequisite to MUP KS issuing a replacement certificate. Bosnia and Herzegovina's DMV vertical had been screened repeatedly across prior cycles without finding a downloadable specimen from the state-level Agency for Identification Documents, Registers and Data Exchange (IDDEEA) or Republika Srpska's own Ministry of Interior (MUP RS); this cycle found that Bosnia and Herzegovina's own state-level vehicle-registration rulebook (Pravilnik o registriranju vozila, \"Službeni glasnik BiH\" 84/09 and later amendments) itself explains why: its Article 71(1) expressly excludes the request form referenced in its Article 5(2) from the set of forms IDDEEA itself supplies, meaning the citizen-facing request form is designed and published locally by each competent authority rather than as a single nationwide specimen — consistent with the fragmented, canton-by-canton forms this cycle found (e.g. Tuzla Canton's own MUP publishes a materially different set of request forms). MUP KS is the Ministry of Interior of one of the ten cantons making up the Federation of Bosnia and Herzegovina (one of Bosnia and Herzegovina's three constituent parts, alongside Republika Srpska and Brčko District); this schema is therefore scoped to Sarajevo Canton only, the first schema in this registry scoped below the entity level for Bosnia and Herzegovina. MUP KS's own companion forms for an invalid vehicle-ownership certificate (potvrda o vlasništvu vozila, Obr. br. 3) and invalid registration plates (registarske tablice, Obr. br. 4) are disclosed here as open backlog for future companion schemas (see VERIFICATION.md), following this registry's established main-form-now/companion-form-later convention. GovSchema is an independent, non-profit standards body and is not affiliated with, endorsed by, or operated by the Government of Bosnia and Herzegovina, the Federation of Bosnia and Herzegovina, Sarajevo Canton, or MUP KS.",
  "status": "draft",
  "jurisdiction": {
    "country": "BA",
    "subdivision": "BA-BIH",
    "locality": { "name": "Kanton Sarajevo (Sarajevo Canton)", "slug": "kanton-sarajevo" },
    "level": "municipal"
  },
  "authority": {
    "name": "Ministarstvo unutrašnjih poslova Kantona Sarajevo (Ministry of Interior of Sarajevo Canton)",
    "abbreviation": "MUP KS",
    "url": "https://mup.ks.gov.ba"
  },
  "process": {
    "type": "request",
    "language": "bs"
  },
  "source": {
    "url": "https://mup.ks.gov.ba/sites/mup.ks.gov.ba/files/2023-01/mp-7_obr._br.2_nevazeca_potvrda_o_reg._vozila.pdf",
    "retrievedAt": "2026-07-24",
    "documentRef": "Obrazac MP-7, Obr. br. 2 — \"Zahtjev za oglašavanje nevažećom potvrde o registraciji vozila\" (Request to Declare a Vehicle Registration Certificate Invalid)"
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-24",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-24",
    "notes": "GOV-4741 (\"GovSchema Standard Research\"). Opens Bosnia and Herzegovina's DMV vertical (5 of 6), closing the last vertical this registry had been unable to screen a live specimen for across three prior cycles (GOV-4720, GOV-4727, GOV-4734). 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-24"
  },
  "license": "CC-BY-4.0",
  "fields": [
    {
      "name": "applicantFullName",
      "label": "Ime i prezime (Applicant's full name)",
      "type": "string",
      "required": true,
      "description": "The person filing this request — ordinarily the vehicle's registered owner or registration-certificate holder.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Podaci o podnosiocu zahtjeva\" table",
      "validation": { "minLength": 1, "maxLength": 160 }
    },
    {
      "name": "applicantResidence",
      "label": "Prebivalište (Applicant's place of residence)",
      "type": "string",
      "required": true,
      "description": "The applicant's registered place of residence.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Podaci o podnosiocu zahtjeva\" table",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "applicantMailingAddress",
      "label": "Adresa za dostavu pošte (Address for postal delivery)",
      "type": "string",
      "required": false,
      "description": "A separate mailing address, if different from the applicant's place of residence; the form provides no indication this is mandatory.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Podaci o podnosiocu zahtjeva\" table",
      "validation": { "maxLength": 200 }
    },
    {
      "name": "applicantContactPhone",
      "label": "Kontakt telefon (Contact telephone)",
      "type": "string",
      "required": false,
      "description": "Supplementary contact channel; the form provides no indication this is mandatory.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Podaci o podnosiocu zahtjeva\" table",
      "validation": { "maxLength": 40 }
    },
    {
      "name": "applicantContactEmail",
      "label": "Kontakt e-mail (Contact e-mail)",
      "type": "string",
      "required": false,
      "description": "Supplementary contact channel; the form provides no indication this is mandatory.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Podaci o podnosiocu zahtjeva\" table",
      "validation": { "maxLength": 160 }
    },
    {
      "name": "receivingAdministrationSector",
      "label": "Sektor za administraciju kome se zahtjev podnosi (Administration Sector office this request is filed with)",
      "type": "string",
      "required": true,
      "description": "MUP KS's Administration Sector (Sektor za administraciju) is organized into multiple branch offices; this is the specific branch office the applicant is addressing this request to.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, addressee header",
      "validation": { "minLength": 1, "maxLength": 160 }
    },
    {
      "name": "certificateNumber",
      "label": "Broj potvrde o registraciji vozila (Vehicle registration certificate number)",
      "type": "string",
      "required": true,
      "description": "The number of the vehicle-registration certificate being declared invalid.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, body text",
      "validation": { "minLength": 1, "maxLength": 60 }
    },
    {
      "name": "issuingAdministrationSector",
      "label": "Sektor za administraciju koji je izdao potvrdu (Administration Sector office that issued the certificate)",
      "type": "string",
      "required": true,
      "description": "The MUP KS Administration Sector branch office that originally issued the now-invalid registration certificate.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, body text",
      "validation": { "minLength": 1, "maxLength": 160 }
    },
    {
      "name": "reasonForInvalidity",
      "label": "Razlog (jer je ista ...) (Reason the certificate is invalid)",
      "type": "string",
      "required": true,
      "description": "Free-text reason the certificate is no longer valid. The form prints one blank answer line with the parenthetical hint \"(izgubljena, otuđena i dr.)\" (lost, stolen, or other) immediately beneath it, rather than a checkbox pair — unlike this registry's ba/mup-rs/lost-or-stolen-travel-document-report@1.0.0, whose analogous field is a genuine two-checkbox choice; modelled here as free text to match this form's own single-blank-line layout, confirmed by direct visual rendering (see VERIFICATION.md).",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, body text",
      "validation": { "minLength": 1, "maxLength": 500 }
    },
    {
      "name": "filingPlace",
      "label": "Mjesto (Place the request is filed)",
      "type": "string",
      "required": true,
      "description": "The town/municipality where the applicant is filing this request.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, signature block",
      "validation": { "minLength": 1, "maxLength": 120 }
    },
    {
      "name": "filingDate",
      "label": "Datum (Date the request is filed)",
      "type": "date",
      "required": true,
      "description": "YYYY-MM-DD. The form pre-prints the century/decade of the year (\"20__.godine\"), leaving only the last two digits and the day/month blank; modelled as a full date per this registry's standard convention for machine-readable dates.",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, signature block"
    },
    {
      "name": "applicantIdCardNumber",
      "label": "Broj LK (Applicant's ID card number)",
      "type": "string",
      "classification": "sensitive-pii",
      "required": true,
      "description": "Personal identifier; handle as sensitive data. The applicant's identity-card number (lična karta).",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, signature block",
      "validation": { "minLength": 1, "maxLength": 40 }
    }
  ],
  "documents": [
    {
      "id": "policeLossReport",
      "label": "Potvrda ili izvještaj policije o okolnostima nestanka ili otuđenja potvrde o registraciji (vozila) (Police certificate or report on the circumstances of the certificate's loss or theft)",
      "category": "supporting-evidence",
      "required": true,
      "belongsTo": "applicant",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Uz zahtjev prilažem\" item 1"
    },
    {
      "id": "officialGazetteNotice",
      "label": "Potvrda JP Novinsko izdavačke organizacije Službeni list Bosne i Hercegovine (Certificate from the Official Gazette of Bosnia and Herzegovina's public news-publishing enterprise, proving the invalidity notice was published)",
      "category": "supporting-evidence",
      "required": true,
      "belongsTo": "applicant",
      "handling": "submit-original",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Uz zahtjev prilažem\" item 2; the form's own closing note states this item is submitted in original, unlike item 1 (original or certified copy)"
    },
    {
      "id": "applicantIdentityDocument",
      "label": "Identifikacioni dokument (Applicant's identity document, presented for inspection only)",
      "category": "identity-document",
      "required": true,
      "belongsTo": "applicant",
      "handling": "presented-for-inspection-not-submitted",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Uz zahtjev prilažem\" item 3 (\"na uvid\")"
    },
    {
      "id": "administrativeFeeProof",
      "label": "Dokaz o uplati administrativne takse ili dokaz o oslobađanju od takse (Proof of payment of the administrative fee, or proof of fee exemption)",
      "category": "payment",
      "required": true,
      "amount": { "currency": "BAM", "value": 8.00 },
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Uz zahtjev prilažem\" item 4"
    },
    {
      "id": "legalEntityRepresentationDocuments",
      "label": "Ovjerena kopija lične karte vlasnika i ovlaštenje za zastupanje, ukoliko je podnosilac zahtjeva pravno lice (Certified copy of the owner's ID card and authorization to represent, if the applicant is a legal entity)",
      "category": "identity-document",
      "required": false,
      "belongsTo": "responsible-party",
      "sourceRef": "Obrazac MP-7 Obr. br. 2 page 1, \"Uz zahtjev prilažem\" item 5. The form conditions this item on the applicant being a legal entity but provides no discrete applicant-type field to gate a requiredWhen condition on; modelled as unconditionally optional rather than fabricating a field the source does not itself print, per this registry's standing precedent (see VERIFICATION.md)."
    }
  ],
  "steps": [
    {
      "id": "applicant_data",
      "title": "Applicant's data",
      "fields": [
        "applicantFullName", "applicantResidence", "applicantMailingAddress",
        "applicantContactPhone", "applicantContactEmail"
      ],
      "next": "certificate_details"
    },
    {
      "id": "certificate_details",
      "title": "Details of the invalid registration certificate",
      "fields": [
        "receivingAdministrationSector", "certificateNumber",
        "issuingAdministrationSector", "reasonForInvalidity"
      ],
      "next": "filing"
    },
    {
      "id": "filing",
      "title": "Filing particulars and applicant's identification",
      "fields": ["filingPlace", "filingDate", "applicantIdCardNumber"]
    }
  ]
}
