Registry entry

Japan Godo Kaisha (Limited Liability Company) Establishment Registration Application

The Legal Affairs Bureau (法務局, part of the Ministry of Justice)'s Godo Kaisha Establishment Registration Application (合同会社設立登記申請書), filed with the local Legal Affairs Bureau/branch office/sub-office having jurisdiction over the company's registered head office, to legally bring a newly-incorporated godo-gaisha (合同会社, a membership company — mochibun-gaisha — commonly rendered in English as 'Godo Kaisha' or 'Limited Liability Company', e.g. as used by Amazon Japan G.K. and Apple Japan G.K.) into existence; as with a kabushiki-gaisha, Japanese company law makes incorporation effective only upon this registration (会社法第579条, 第49条). A Godo Kaisha has no shareholders, shares, directors, or board — it is owned and run by its 社員 ('members', a term distinct from 'employee' in this context), each of whom may be either an individual or, unlike a kabushiki-gaisha's directors, another corporation. This document models the Legal Affairs Bureau's own single published Godo Kaisha establishment template (unlike the Stock Company Establishment Registration Application, which the Bureau publishes as four distinct board/subscription-method variants, Godo Kaisha establishment has only one procedural shape). The application itself (this document's `fields[]`) is short: company identity, the 'matters to be registered' (登記すべき事項) content — trade name, head office, method of public notice, business purposes, capital amount, member/representative-member/performing-officer particulars — plus the signature/filing block. A real submission also encloses a substantial packet of supporting documents (articles of incorporation, the representative-member/head-office/capital decision document, capital-payment proof, and, where a member is itself a corporation, that corporation's own registered-matters certificate and performing-officer appointment papers) — modelled here only as `documents[]` attachment requirements; the internal content of each of those supporting documents (e.g. the articles of incorporation's own model articles) is out of scope, a candidate for a future companion-schedule cycle, mirroring the same scope decision already made for this registry's sibling `jp/houmukyoku/stock-company-establishment-registration-application`. GovSchema is independent and is not affiliated with, endorsed by, or operated by the Government of Japan or the Ministry of Justice. See VERIFICATION.md for the full field-by-field source mapping, the mock-data test run, and every disclosed scope decision.

Registry entry

jp/houmukyoku/limited-liability-company-establishment-registration-application

Jurisdiction
Japan · national
Version
1.0.0
Verification
draft

Authoritative source 合同会社設立登記申請書/Godo Kaisha (Limited Liability Company) Establishment Registration Application — blank application template ('申請書様式'), section '1 設立', row '1-5' of the Legal Affairs Bureau's own '商業・法人登記の申請書様式' ('Commercial/corporate registration application forms') index at https://houmukyoku.moj.go.jp/homu/COMMERCE_11-1.html.

Machine access

Registry catalog
registry/index.jsonone record per schema id

Field reference

20 fields, read from the published schema.json, with names, types, requiredness, and validation as the document states them. The live government form remains the authoritative source.

Fields

  • companyNameFurigana string required

    フリガナ — the katakana reading of the company's trade name, excluding the part denoting the company type ('合同会社'). Per the worked example's own annotation, written left-justified with any internal spaces removed; this furigana is published via the National Tax Agency's corporate-number ('houjin bangou') publication site and does not itself appear on the resulting Certificate of Registered Matters.

    length: 0–100classification: pii
  • companyName string required

    商号 — the company's registered trade name, including '合同会社' (either as a prefix or suffix per the members' choice). Reused verbatim as the 「商号」 line of the 登記すべき事項 (matters to be registered) passage and again in the signature/filing block below.

    length: 0–200
  • headOfficeAddress string required

    本店 — the company's registered head office address. The source form provides one free-text block (no structured prefecture/city/block/number sub-boxes). Reused verbatim as the 「本店」 line of the 登記すべき事項 passage and again in the filing block ('印 ○県○市○町○丁目○番○号 (注1)→本店').

    length: 0–300classification: pii
  • incorporationProcedureCompletionDate date required

    登記の事由 — the form's fixed reason-for-registration phrase is '[date]設立の手続終了' ('as of [date], the establishment procedure was completed'), i.e. the date every step of forming the Godo Kaisha (articles drafted, capital paid in, representative member selected, etc.) was finished. This is ordinarily the day before, or the same day as, the filing itself.

  • methodOfPublicNotice string required

    「公告をする方法」 — how the company will publish its legally-required public notices. Both the worked example and the model articles of incorporation this source publishes show the same value, '官報に掲載してする' ('by publication in the Official Gazette'), the default method under Companies Act art. 939 when a company's articles do not otherwise specify one of the Act's other statutory methods. Modelled as free text, not an enum, for the same reason disclosed in jp/houmukyoku/stock-company-establishment-registration-application: neither source document examined enumerates the Act's other statutory methods itself.

    length: 0–200
  • businessPurposes string required

    「目的」 — the company's numbered list of business objectives, as they will appear on the Certificate of Registered Matters. The worked example's own three-item list ends with the standard catch-all clause '前各号に附帯する一切の事業' ('any and all business incidental to each of the preceding items'), a customary final entry. Modelled as one free-text field (numbered items separated by newlines/semicolons), per this registry's established GSP-0009 treatment of a source's own repeating/numbered list where GovSchema v0.3 has no native array type.

    length: 0–2000
  • capitalAmount number required

    「資本金の額」 — the company's capital at incorporation, in Japanese yen, equal to the total of every member's contribution. Japanese company law has had no statutory minimum capital requirement since the 2006 Companies Act reform (a company may incorporate with capital as low as 1 yen), so no floor beyond a positive amount is enforced here. The source's own registration-tax line computes 登録免許税 (registration and licence tax) as 0.7% of this amount with a ¥60,000 statutory floor — distinct from the ¥150,000 floor this registry's sibling Kabushiki Kaisha schema documents — but that computation is a pure arithmetic derivation with no independent input and is excluded as a field; see VERIFICATION.md.

    range: 1–∞classification: financial
  • managingMemberNames string required

    「社員に関する事項」「資格」業務執行社員「氏名」— the name(s) of every managing member (業務執行社員) at incorporation, including whichever one is separately designated representative member below. A managing member of a Godo Kaisha may itself be a corporation (as in the worked example's own '○○商事株式会社'), not only an individual — unlike a kabushiki-gaisha's directors. Modelled as one free-text field (names separated by semicolons), per this registry's established GSP-0009 treatment of a source's own repeating officer table.

    length: 0–500classification: pii
  • representativeMemberName string required

    「社員に関する事項」「資格」代表社員「氏名」— the member designated to represent the company (代表社員); one of the names already listed in managingMemberNames, but registered a second time together with an address because a representative member's address (unlike an ordinary managing member's) is itself a matter of public registration.

    length: 0–200classification: pii
  • representativeMemberAddress string required

    「社員に関する事項」「資格」代表社員「住所」— the representative member's address (or registered head office, when the representative member is itself a corporation), publicly registered.

    length: 0–300classification: pii
  • representativeMemberIsCorporation boolean required

    Whether the representative member (代表社員) is itself a corporation (法人) rather than an individual — the worked example's own representative member ('○○商事株式会社') is a corporation, the common structure when a parent company forms a wholly-owned Godo Kaisha subsidiary. When true, the corporation must designate an individual 職務執行者 ('performing officer') to act in its stead, and the application must attach that corporation's own registered-matters certificate plus the officer's selection/acceptance papers (see performingOfficerName/Address and the corresponding documents[] entries).

  • performingOfficerName string optional

    「職務執行者」「氏名」— the individual a corporate representative member designates to perform its duties as representative member (職務執行者, 'performing officer'), since a corporation cannot act in that capacity in person.

    length: 0–200classification: pii
  • performingOfficerAddress string optional

    「職務執行者」「住所」— the performing officer's residential address, publicly registered alongside the representative member's own particulars.

    length: 0–300classification: pii
  • hasCorporateManagingMember boolean required

    Whether any managing member (業務執行社員) other than the representative member is itself a corporation. The source's own attachment notes distinguish this case from representativeMemberIsCorporation: a non-representative corporate managing member requires only that corporation's own registered-matters certificate attached (not the fuller officer-selection/acceptance packet a corporate representative member requires) — see the corresponding documents[] entry.

  • applicationDate date required

    The date printed directly above the destination Legal Affairs Bureau line: '上記のとおり登記の申請をします。令和 年 月 日' ('As stated above, I hereby apply for registration. [date]').

  • legalAffairsBureauOffice string required

    「__法務局__支局/出張所 御中」— the specific Legal Affairs Bureau (or its branch/局, or sub-office/出張所) having jurisdiction over the company's registered head office, to which this application is physically or electronically filed.

    length: 0–200
  • contactPhoneNumber string optional

    連絡先の電話番号 — a daytime contact number printed directly under the filing block, with no explicit mandatory/optional marking on either source document; modelled as optional, consistent with how this registry treats an unmarked contact-number line elsewhere (e.g. jp/houmukyoku/stock-company-establishment-registration-application's contactPhoneNumber).

    length: 0–30classification: pii
  • filedByAgent boolean optional

    Whether an agent/proxy (代理人), rather than the representative member (or its performing officer) personally, files this application. Unlike the sibling Kabushiki Kaisha template — whose blank form prints an (unannotated) 代理人 row — this Godo Kaisha blank template's own filing block (page 2) prints no distinct 代理人 row at all; the agent pathway, its explanatory note ('代理人が申請する場合にのみ記載し、代理人の印鑑(認印)を押します。この場合、代表社員の押印は、必要ありません。'), and a worked value ('上記代理人 ○○○○') appear only in the worked example's own page 3, an extra page the worked example has that the blank template does not. Modelled as an optional field on the strength of that worked-example evidence, disclosed as a sourcing caveat rather than presented as a labeled blank-template row — see VERIFICATION.md.

  • agentName string optional

    Agent — Name

    length: 0–200classification: pii
  • agentAddress string optional

    Agent — Address

    length: 0–300classification: pii

Verification record

This file is the source-review record for this document version, per the manual-source-review-v1 practice.

Current claim

  • status: draft
  • verification.method: manual-source-review-v1
  • verification.lastVerifiedAt: 2026-07-09
  • maturity.level: structural-reference

Why this candidate, this cycle

This is the recurring "GovSchema Standard Research" cycle (GOV-2026). Its own phased brief names four candidates as "focus" areas for the National ID/Civic Documents vertical (DE Steuer-ID, SG NRIC loss/damage + re-registration, NZ RealMe, remaining voter registration). All four were re-checked first against this catalog and the registry, and all were confirmed already resolved by prior cycles:

  • DE Steuer-IDde/finanzamt/tax-identification-number (published).
  • SG NRIC loss/damage + re-registrationsg/ica/identity-card-replacement + sg/ica/identity-card-reregistration (both published).
  • NZ RealMenz/dia/realme-verified-identity (published).
  • "Remaining voter registration" — every jurisdiction's voter-registration gap this catalog's own "Known Gaps" section tracks is either already published (e.g. de/bundeswahlleiterin/voter-registration-abroad, nz/electoral-commission/voter-registration) or logged as a confirmed dead end/legally-closed window (e.g. Colombia's overseas registration microsite no longer resolving; Brazil's Título Net nationwide-closed under Lei no. 9.504/1997 art. 91 until 2026-11-03) — see CATALOG.md's "Known Gaps & Opportunities" and "Confirmed dead ends" sections. This recurring issue's generic phased brief is treated, per this registry's own established precedent (GOV-1546, GOV-1574, and others), as a prompt to re-scan the catalog fresh rather than a literal, always-current to-do list.

CATALOG.md's own "Known Gaps" item 6 (added across GOV-2005/GOV-2012/GOV-2019) explicitly flagged, as Japan's next candidates, the three sibling Kabushiki Kaisha (Stock Company) incorporation variants and the Seal Registration Notification (印鑑届書) — both found on the same houmukyoku.moj.go.jp index page that Japan's existing jp/houmukyoku/stock-company-establishment-registration-application was sourced from. Re-screening that same index page this cycle turned up a stronger, previously-unflagged candidate on the identical page: the Godo Kaisha (合同会社) Establishment Registration Application — a wholly distinct company-type template, not a procedural variant of the Kabushiki Kaisha form, analogous to how this registry already models more than one company-formation entity type for other jurisdictions (e.g. Germany's de/gewerbeamt/business-registration and de/handelsregister/gmbh-formation-musterprotokoll). This was judged a stronger next step than the flagged sibling variants/Seal Registration Notification (each a narrower delta over an already-modelled template) since it deepens Japan's Business Formation vertical with a genuinely new company type used by real, well-known entities (e.g. Amazon Japan G.K., Apple Japan G.K., both incorporated as Godo Kaisha).

