{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "kr/molit/vehicle-ownership-transfer-registration",
  "version": "1.0.0",
  "title": "South Korea Vehicle Ownership Transfer Registration (자동차 이전등록신청서)",
  "description": "Register the transfer of a South Korean vehicle's ownership after a sale, gift, court-commissioned act (e.g. judgment-based transfer or authority-ordered auction), or inheritance, using the form gazetted under the Motor Vehicle Management Act (자동차관리법) as [별지 제14호서식] '이전등록 신청서' (Attached Form No. 14, Transfer Registration Application) of the Enforcement Rule on Motor Vehicle Registration (자동차등록규칙). The transferee (new owner) is ordinarily the applicant, though the transferor may apply instead if the transferee fails to do so within the statutory deadline, and a registered used-car dealer may file on the parties' behalf. Filed either in person at the local city/county/district vehicle registration office, or online through the Ministry of Land, Infrastructure and Transport's 자동차민원 대국민포털 ('Car365', car365.go.kr) — the online channel requires a Korean digital certificate, mobile-carrier, or financial-certificate authentication login to actually submit and is unavailable for gift, inheritance, co-ownership, or tax-exemption cases (in-person filing only); this document models the application form's own data fields and its transaction-type-conditional attachment rules, not that login-gated online submission flow, and does not submit anything. It does not model the separate 자동차변경등록신청서 (change-of-particulars registration, a distinct sibling form for changes short of an ownership transfer), the separate first-time/new registration form, or the downstream acquisition-tax assessment and licence-plate reissuance that follow a successful transfer registration at the local tax office. GovSchema is independent and is not affiliated with, endorsed by, or operated by the Government of the Republic of Korea, the Ministry of Land, Infrastructure and Transport, or Car365.",
  "status": "draft",
  "jurisdiction": {
    "country": "KR",
    "level": "national"
  },
  "authority": {
    "name": "Ministry of Land, Infrastructure and Transport",
    "abbreviation": "MOLIT",
    "url": "https://www.molit.go.kr/english/"
  },
  "process": {
    "type": "registration",
    "language": "ko-KR"
  },
  "source": {
    "url": "https://law.go.kr/LSW/flDownload.do?gubun=&flSeq=137678345&bylClsCd=110202",
    "retrievedAt": "2026-07-06",
    "documentRef": "자동차등록규칙 [별지 제14호서식] <개정 2018. 12. 19.> 이전등록 신청서 — Enforcement Rule on Motor Vehicle Registration, Attached Form No. 14, 'Transfer Registration Application', published by the National Law Information Center (law.go.kr)"
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-06",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-06",
    "notes": "Adds South Korea's first Vehicle Registration/DMV-vertical schema. Sourced directly from law.go.kr's own form-download endpoint (a real, directly-downloadable two-page PDF with a genuine text layer, extracted with pdfjs-dist — no login, CAPTCHA, or OCR needed), cross-checked against the Car365 portal's own guidance page, the Ministry of the Interior and Safety's civil-service portal (gov.kr) service listing for this same process, and three city/district registration-office public service pages (Seongnam, Gangnam-gu, Jeonju) that describe the same document requirements in plainer administrative language. The live Car365 online submission wizard itself requires a Korean digital-certificate/mobile/financial-certificate login and was not walked screen-by-screen. Independent review-gate re-verification (GOV-1403) re-fetched all three secondary sources directly: 매각결정서/확정판결등본's registrationReason mapping to 촉탁 (courtCommission) checked out and was further corroborated by car365's and Gangnam-gu's own '이전등록촉탁서' terminology in their court/auction-sale document categories; the original vehicleRegistrationCertificate=required judgment call did not check out — none of the three secondary sources actually establish it as unconditionally required (Seongnam explicitly marks it '미제출 가능'/submission optional; car365 requires it only when the plate number itself is changing; gov.kr and Gangnam-gu don't list it at all) — corrected to required:false pre-merge. See VERIFICATION.md."
  },
  "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-06"
  },
  "license": "CC-BY-4.0",
  "fields": [
    {
      "name": "formerOwnerName",
      "label": "구 소유자(양도인) 성명(명칭) — Former owner's (transferor's) name",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Individual name, or company/organisation name if the transferor is a corporate entity.",
      "sourceRef": "Form [별지 제14호서식], front, 구 소유자(양도인) block — '성명(명칭)'",
      "validation": { "minLength": 1, "maxLength": 100 }
    },
    {
      "name": "formerOwnerRegistrationNumber",
      "label": "구 소유자(양도인) 주민등록번호(법인등록번호) — Former owner's resident/corporate registration number",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "13-digit Resident Registration Number for an individual, or the same 6+7-digit format for a Corporate Registration Number.",
      "sourceRef": "Form [별지 제14호서식], front, 구 소유자(양도인) block — '주민등록번호(법인등록번호)'",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{7}$" }
    },
    {
      "name": "formerOwnerAddress",
      "label": "구 소유자(양도인) 사용본거지(차고지) — Former owner's base of use (garage location)",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "Form [별지 제14호서식], front, 구 소유자(양도인) block — '사용본거지(차고지)'",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "newOwnerName",
      "label": "신 소유자(양수인) 성명(명칭) — New owner's (transferee's) name",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Individual name, or company/organisation name if the transferee is a corporate entity.",
      "sourceRef": "Form [별지 제14호서식], front, 신 소유자(양수인) block — '성명(명칭)'",
      "validation": { "minLength": 1, "maxLength": 100 }
    },
    {
      "name": "newOwnerRegistrationNumber",
      "label": "신 소유자(양수인) 주민등록번호(법인등록번호) — New owner's resident/corporate registration number",
      "type": "string",
      "required": true,
      "classification": "sensitive-pii",
      "description": "13-digit Resident Registration Number for an individual, or the same 6+7-digit format for a Corporate Registration Number.",
      "sourceRef": "Form [별지 제14호서식], front, 신 소유자(양수인) block — '주민등록번호(법인등록번호)'",
      "validation": { "pattern": "^[0-9]{6}-?[0-9]{7}$" }
    },
    {
      "name": "newOwnerAddress",
      "label": "신 소유자(양수인) 사용본거지(차고지) — New owner's base of use (garage location)",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "Form [별지 제14호서식], front, 신 소유자(양수인) block — '사용본거지(차고지)'",
      "validation": { "minLength": 1, "maxLength": 200 }
    },
    {
      "name": "newOwnerEmail",
      "label": "전자우편 — New owner's email address",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "Used only to send vehicle-management information (e.g. a recall notice); the form's own usage note states it may be left blank if the applicant does not wish to provide it.",
      "sourceRef": "Form [별지 제14호서식], front — '전자우편'; back, 유의사항 item 4",
      "validation": { "pattern": "^[^@\\s]+@[^@\\s]+\\.[^@\\s]+$" }
    },
    {
      "name": "newOwnerPhoneNumber",
      "label": "(휴대)전화번호 — New owner's (mobile) phone number",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "Used to send a recall-notice text message; the form's own usage note states it may be left blank if the applicant does not wish to provide it.",
      "sourceRef": "Form [별지 제14호서식], front — '(휴대)전화번호(리콜 통지 시 문자 발송)'; back, 유의사항 item 4",
      "validation": { "minLength": 1, "maxLength": 20 }
    },
    {
      "name": "vehicleRegistrationNumber",
      "label": "자동차등록번호 — Vehicle registration number (licence plate)",
      "type": "string",
      "required": true,
      "sourceRef": "Form [별지 제14호서식], front — '자동차등록번호'",
      "validation": { "minLength": 1, "maxLength": 20 }
    },
    {
      "name": "odometerReadingKm",
      "label": "주행거리 (km) — Odometer reading (km)",
      "type": "integer",
      "required": true,
      "sourceRef": "Form [별지 제14호서식], front — '주행거리 km'",
      "validation": { "minimum": 0 }
    },
    {
      "name": "newVehicleRegistrationNumber",
      "label": "신자동차등록번호 — New vehicle registration number",
      "type": "string",
      "required": false,
      "description": "Only completed when the vehicle is issued a new licence plate as part of this transfer (for example, when the new owner's base of use is outside the plate-issuing region of the existing number).",
      "sourceRef": "Form [별지 제14호서식], front — '신자동차등록번호'",
      "validation": { "minLength": 1, "maxLength": 20 }
    },
    {
      "name": "registrationReason",
      "label": "등록원인 — Reason for registration",
      "type": "enum",
      "required": true,
      "description": "The form presents these as a single checkbox row ('[ ]에는 해당되는 곳에 √표를 합니다'). 'courtCommission' (촉탁) covers registrations an authority formally directs the registration office to carry out, including a judgment-based ownership transfer and an authority-ordered auction sale of an abandoned or seized vehicle — see the documents[] entries gated on this value and VERIFICATION.md for how the two supporting-document types map onto it.",
      "sourceRef": "Form [별지 제14호서식], front — '등록원인 [ ] 매매 [ ] 증여 [ ] 촉탁 [ ] 상속 [ ] 기타'",
      "validation": { "enum": ["sale", "gift", "courtCommission", "inheritance", "other"] }
    },
    {
      "name": "applicantName",
      "label": "신청인 성명 — Applicant's name",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The transferee (new owner) is ordinarily the applicant (자동차관리법 제12조제1항); the transferor may apply instead if the transferee has not applied within the statutory deadline (제12조제4항), and a registered used-car dealer may apply on the parties' behalf for a dealer-brokered sale (제12조제2항). Not necessarily equal to newOwnerName or formerOwnerName.",
      "sourceRef": "Form [별지 제14호서식], front, main declaration — '신청인 성명 (서명 또는 인)'",
      "validation": { "minLength": 1, "maxLength": 100 }
    },
    {
      "name": "applicantDateOfBirth",
      "label": "생년월일 — Applicant's date of birth",
      "type": "date",
      "required": true,
      "classification": "sensitive-pii",
      "sourceRef": "Form [별지 제14호서식], front, main declaration — '생년월일'",
      "description": "Not asked when the applicant is a corporate entity (a company/organisation has no date of birth); left required here to match the form's own layout for the ordinary individual-applicant case, per this registry's convention of describing rather than resolving a source form's own individual/corporate ambiguity."
    },
    {
      "name": "applicationDate",
      "label": "신청일 — Application date",
      "type": "date",
      "required": true,
      "sourceRef": "Form [별지 제14호서식], front, main declaration — '년 월 일' preceding the applicant's signature/seal",
      "description": "The physical signature/seal accompanying this date is a signing-event detail, not a data field, and is not modelled here."
    },
    {
      "name": "applicationFiledByAgent",
      "label": "대리인 신청 여부 — Whether an agent is filing on the applicant's behalf",
      "type": "boolean",
      "required": false,
      "description": "Synthetic gating field, not itself printed on the form as a checkbox: the form's own attachment list conditions a power-of-attorney and agent ID document on 'when an agent applies' (대리인이 신청하는 경우) without a corresponding checkbox. Introduced here, following this registry's precedent for other derived gates (e.g. mx/inm/forma-migratoria-multiple-electronica's applicantIsMinor), to drive the agentPowerOfAttorneyAndId document requirement below.",
      "sourceRef": "Derived from Form [별지 제14호서식], back, 신청인(대표자) 제출서류 item 6 — not itself a form field"
    },
    {
      "name": "consentToAdministrativeInfoJointUse",
      "label": "행정정보 공동이용 동의 — Consent to administrative-information joint-use verification",
      "type": "boolean",
      "required": true,
      "description": "Consent for the registration office to verify certain supporting facts (e.g. the applicant's resident registration extract, business registration, or the vehicle registry itself) through the government's own Administrative Information Joint-Use System rather than requiring the applicant to submit the underlying documents directly. If the applicant does not consent, or the office cannot verify a fact this way, the form's own text states the applicant must submit the relevant document directly (the corporate-registry extract is exempted from this fallback).",
      "sourceRef": "Form [별지 제14호서식], front — '행정정보 공동이용 동의서' block and its accompanying note"
    },
    {
      "name": "acquisitionTaxExemptionDisabledPerson",
      "label": "장애인복지법에 따른 장애인(1~3급) 취득세 감면 — Acquisition-tax exemption: disabled person (Grade 1-3, Act on Welfare of Persons with Disabilities)",
      "type": "boolean",
      "required": false,
      "sourceRef": "Form [별지 제14호서식], back, 「지방세특례제한법」에 따른 취득세 감면 대상 여부 checkbox row"
    },
    {
      "name": "acquisitionTaxExemptionNationalMeritPerson",
      "label": "국가유공자(상이등급 1~7급) 취득세 감면 — Acquisition-tax exemption: person of national merit (disability rating Grade 1-7)",
      "type": "boolean",
      "required": false,
      "sourceRef": "Form [별지 제14호서식], back, 「지방세특례제한법」에 따른 취득세 감면 대상 여부 checkbox row"
    },
    {
      "name": "acquisitionTaxExemptionMay18DemocracyMovement",
      "label": "5·18민주유공자(신체장애등급 1~14급) 취득세 감면 — Acquisition-tax exemption: May 18 Democracy Movement injured person (disability rating Grade 1-14)",
      "type": "boolean",
      "required": false,
      "sourceRef": "Form [별지 제14호서식], back, 「지방세특례제한법」에 따른 취득세 감면 대상 여부 checkbox row"
    },
    {
      "name": "acquisitionTaxExemptionAgentOrangePatient",
      "label": "고엽제후유의증환자 취득세 감면 — Acquisition-tax exemption: Agent Orange after-effects patient",
      "type": "boolean",
      "required": false,
      "sourceRef": "Form [별지 제14호서식], back, 「지방세특례제한법」에 따른 취득세 감면 대상 여부 checkbox row"
    }
  ],
  "documents": [
    {
      "id": "vehicleTransferCertificate",
      "label": "자동차양도증명서 — Vehicle transfer certificate",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "applicant",
      "requiredWhen": { "field": "registrationReason", "equals": "sale" },
      "sourceRef": "Form [별지 제14호서식], back, 신청인(대표자) 제출서류 item 1"
    },
    {
      "id": "transferorIdentityVerificationDocument",
      "label": "양도인의 인감증명서, 본인서명사실확인서 또는 전자본인서명확인서 발급증 — Transferor's seal certificate, or (electronic) self-signature verification certificate",
      "category": "identity-document",
      "required": false,
      "belongsTo": "other",
      "requiredWhen": { "field": "registrationReason", "equals": "sale" },
      "handling": "Must state, in its own 'purpose of use' field, that it is for a vehicle sale and name the transferee's identity, per the source's own formatting requirement. Not required in three cases the source form itself lists: the sale was made or brokered by a registered used-car dealer; a court-run vehicle auction's own transaction-proof document is submitted instead; or the transferor personally confirms the sale in front of the registration office. These three exceptions are not separately encoded as document-level conditions here; the issuing office makes the final determination.",
      "sourceRef": "Form [별지 제14호서식], back, 신청인(대표자) 제출서류 item 2"
    },
    {
      "id": "giftDeed",
      "label": "증여증서 — Gift deed",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "applicant",
      "requiredWhen": { "field": "registrationReason", "equals": "gift" },
      "sourceRef": "Form [별지 제14호서식], back, 신청인(대표자) 제출서류 item 3"
    },
    {
      "id": "auctionSaleDecisionDocument",
      "label": "매각결정서 — Auction sale decision document",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "applicant",
      "requiredWhen": { "field": "registrationReason", "equals": "courtCommission" },
      "handling": "Applies when the vehicle was sold under Article 26(3) of the Motor Vehicle Management Act (an authority-ordered auction of an abandoned/seized vehicle). Judgment call: the source form's attachment list does not explicitly state which of the five registrationReason checkbox values this corresponds to; mapped here to 'courtCommission' (촉탁) as the closest fit — see VERIFICATION.md.",
      "sourceRef": "Form [별지 제14호서식], back, 신청인(대표자) 제출서류 item 4"
    },
    {
      "id": "certifiedJudgmentCopy",
      "label": "확정판결 등본 — Certified copy of a final judgment",
      "category": "supporting-evidence",
      "required": false,
      "belongsTo": "applicant",
      "requiredWhen": { "field": "registrationReason", "equals": "courtCommission" },
      "handling": "Applies when ownership transferred by a court judgment. Same registrationReason-mapping judgment call as auctionSaleDecisionDocument — see VERIFICATION.md.",
      "sourceRef": "Form [별지 제14호서식], back, 신청인(대표자) 제출서류 item 5"
    },
    {
      "id": "agentPowerOfAttorneyAndId",
      "label": "위임장 및 위임한 자의 신분증명서 사본 — Power of attorney and a copy of the agent's ID (a corporate seal certificate, if the applicant is a corporate entity)",
      "category": "identity-document",
      "required": false,
      "belongsTo": "other",
      "requiredWhen": { "field": "applicationFiledByAgent", "equals": true },
      "sourceRef": "Form [별지 제14호서식], back, 신청인(대표자) 제출서류 item 6"
    },
    {
      "id": "vehicleRegistrationCertificate",
      "label": "자동차등록증 — Vehicle registration certificate",
      "category": "identity-document",
      "required": false,
      "belongsTo": "applicant",
      "handling": "Not stated on the primary form's own two-page 제출서류/확인사항 lists, which are silent on it (the office's own internal 자동차등록원부 ledger record — a distinct document — is what the form's 확인사항 item 4 has the office confirm instead). Independent re-verification against the same three secondary sources found none actually establish this as an unconditionally required applicant submission: Seongnam's own service page lists it under 기본서류 but explicitly annotates it '미제출 가능' (submission may be omitted); car365's official 구비서류 table requires it only in the specific sub-case where the registration number/plate itself is being changed (visit-only, not available online); and neither the Ministry of the Interior and Safety's gov.kr civil-service listing nor Gangnam-gu's service page list it as a required document at all. Modelled here as optional accordingly. See VERIFICATION.md.",
      "sourceRef": "Not on the primary form; not established as required by gov.kr (정부24) service listing 'CappBizCD=15000000370' or Gangnam-gu's district vehicle-registration service page; Seongnam-si's service page lists it but annotates it as optional ('미제출 가능')"
    },
    {
      "id": "registrationFee",
      "label": "수수료 — Registration fee",
      "category": "payment",
      "required": true,
      "amount": {
        "currency": "KRW",
        "value": 1000
      },
      "handling": "KRW 1,000 when filed in the same city/province as the vehicle's base of use; KRW 1,500 when filed in a different city/province. The amount object here records only the base (same-jurisdiction) case; the higher amount is recorded as prose since a document's amount is a single fixed value in this spec version. Excludes the separately assessed acquisition tax (4-7% of value, per city/district guidance) and any new licence-plate issuance fee, both out of scope for this document — see VERIFICATION.md.",
      "sourceRef": "Form [별지 제14호서식], back, 수수료 note — '1,000원. 다만, 사용본거지와 다른 시·도에 신청하는 경우에는 1,500원입니다.'"
    }
  ],
  "steps": [
    {
      "id": "former_owner_information",
      "title": "Former Owner (Transferor) Information",
      "fields": ["formerOwnerName", "formerOwnerRegistrationNumber", "formerOwnerAddress"],
      "next": "new_owner_information"
    },
    {
      "id": "new_owner_information",
      "title": "New Owner (Transferee) Information",
      "fields": ["newOwnerName", "newOwnerRegistrationNumber", "newOwnerAddress", "newOwnerEmail", "newOwnerPhoneNumber"],
      "next": "vehicle_information"
    },
    {
      "id": "vehicle_information",
      "title": "Vehicle Information",
      "fields": ["vehicleRegistrationNumber", "odometerReadingKm", "newVehicleRegistrationNumber"],
      "next": "registration_reason"
    },
    {
      "id": "registration_reason",
      "title": "Reason for Registration",
      "fields": ["registrationReason"],
      "next": "applicant_declaration"
    },
    {
      "id": "applicant_declaration",
      "title": "Applicant Declaration",
      "fields": ["applicantName", "applicantDateOfBirth", "applicationDate", "applicationFiledByAgent", "consentToAdministrativeInfoJointUse"],
      "next": "acquisition_tax_exemption"
    },
    {
      "id": "acquisition_tax_exemption",
      "title": "Acquisition Tax Exemption (if applicable)",
      "fields": ["acquisitionTaxExemptionDisabledPerson", "acquisitionTaxExemptionNationalMeritPerson", "acquisitionTaxExemptionMay18DemocracyMovement", "acquisitionTaxExemptionAgentOrangePatient"]
    }
  ]
}