Sources examined

  • Document (id, version): jp/houmukyoku/limited-liability-company-establishment-registration-application / 1.0.0
  • Spec version: GovSchema 0.3.0
  • Authority: Legal Affairs Bureau (法務局), Ministry of Justice (houmukyoku.moj.go.jp).
  • First fetched, turned out to be a worked example (fetched live, HTTP 200, 494551 bytes): https://houmukyoku.moj.go.jp/homu/content/001252889.pdf — the Legal Affairs Bureau's own filled-in worked example ("記載例") of the Godo Kaisha establishment application, 10 pages, using the placeholder company name "○○商店合同会社" throughout — not a blank fillable form. This is the identical trap GOV-2019 first hit for the Kabushiki Kaisha form (a search-indexed PDF resolving to the illustrated "記載例" edition rather than the blank "申請書様式").
  • The genuinely blank counterpart template, traced from the index page (fetched live, HTTP 200): https://houmukyoku.moj.go.jp/homu/COMMERCE_11-1.html ("商業・法人登記の 申請書様式"), section "1 設立", row "1-5" ("合同会社設立登記申請書"): linking to 申請書様式 (application form template), the true blank form this document is modelled from: https://houmukyoku.moj.go.jp/homu/content/001249560.pdf (fetched live, HTTP 200, 454977 bytes, 12 pages; a Word edition, 001249513.docx, is linked alongside it and was not separately opened).
  • Retrieved / reviewed: 2026-07-09.
  • Reviewer: GovSchema Engineering (Standards Engineer — initial authoring source review).
Bot-mitigation note

Reconfirms the finding recorded by three prior cycles (GOV-2005, GOV-2012, GOV-2019): houmukyoku.moj.go.jp returns HTTP 403 to a plain default-curl request but HTTP 200 to a request carrying an ordinary desktop-browser User-Agent string (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0 Safari/537.36) — narrow bot mitigation keyed on the default-curl signature, not an IP-level block. Both PDFs cited above, and the guidance index HTML page, were fetched successfully with that browser User-Agent on the first attempt. node tools/verify-sources.mjs registry/jp/houmukyoku/limited-liability-company-establishment-registration-application/1.0.0 reports "1 directory, 4 URLs checked, 0 warning(s), 0 allowlisted, all clear" — confirmed directly, immediately before opening this PR.

Extraction method

Both PDFs have zero AcroForm/Widget annotations on every page (confirmed via pdfjs-dist's getAnnotations()widgets: 0 on all 10/12 pages of the worked example and blank template respectively) but a full, genuine Japanese text layer, extracted with pdfjs-dist (pinned 3.11.174, installed into a throwaway /tmp scratch directory, not added to this repo's tracked package.json) via getTextContent(), sorting each page's text items by descending y (row) then ascending x (column) to reproduce genuine visual reading order — the same technique already used for jp/houmukyoku/stock-company-establishment-registration-application and jp/isa/certificate-of-eligibility-application.

The blank template and worked example were diffed line-by-line, surfacing one finding that reproduces the Kabushiki Kaisha sibling schema's own extraction finding and one genuine distinction from it — both disclosed as sourcing caveats rather than silently resolved:

  1. The blank template's 登記すべき事項 body is byte-for-byte identical placeholder content to the worked example, not genuinely blank — the same pattern already documented for the Kabushiki Kaisha sibling schema, not a discrepancy from it. Both PDFs' 登記すべき事項 passages read identically from 「商号」○○商事合同会社 through the same 「目的」 list, the same 資本金の額 (金500万円), and the same managing/representative member and performing-officer names. The only difference between the two PDFs' 登記すべき事項 bodies is the trailing 課税標準金額/ 登録免許税 tax-computation line immediately after it: the blank template leaves the amount unfilled (金 円), while the worked example fills it in (金500万円) with an explanatory annotation ("資本金の額を記載します。"). This is the same underlying feature the Kabushiki Kaisha sibling schema's VERIFICATION.md already documents and explains: 登記すべき事項 is not written into boxes on the printed page at all — it is drafted separately and submitted as an attachment, on a CD-R, or via the Legal Affairs Bureau's own online filing system, so the Bureau's blank template prints the worked example's placeholder text as a drafting guide rather than leaving the passage empty.
  2. The agent/proxy (代理人) pathway has no distinct labeled row on the blank template at all. The blank template's entire filing block — attachment list, signature block, destination Legal Affairs Bureau, and contact phone number — fits on its page 2 (grep-verified: no occurrence of "代理人" anywhere in the blank template's extracted text). The worked example, by contrast, spreads the identical filing block across its own pages 2–3 and its extra page 3 carries the 代理人 row, its explanatory note ("代理人が 申請する場合にのみ記載し、代理人の印鑑(認印)を押します。この場合、 代表社員の押印は、必要ありません。"), and a worked value ("上記代理人 ○○○○"). This differs from the Kabushiki Kaisha sibling's finding (whose blank template prints the 代理人 row itself, just without the explanatory annotation) — here the row is absent from the blank template outright. filedByAgent/agentName/agentAddress are modelled as optional fields on the strength of the worked example's own evidence that this is a real, supported filing pathway (the same Legal Affairs Bureau system that accepts an agent-filed Kabushiki Kaisha application would have no reason to categorically bar an agent-filed Godo Kaisha one), but this caveat is disclosed rather than silently treated as equivalent to the sibling schema's finding.

What the application maps to

  • フリガナ / 商号 / 本店 / 登記の事由 (the blank template's own genuinely blank header fields) → companyNameFurigana, companyName, headOfficeAddress, incorporationProcedureCompletionDate. companyName/ headOfficeAddress are reused (not modelled twice) for their restatement in the 登記すべき事項 passage and again in the filing block.
  • 「公告をする方法」methodOfPublicNotice, modelled as free text for the identical reason disclosed in the Kabushiki Kaisha sibling schema: neither source document here enumerates Company Act art. 939's other statutory public-notice methods, only the default (Official Gazette).
  • 「目的」businessPurposes, one free-text field per this registry's established GSP-0009 treatment of a source's own numbered/repeating list.
  • 「資本金の額」capitalAmount. No statutory minimum capital applies in Japan since the 2006 Companies Act reform, so validation.minimum is set to 1. The source's own registration-tax line (「登録免許税」) computes 0.7% of this amount with a ¥60,000 statutory floor — distinct from the ¥150,000 floor the Kabushiki Kaisha sibling schema documents for its own registration tax — but, per this registry's established excludable-arithmetic-vs-input test (refined across the Czech Republic's Příloha annex cycles), this is a pure arithmetic derivation of capitalAmount with no independent input and is not modelled as its own field. The differing floor is disclosed here in capitalAmount's own description for completeness, not modelled.
  • 「社員に関する事項」(業務執行社員/代表社員/職務執行者) — the Godo Kaisha structure's central difference from the Kabushiki Kaisha sibling schema: a Godo Kaisha has no shareholders, shares, directors, or board; it is run by 社員 ("members"), any of whom — unlike a kabushiki-gaisha's directors — may itself be a corporation rather than an individual. Modelled as: managingMemberNames (every managing member's name, semicolon-separated, the same repeating-table convention directorNames uses in the sibling schema) plus representativeMemberName/representativeMemberAddress for the member separately designated to represent the company (registered a second time together with an address, exactly parallel to the sibling schema's representativeDirectorName/representativeDirectorAddress). representativeMemberIsCorporation (boolean) and hasCorporateManagingMember (boolean) capture the two distinct "a member is itself a corporation" cases the source's own attachment notes address differently (see documents[] below); performingOfficerName/performingOfficerAddress (requiredWhen representativeMemberIsCorporation is true) model the individual (職務執行者, "performing officer") a corporate representative member must designate to act in its stead, since a corporation cannot act in that capacity in person.
  • The filing block (page 2 of the blank template) → applicationDate, legalAffairsBureauOffice, contactPhoneNumber (present, unmarked, on the blank template's own page 2 — modelled optional per this registry's established treatment of an unmarked contact-number line), and the agent/proxy fields filedByAgent/agentName/agentAddress (requiredWhen filedByAgent is true), sourced from the worked example's own page 3 only, per the sourcing caveat disclosed above.
  • The attachment list (「添付書類」) → documents[], nine attachment requirements. corporateMemberRegisteredMattersCertificateFile uses a composite requiredWhen (any of representativeMemberIsCorporation or hasCorporateManagingMember, GSP-0013's Condition grammar), reflecting the source's own note that a registered-matters certificate is needed whichever kind of corporate member is involved, while performingOfficerSelectionDocumentFile/ performingOfficerAcceptanceOfAppointmentFile gate on representativeMemberIsCorporation alone (the source's own note limits those two documents to the corporate-*representative*-member case, not a corporate managing member generally) — this distinction is stated explicitly in the source's own attachment note: "(合同会社を代表する社員が法人である 場合には、次の①から③までの書面が必要です。また、業務執行社員が法人であ る場合には、次の①の書面が必要です。)", present on both the blank template and worked example.

What is NOT modelled (out of scope), and why

  • The internal content of every attached supporting document (the articles of incorporation's own model articles; the representative-member/ head-office/capital decision document; the proof-of-payment document; the capital-amount certificate; the power of attorney) — each is modelled only as a documents[] attachment requirement, not decomposed field-by-field, mirroring the identical scope decision in the Kabushiki Kaisha sibling schema. These illustrative specimens are printed on pages 5-12 of the blank template purely as guidance for drafting each attachment, and are themselves candidates for future companion-schedule cycles.
  • The registration-fee/tax computation (「課税標準金額」and「登録免許税」) — both source documents give the formula in full (0.7% of capitalAmount, ¥60,000 statutory floor, rounded down to the nearest ¥100) — a pure arithmetic derivation of capitalAmount with no independent input; excluded per this registry's established excludable-arithmetic-vs-input test.
  • 「登記記録に関する事項」「設立」 — a fixed constant printed on every filing of this kind ("設立" / "Incorporation"), not a variable the applicant supplies; excluded as a non-field constant.
  • 印鑑届書 (Seal Registration Notification) — a related but legally separate filing, referenced in the worked example's own opening annotation (page 1: "代表社員が申請書又は委任状に印鑑を押印する場合は、登記所に提出 した印鑑を押印するしなければなりません。印鑑の提出は、印鑑届書により行い ます。"), with its own distinct template/worked-example pair linked from the same index page — out of scope for this document, still a candidate for a future cycle (as already flagged in CATALOG.md's Known Gaps for the Kabushiki Kaisha sibling).
  • The Word (.docx) edition of the blank template (001249513.docx, linked alongside the PDF at the same index-page row) — not opened or cross-checked this cycle; the PDF's text-layer content is the basis for this document.
  • Multiple representative members — Japanese law permits more than one 代表社員, but neither source document models more than one at a time; representativeMemberName/Address are modelled as singular fields, consistent with the sibling schema's singular representativeDirectorName. A multi-representative-member scenario is out of scope for this v1.0.0.

Mock-data test run

Per this registry's established practice, a one-off Node.js script (not committed to the repo) checking every type/required/requiredWhen (including the composite any condition)/validation constraint in schema.json was run against two realistic scenarios plus four negative controls:

``` PASS [OK] Scenario 1: worked-example values, corporate representative member, filed personally PASS [OK] Scenario 2: individual members only, filed via judicial scrivener agent PASS [FAIL] Negative control 1: representativeMemberIsCorporation=true but performingOfficerName/Address missing - MISSING required field: performingOfficerName - MISSING required field: performingOfficerAddress - MISSING required document: performingOfficerSelectionDocumentFile - MISSING required document: performingOfficerAcceptanceOfAppointmentFile PASS [FAIL] Negative control 2: filedByAgent=true but agentName/powerOfAttorneyFile missing - MISSING required field: agentName - MISSING required field: agentAddress - MISSING required document: powerOfAttorneyFile PASS [FAIL] Negative control 3: capitalAmount below minimum (0) - INVALID minimum for capitalAmount: 0 < 1 PASS [FAIL] Negative control 4: hasCorporateManagingMember=true but registered-matters certificate missing - MISSING required document: corporateMemberRegisteredMattersCertificateFile

ALL SCENARIOS BEHAVED AS EXPECTED ```

Scenario 1 reproduces the worked example's own values (fictional company "○○商店合同会社", a corporate representative member "○○商事株式会社" with its own designated performing officer, one further individual managing member, filed by the representative member's performing officer personally — filedByAgent: false). Scenario 2 is an independently-constructed fictional scenario (a two-individual-member Godo Kaisha, "藤崎コンサルティング合同会社", no corporate member anywhere, filed through a judicial-scrivener agent — exercising filedByAgent/agentName/agentAddress together with both corporate-member booleans left false). The four negative controls confirm the check script actually enforces requiredWhen (three times, including once for the composite any condition) and validation.minimum rather than trivially passing everything. No defects were found in the schema itself.

Both registry validators were run against the schema document and pass:

``` $ node tools/validate.mjs registry/jp/houmukyoku/limited-liability-company-establishment-registration-application/1.0.0/schema.json ok registry/jp/houmukyoku/limited-liability-company-establishment-registration-application/1.0.0/schema.json 1/1 document(s) passed.

$ node tools/validate-ajv.mjs registry/jp/houmukyoku/limited-liability-company-establishment-registration-application/1.0.0/schema.json ok registry/jp/houmukyoku/limited-liability-company-establishment-registration-application/1.0.0/schema.json [v0.3] 1/1 document(s) validated against the meta-schema (ajv 2020-12). ```

Full-registry validation and node tools/verify-sources.mjs registry/jp/houmukyoku/limited-liability-company-establishment-registration-application/1.0.0 ("1 directory, 4 URLs checked, 0 warning(s), 0 allowlisted, all clear") were both re-run clean immediately before opening this PR.

Scope and jurisdiction notes

  • This is Japan's fourth document in the registry (after jp/isa/certificate-of-eligibility-application, GOV-2005; jp/j-lis/individual-number-card-issuing-application, GOV-2012; and jp/houmukyoku/stock-company-establishment-registration-application, GOV-2019) and its second in the Business Formation vertical — Japan's vertical count remains 3 of 6 (Visa, National ID, Business Formation); this document deepens the Business Formation vertical with a second company type rather than opening a new vertical.
  • Reuses the existing houmukyoku (法務局, Legal Affairs Bureau) authority segment already established by the sibling Kabushiki Kaisha schema. jurisdiction.level is national for the same reason as that sibling schema (the Legal Affairs Bureau system operates nationwide, even though a specific application is filed at a local branch/sub-office selected via legalAffairsBureauOffice).
  • id/process slug limited-liability-company-establishment-registration-application uses "Limited Liability Company" as the English rendering of 合同会社 (Godo Kaisha) — the term used by real Godo Kaisha entities themselves in their own English trade names (e.g. "Amazon Japan G.K.", "Apple Japan G.K.", where "G.K." abbreviates "Godo Kaisha"), consistent with this registry's established convention for a Japanese-only source with no single official English name printed on the source itself.
  • version set to 1.0.0: like its Kabushiki Kaisha sibling, this document models one complete, self-contained procedural template in full (every page of its own application template, not a partial cover sheet awaiting an indispensable companion page from a different template) — the Legal Affairs Bureau publishes only one Godo Kaisha establishment template (unlike Kabushiki Kaisha's four board/subscription-method variants), so there is no sibling-variant ambiguity to flag for this entity type.
  • Conditional requiredness uses requiredWhen (GSP-0013), including one composite any condition (corporateMemberRegisteredMattersCertificateFile) — the first use of GSP-0013's boolean composition grammar in this registry's Japan documents, consistent with every other recent document's use of the shared Condition grammar.

Re-verification

Per the practice's cadence, nextReviewBy is set to 2027-01-09 (6 months). A future review should still prioritize the three sibling Kabushiki Kaisha incorporation variants and the Seal Registration Notification (印鑑届書) flagged by the immediately prior cycle (GOV-2019), both still open, unpursued, well-sourced candidates on the same houmukyoku.moj.go.jp index page.

View the raw record (VERIFICATION.md)

Version history

  • 1.0.0 draft latest this page has verification record schema.json

Independent and non-affiliated

GovSchema is an independent, open-source project. This reference is not produced, reviewed, or endorsed by Legal Affairs Bureau (法務局), Ministry of Justice or any government. The authoritative source is always the live government form and its official instructions.