[{"data":1,"prerenderedAt":714},["ShallowReactive",2],{"/ja-jp/blog/what-is-yaml":3,"navigation-ja-jp":44,"banner-ja-jp":457,"footer-ja-jp":470,"footer-source-/ja-jp/blog/what-is-yaml/":679,"GitLab Team":685,"next-steps-ja-jp":699},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":16,"config":33,"_id":37,"_type":38,"title":39,"_source":40,"_file":41,"_stem":42,"_extension":43},"/ja-jp/blog/what-is-yaml","blog",false,"",{"ogTitle":9,"schema":10,"ogImage":11,"ogDescription":12,"ogSiteName":13,"noIndex":6,"ogType":14,"ogUrl":15,"title":9,"canonicalUrls":15,"description":12},"拡張子YAMLファイルとは？基本から使い方まで徹底解説","\n                        {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Article\",\n        \"headline\": \"拡張子YAMLファイルとは？基本から使い方まで徹底解説\",\n        \"author\": [{\"@type\":\"Person\",\"name\":\"GitLab Japan Team\"},{\"@type\":\"Person\",\"name\":\"GitLab\"}],\n        \"datePublished\": \"2025-04-09\",\n      }","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662547/Blog/Hero%20Images/what_is_yaml.jpg","YAMLは構成ファイル紹介などに使用されるフォーマットです。この記事では、YAMLの基本からKubernetesなどでの具体的な使い方まで解説します。","https://about.gitlab.com","article","https://about.gitlab.com/blog/what-is-yaml",{"title":9,"description":12,"authors":17,"heroImage":11,"date":19,"body":20,"category":21,"tags":22},[18],"GitLab Team","2025-04-09","## 目次\n\n* YAMLとは？\n* YAMLを何に使う？\n* YAMLとYMLの違いとは？\n* YAMLとJSONの違い\n* YAMLとCUEの比較\n* YAMLのデータ構造と書き方（基本編） \n* GitLabでYAMLを使う\n* 実際にYAMLファイルを編集してみましょう\n* YAMLに関するFAQ\n\nYAMLは、[Kubernetes](https://about.gitlab.com/ja-jp/blog/what-is-kubernetes/)ファイルやAnsibleプレイブックに使用されるデータシリアライゼーション・フォーマットです。この記事では、YAMLファイルの基本的な書き方や具体的な利用シーンについて詳しく解説します。\n\n## YAMLとは？\n\nYAMLは、人間がデータを簡潔かつ理解しやすく表現するよう設計されており、設定ファイルやデータ転送で頻繁に使用されるプログラミング言語です。階層的情報の整理に適し、Jsonやxmlの代替と利用されることがあります。\n\n## YAMLを何に使う？\n\nYAMLは可読性の高いこともあり、設定ファイルやプレイブックの記載に使われます。いくつか例を下記に記載しますので、参考にしてください。\n\n* 設定ファイルの記述  \n* ログファイル  \n* プロセス間でのメッセージのやり取り  \n* アプリケーション間でのデータ共有  \n* 構造化データの記述\n\n## YAMLとYMLの違いとは？\n\nどちらも同じ形式のファイルを指し、拡張子が「.yml」か「.yaml」という表記の違いだけです。ヤムルファイルであることを示す正式な拡張子は.yamlですが、一般的に拡張子（.txt, .zip, .exe, .png等）は3文字で記載されるので、この3文字ルールに合わせたのが.ymlとなっています。短く簡潔に書きたい開発者には「.yml」が選ばれることが多いです。\n\n## YAMLとJSON形式の違い\n\nJSON形式では中括弧を使って要件を定義していくのに対して、YAMLは、インデントで構造が明示されるので、可読性が高くなっています。下記サンプルを見比べてください。\\\nYAMLは、プログラマーにとっての使いやすさを重視していることがわかると思います。\n\nYAML：\\\n![yamlのキーとバリューの記載例](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687456/Blog/Content%20Images/yaml-coding-sample-01.png)\n\nJSON:\n\n![JSON形式のキーとバリューの記載例](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687456/Blog/Content%20Images/json-format-coding-sample-01.png)\n\n## YAMLとCUEの比較\n\nYAMLは、可読性が高くシンプルな構造を持つのに比べ、CUEは、スキーマとデータを統合するため、複雑な設定もひとつのファイルで管理できます。また、YAML単体では実現できなかったスキーマバリデーション機能を持つので、データの整合性を担保しやすいです。\n\nまた、柔軟性も大きな特徴です。CUEは、あらゆる種類のデータを定義、生成、検証するために使用される[オープンソース](https://about.gitlab.com/ja-jp/blog/what-is-open-source/)の言語（具体的にはJSONのスーパーセット）なので、Go、JSON、OpenAPI、Protocol Buffers、YAMLなどの他の多くの言語と連携できます。\n\nまた、Go APIによるスクリプト機能を備えているので、CUEによるマニフェストを最終的な[Kubernetes](https://about.gitlab.com/ja-jp/blog/what-is-kubernetes/)リソースのYAMLとして表示したり、特定クラスタにデプロイするリソースを一覧するコマンドを実装する際などに使う機会があります。\n\n## YAMLのデータ構造と書き方（基本編）\n\n### YAMLファイル記述の注意点\n\nインデントとタブが、とても重要であることを覚えておいてください。余分なインデントやタブが使われていると、YAMLオブジェクトの意味が変わってしまうので、これらがとても重要になります。\n\n### YAMLのデータ構造\n\nYAMLは主に、コレクションとスカラーという２つのデータで成り立っています。コレクションは、シーケンスとマッピングから成り立ちます。シーケンスは配列、マッピングは名前と値のペア（Key : Valueで表現する配列）。そしてスカラーは、型を判別させるためのもので、文字列、数値などを表します。\n\n* コレクション  \n\n  * シーケンス  \n  * マッピング  \n* スカラー\n\n### YAMLの書き方\n\n![image2](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687456/Blog/Content%20Images/image2.png)\n\n* 複数行のコレクション：複数の行のフォーマットを維持する必要がある場合には | (バーティカルバー) シンボルを使用します。  \n* 複数行のフォーマット：長い文字列の値があり、フォーマットを維持したまま複数行に渡って記述する必要がある場合には、 > を使用します。  \n* リスト：リストは - （ハイフン）を使って表現します。  \n* ネスト：ネストされたデータ構造はインデントを使って表現されます。\n\n### Kubernetes（k8s)のYAMLファイルの書き方\n\nKubernetesでは、リソースの定義にYAMLファイルが使用されます。今回はYAMLマニフェストの書き方を紹介します。  \n\nYAMLマニフェスト：\\\n![YAMLでKubernetesのマニフェストの書き方例](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687456/Blog/Content%20Images/YAML-manufest-sample-Kubernetes.png)\n\n### AnsibleのYAMLファイルの書き方\n\nAnsibleでは、処理内容を記載するプレイブックをYAMLで記載します。以下に、簡単なAnsibleプレイブックの例を示します。\n\n![image3](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687457/Blog/Content%20Images/image3.png)\n\n## GitLabでYAMLを使う\n\nGitLab CI/CD パイプラインは、プロジェクト毎に[.gitlab-ci.yml](https://docs.gitlab.com/ee/ci/examples/index.html)というYAMLファイルを使って[パイプラインの構造と実行順序を定義](https://gitlab.com/stylez-co-jp/gitlab-ce/-/blob/dev-v12.0.3-ja.1/doc-ja/ci/yaml/README.md)します。このファイルで設定された内容を、GitLab Runnerの中で処理します。CI/CD YAML構文については[こちらの英文まとめページ](https://docs.gitlab.com/ee/ci/yaml/)をご参照ください。\n\n## 実際にYAMLファイルを編集してみましょう\n\nYAMLは、そのシンプルさと可読性の高さから、設定ファイル、CI/CDパイプライン、Kubernetesをはじめとするコンテナオーケストレーションやドキュメント、構成管理など、多岐にわたり利用されています。その可読性の高さで、開発者や運用エンジニアが構成やデータを容易に管理し、効率的に作業を進めることができます。YAMLを理解することで、様々なシステムやツールの設定がより簡単かつ直感的に行えるようになるでしょう。\n\n## YAMLに関するFAQ\n\n### YAMLは何に使われますか\n\nYAMLは、そのシンプルさと可読性の高さから、設定ファイル、CI/CDパイプライン、Kubernetesをはじめとするコンテナオーケストレーションやドキュメントと構成管理など、多岐にわたり利用されています。\n\n### YAMLとJSONの違いは？\n\nJSONファイルは中括弧を使って要件を定義していくのに対して、YAMLは、インデントで構造が明示されるので、可読性が高くなっています。ただし、YAMLではインデントやスペースがとても重要になる点に注意が必要です。\n\n### YAMLはなぜ人気なのですか？\n\nYAMLは開発者の間で人気のあるデータシリアライズ言語です。なぜなら、その読みやすさ、汎用性、Pythonと似たインデントシステムを使うからです。YAMLは複数のデータ型をサポートしており、多くのプログラミング言語で利用可能なパーサーライブラリが提供されているため、さまざまなデータシリアライゼーションタスクを扱うことができ、幅広い場面で活用されています。\n\n\u003Cbr>\u003Cbr>\n\n*監修：佐々木 直晴 [@naosasaki](https://gitlab.com/naosasaki) （GitLab合同会社 ソリューションアーキテクト本部 シニアソリューションアーキテクト）*","engineering",[23,24,25,26,27,28,29,30,31,32],"DevOps","kubernetes","DevSecOps","CI/CD","GitOps","cloud native","tutorial","workflow","open source","git",{"slug":34,"featured":35,"template":36},"what-is-yaml",true,"BlogPost","content:ja-jp:blog:what-is-yaml.yml","yaml","What Is Yaml","content","ja-jp/blog/what-is-yaml.yml","ja-jp/blog/what-is-yaml","yml",{"_path":45,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"data":47,"_id":453,"_type":38,"title":454,"_source":40,"_file":455,"_stem":456,"_extension":43},"/shared/ja-jp/main-navigation","ja-jp",{"logo":48,"freeTrial":53,"sales":58,"login":63,"items":68,"search":397,"minimal":431,"duo":444},{"config":49},{"href":50,"dataGaName":51,"dataGaLocation":52},"/ja-jp/","gitlab logo","header",{"text":54,"config":55},"無料トライアルを開始",{"href":56,"dataGaName":57,"dataGaLocation":52},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":59,"config":60},"お問い合わせ",{"href":61,"dataGaName":62,"dataGaLocation":52},"/ja-jp/sales/","sales",{"text":64,"config":65},"サインイン",{"href":66,"dataGaName":67,"dataGaLocation":52},"https://gitlab.com/users/sign_in/","sign in",[69,113,209,214,319,379],{"text":70,"config":71,"cards":73,"footer":96},"プラットフォーム",{"dataNavLevelOne":72},"platform",[74,80,88],{"title":70,"description":75,"link":76},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":77,"config":78},"プラットフォームを詳しく見る",{"href":79,"dataGaName":72,"dataGaLocation":52},"/ja-jp/platform/",{"title":81,"description":82,"link":83},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":84,"config":85},"GitLab Duoのご紹介",{"href":86,"dataGaName":87,"dataGaLocation":52},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":89,"description":90,"link":91},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":92,"config":93},"詳細はこちら",{"href":94,"dataGaName":95,"dataGaLocation":52},"/ja-jp/why-gitlab/","why gitlab",{"title":97,"items":98},"利用を開始：",[99,104,109],{"text":100,"config":101},"プラットフォームエンジニアリング",{"href":102,"dataGaName":103,"dataGaLocation":52},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":105,"config":106},"開発者の経験",{"href":107,"dataGaName":108,"dataGaLocation":52},"/ja-jp/developer-experience/","Developer experience",{"text":110,"config":111},"MLOps",{"href":112,"dataGaName":110,"dataGaLocation":52},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":114,"left":35,"config":115,"link":117,"lists":121,"footer":191},"製品",{"dataNavLevelOne":116},"solutions",{"text":118,"config":119},"すべてのソリューションを表示",{"href":120,"dataGaName":116,"dataGaLocation":52},"/ja-jp/solutions/",[122,147,169],{"title":123,"description":124,"link":125,"items":130},"自動化","CI/CDと自動化でデプロイを加速",{"config":126},{"icon":127,"href":128,"dataGaName":129,"dataGaLocation":52},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[131,134,138,143],{"text":26,"config":132},{"href":133,"dataGaLocation":52,"dataGaName":26},"/ja-jp/solutions/continuous-integration/",{"text":135,"config":136},"AIアシストによる開発",{"href":86,"dataGaLocation":52,"dataGaName":137},"AI assisted development",{"text":139,"config":140},"ソースコード管理",{"href":141,"dataGaLocation":52,"dataGaName":142},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":144,"config":145},"自動化されたソフトウェアデリバリー",{"href":128,"dataGaLocation":52,"dataGaName":146},"Automated software delivery",{"title":148,"description":149,"link":150,"items":155},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":151},{"href":152,"dataGaName":153,"dataGaLocation":52,"icon":154},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[156,160,165],{"text":157,"config":158},"Application Security Testing",{"href":152,"dataGaName":159,"dataGaLocation":52},"Application security testing",{"text":161,"config":162},"ソフトウェアサプライチェーンの安全性",{"href":163,"dataGaLocation":52,"dataGaName":164},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":166,"config":167},"Software Compliance",{"href":168,"dataGaName":166,"dataGaLocation":52},"/ja-jp/solutions/software-compliance/",{"title":170,"link":171,"items":176},"測定",{"config":172},{"icon":173,"href":174,"dataGaName":175,"dataGaLocation":52},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[177,181,186],{"text":178,"config":179},"可視性と測定",{"href":174,"dataGaLocation":52,"dataGaName":180},"Visibility and Measurement",{"text":182,"config":183},"バリューストリーム管理",{"href":184,"dataGaLocation":52,"dataGaName":185},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":187,"config":188},"分析とインサイト",{"href":189,"dataGaLocation":52,"dataGaName":190},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":192,"items":193},"GitLabが活躍する場所",[194,199,204],{"text":195,"config":196},"Enterprise",{"href":197,"dataGaLocation":52,"dataGaName":198},"/ja-jp/enterprise/","enterprise",{"text":200,"config":201},"スモールビジネス",{"href":202,"dataGaLocation":52,"dataGaName":203},"/ja-jp/small-business/","small business",{"text":205,"config":206},"公共機関",{"href":207,"dataGaLocation":52,"dataGaName":208},"/ja-jp/solutions/public-sector/","public sector",{"text":210,"config":211},"価格",{"href":212,"dataGaName":213,"dataGaLocation":52,"dataNavLevelOne":213},"/ja-jp/pricing/","pricing",{"text":215,"config":216,"link":218,"lists":222,"feature":306},"関連リソース",{"dataNavLevelOne":217},"resources",{"text":219,"config":220},"すべてのリソースを表示",{"href":221,"dataGaName":217,"dataGaLocation":52},"/ja-jp/resources/",[223,256,278],{"title":224,"items":225},"はじめに",[226,231,236,241,246,251],{"text":227,"config":228},"インストール",{"href":229,"dataGaName":230,"dataGaLocation":52},"/ja-jp/install/","install",{"text":232,"config":233},"クイックスタートガイド",{"href":234,"dataGaName":235,"dataGaLocation":52},"/ja-jp/get-started/","quick setup checklists",{"text":237,"config":238},"学ぶ",{"href":239,"dataGaLocation":52,"dataGaName":240},"https://university.gitlab.com/","learn",{"text":242,"config":243},"製品ドキュメント",{"href":244,"dataGaName":245,"dataGaLocation":52},"https://docs.gitlab.com/","product documentation",{"text":247,"config":248},"ベストプラクティスビデオ",{"href":249,"dataGaName":250,"dataGaLocation":52},"/ja-jp/getting-started-videos/","best practice videos",{"text":252,"config":253},"インテグレーション",{"href":254,"dataGaName":255,"dataGaLocation":52},"/ja-jp/integrations/","integrations",{"title":257,"items":258},"検索する",[259,264,268,273],{"text":260,"config":261},"お客様成功事例",{"href":262,"dataGaName":263,"dataGaLocation":52},"/ja-jp/customers/","customer success stories",{"text":265,"config":266},"ブログ",{"href":267,"dataGaName":5,"dataGaLocation":52},"/ja-jp/blog/",{"text":269,"config":270},"リモート",{"href":271,"dataGaName":272,"dataGaLocation":52},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":274,"config":275},"TeamOps",{"href":276,"dataGaName":277,"dataGaLocation":52},"/ja-jp/teamops/","teamops",{"title":279,"items":280},"つなげる",[281,286,291,296,301],{"text":282,"config":283},"GitLabサービス",{"href":284,"dataGaName":285,"dataGaLocation":52},"/ja-jp/services/","services",{"text":287,"config":288},"コミュニティ",{"href":289,"dataGaName":290,"dataGaLocation":52},"/community/","community",{"text":292,"config":293},"フォーラム",{"href":294,"dataGaName":295,"dataGaLocation":52},"https://forum.gitlab.com/","forum",{"text":297,"config":298},"イベント",{"href":299,"dataGaName":300,"dataGaLocation":52},"/events/","events",{"text":302,"config":303},"パートナー",{"href":304,"dataGaName":305,"dataGaLocation":52},"/ja-jp/partners/","partners",{"backgroundColor":307,"textColor":308,"text":309,"image":310,"link":314},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":311,"config":312},"ソースプロモカード",{"src":313},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":315,"config":316},"最新情報を読む",{"href":317,"dataGaName":318,"dataGaLocation":52},"/ja-jp/the-source/","the source",{"text":320,"config":321,"lists":323},"会社情報",{"dataNavLevelOne":322},"company",[324],{"items":325},[326,331,337,339,344,349,354,359,364,369,374],{"text":327,"config":328},"GitLabについて",{"href":329,"dataGaName":330,"dataGaLocation":52},"/ja-jp/company/","about",{"text":332,"config":333,"footerGa":336},"採用情報",{"href":334,"dataGaName":335,"dataGaLocation":52},"/jobs/","jobs",{"dataGaName":335},{"text":297,"config":338},{"href":299,"dataGaName":300,"dataGaLocation":52},{"text":340,"config":341},"経営陣",{"href":342,"dataGaName":343,"dataGaLocation":52},"/company/team/e-group/","leadership",{"text":345,"config":346},"チーム",{"href":347,"dataGaName":348,"dataGaLocation":52},"/company/team/","team",{"text":350,"config":351},"ハンドブック",{"href":352,"dataGaName":353,"dataGaLocation":52},"https://handbook.gitlab.com/","handbook",{"text":355,"config":356},"投資家向け情報",{"href":357,"dataGaName":358,"dataGaLocation":52},"https://ir.gitlab.com/","investor relations",{"text":360,"config":361},"トラストセンター",{"href":362,"dataGaName":363,"dataGaLocation":52},"/ja-jp/security/","trust center",{"text":365,"config":366},"AI Transparency Center",{"href":367,"dataGaName":368,"dataGaLocation":52},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":370,"config":371},"ニュースレター",{"href":372,"dataGaName":373,"dataGaLocation":52},"/company/contact/","newsletter",{"text":375,"config":376},"プレス",{"href":377,"dataGaName":378,"dataGaLocation":52},"/press/","press",{"text":59,"config":380,"lists":381},{"dataNavLevelOne":322},[382],{"items":383},[384,387,392],{"text":59,"config":385},{"href":61,"dataGaName":386,"dataGaLocation":52},"talk to sales",{"text":388,"config":389},"サポートを受ける",{"href":390,"dataGaName":391,"dataGaLocation":52},"/support/","get help",{"text":393,"config":394},"カスタマーポータル",{"href":395,"dataGaName":396,"dataGaLocation":52},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":398,"login":399,"suggestions":406},"閉じる",{"text":400,"link":401},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":402,"config":403},"GitLab.com",{"href":66,"dataGaName":404,"dataGaLocation":405},"search login","search",{"text":407,"default":408},"提案",[409,412,417,419,423,427],{"text":81,"config":410},{"href":86,"dataGaName":411,"dataGaLocation":405},"GitLab Duo (AI)",{"text":413,"config":414},"コード提案（AI）",{"href":415,"dataGaName":416,"dataGaLocation":405},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":26,"config":418},{"href":133,"dataGaName":26,"dataGaLocation":405},{"text":420,"config":421},"GitLab on AWS",{"href":422,"dataGaName":420,"dataGaLocation":405},"/ja-jp/partners/technology-partners/aws/",{"text":424,"config":425},"GitLab on Google Cloud",{"href":426,"dataGaName":424,"dataGaLocation":405},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":428,"config":429},"GitLabを選ぶ理由",{"href":94,"dataGaName":430,"dataGaLocation":405},"Why GitLab?",{"freeTrial":432,"mobileIcon":436,"desktopIcon":441},{"text":54,"config":433},{"href":434,"dataGaName":57,"dataGaLocation":435},"https://gitlab.com/-/trials/new/","nav",{"altText":437,"config":438},"GitLabアイコン",{"src":439,"dataGaName":440,"dataGaLocation":435},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":437,"config":442},{"src":443,"dataGaName":440,"dataGaLocation":435},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":445,"mobileIcon":449,"desktopIcon":451},{"text":446,"config":447},"GitLab Duoの詳細について",{"href":86,"dataGaName":448,"dataGaLocation":435},"gitlab duo",{"altText":437,"config":450},{"src":439,"dataGaName":440,"dataGaLocation":435},{"altText":437,"config":452},{"src":443,"dataGaName":440,"dataGaLocation":435},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":458,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"title":459,"button":460,"config":465,"_id":467,"_type":38,"_source":40,"_file":468,"_stem":469,"_extension":43},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":461,"config":462},"ベータ版を試す",{"href":463,"dataGaName":464,"dataGaLocation":52},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":466},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":471,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"data":472,"_id":675,"_type":38,"title":676,"_source":40,"_file":677,"_stem":678,"_extension":43},"/shared/ja-jp/main-footer",{"text":473,"source":474,"edit":480,"contribute":485,"config":490,"items":495,"minimal":667},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":475,"config":476},"ページのソースを表示",{"href":477,"dataGaName":478,"dataGaLocation":479},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":481,"config":482},"このページを編集",{"href":483,"dataGaName":484,"dataGaLocation":479},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":486,"config":487},"ご協力をお願いします",{"href":488,"dataGaName":489,"dataGaLocation":479},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":491,"facebook":492,"youtube":493,"linkedin":494},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[496,519,572,604,639],{"title":70,"links":497,"subMenu":502},[498],{"text":499,"config":500},"DevSecOpsプラットフォーム",{"href":79,"dataGaName":501,"dataGaLocation":479},"devsecops platform",[503],{"title":210,"links":504},[505,509,514],{"text":506,"config":507},"プランの表示",{"href":212,"dataGaName":508,"dataGaLocation":479},"view plans",{"text":510,"config":511},"Premiumを選ぶ理由",{"href":512,"dataGaName":513,"dataGaLocation":479},"/ja-jp/pricing/premium/","why premium",{"text":515,"config":516},"Ultimateを選ぶ理由",{"href":517,"dataGaName":518,"dataGaLocation":479},"/ja-jp/pricing/ultimate/","why ultimate",{"title":520,"links":521},"ソリューション",[522,527,530,532,537,542,546,549,552,556,558,560,562,567],{"text":523,"config":524},"デジタルトランスフォーメーション",{"href":525,"dataGaName":526,"dataGaLocation":479},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":528,"config":529},"セキュリティとコンプライアンス",{"href":152,"dataGaName":159,"dataGaLocation":479},{"text":144,"config":531},{"href":128,"dataGaName":129,"dataGaLocation":479},{"text":533,"config":534},"アジャイル開発",{"href":535,"dataGaName":536,"dataGaLocation":479},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":538,"config":539},"クラウドトランスフォーメーション",{"href":540,"dataGaName":541,"dataGaLocation":479},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":543,"config":544},"SCM",{"href":141,"dataGaName":545,"dataGaLocation":479},"source code management",{"text":26,"config":547},{"href":133,"dataGaName":548,"dataGaLocation":479},"continuous integration & delivery",{"text":182,"config":550},{"href":184,"dataGaName":551,"dataGaLocation":479},"value stream management",{"text":27,"config":553},{"href":554,"dataGaName":555,"dataGaLocation":479},"/ja-jp/solutions/gitops/","gitops",{"text":195,"config":557},{"href":197,"dataGaName":198,"dataGaLocation":479},{"text":200,"config":559},{"href":202,"dataGaName":203,"dataGaLocation":479},{"text":205,"config":561},{"href":207,"dataGaName":208,"dataGaLocation":479},{"text":563,"config":564},"教育",{"href":565,"dataGaName":566,"dataGaLocation":479},"/ja-jp/solutions/education/","education",{"text":568,"config":569},"金融サービス",{"href":570,"dataGaName":571,"dataGaLocation":479},"/ja-jp/solutions/finance/","financial services",{"title":215,"links":573},[574,576,578,580,583,585,588,590,592,594,596,598,600,602],{"text":227,"config":575},{"href":229,"dataGaName":230,"dataGaLocation":479},{"text":232,"config":577},{"href":234,"dataGaName":235,"dataGaLocation":479},{"text":237,"config":579},{"href":239,"dataGaName":240,"dataGaLocation":479},{"text":242,"config":581},{"href":244,"dataGaName":582,"dataGaLocation":479},"docs",{"text":265,"config":584},{"href":267,"dataGaName":5},{"text":586,"config":587},"お客様の成功事例",{"href":262,"dataGaLocation":479},{"text":260,"config":589},{"href":262,"dataGaName":263,"dataGaLocation":479},{"text":269,"config":591},{"href":271,"dataGaName":272,"dataGaLocation":479},{"text":282,"config":593},{"href":284,"dataGaName":285,"dataGaLocation":479},{"text":274,"config":595},{"href":276,"dataGaName":277,"dataGaLocation":479},{"text":287,"config":597},{"href":289,"dataGaName":290,"dataGaLocation":479},{"text":292,"config":599},{"href":294,"dataGaName":295,"dataGaLocation":479},{"text":297,"config":601},{"href":299,"dataGaName":300,"dataGaLocation":479},{"text":302,"config":603},{"href":304,"dataGaName":305,"dataGaLocation":479},{"title":605,"links":606},"Company",[607,609,611,613,615,617,619,623,628,630,632,634],{"text":327,"config":608},{"href":329,"dataGaName":322,"dataGaLocation":479},{"text":332,"config":610},{"href":334,"dataGaName":335,"dataGaLocation":479},{"text":340,"config":612},{"href":342,"dataGaName":343,"dataGaLocation":479},{"text":345,"config":614},{"href":347,"dataGaName":348,"dataGaLocation":479},{"text":350,"config":616},{"href":352,"dataGaName":353,"dataGaLocation":479},{"text":355,"config":618},{"href":357,"dataGaName":358,"dataGaLocation":479},{"text":620,"config":621},"Sustainability",{"href":622,"dataGaName":620,"dataGaLocation":479},"/sustainability/",{"text":624,"config":625},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":626,"dataGaName":627,"dataGaLocation":479},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":360,"config":629},{"href":362,"dataGaName":363,"dataGaLocation":479},{"text":370,"config":631},{"href":372,"dataGaName":373,"dataGaLocation":479},{"text":375,"config":633},{"href":377,"dataGaName":378,"dataGaLocation":479},{"text":635,"config":636},"現代奴隷制の透明性に関する声明",{"href":637,"dataGaName":638,"dataGaLocation":479},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":59,"links":640},[641,643,645,647,652,657,662],{"text":59,"config":642},{"href":61,"dataGaName":62,"dataGaLocation":479},{"text":388,"config":644},{"href":390,"dataGaName":391,"dataGaLocation":479},{"text":393,"config":646},{"href":395,"dataGaName":396,"dataGaLocation":479},{"text":648,"config":649},"ステータス",{"href":650,"dataGaName":651,"dataGaLocation":479},"https://status.gitlab.com/","status",{"text":653,"config":654},"利用規約",{"href":655,"dataGaName":656,"dataGaLocation":479},"/terms/","terms of use",{"text":658,"config":659},"プライバシーに関する声明",{"href":660,"dataGaName":661,"dataGaLocation":479},"/ja-jp/privacy/","privacy statement",{"text":663,"config":664},"Cookieの設定",{"dataGaName":665,"dataGaLocation":479,"id":666,"isOneTrustButton":35},"cookie preferences","ot-sdk-btn",{"items":668},[669,671,673],{"text":653,"config":670},{"href":655,"dataGaName":656,"dataGaLocation":479},{"text":658,"config":672},{"href":660,"dataGaName":661,"dataGaLocation":479},{"text":663,"config":674},{"dataGaName":665,"dataGaLocation":479,"id":666,"isOneTrustButton":35},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":680,"content":681,"config":684,"_id":37,"_type":38,"title":39,"_source":40,"_file":41,"_stem":42,"_extension":43},{"ogTitle":9,"schema":10,"ogImage":11,"ogDescription":12,"ogSiteName":13,"noIndex":6,"ogType":14,"ogUrl":15,"title":9,"canonicalUrls":15,"description":12},{"title":9,"description":12,"authors":682,"heroImage":11,"date":19,"body":20,"category":21,"tags":683},[18],[23,24,25,26,27,28,29,30,31,32],{"slug":34,"featured":35,"template":36},[686],{"_path":687,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":689,"config":693,"_id":695,"_type":38,"title":696,"_source":40,"_file":697,"_stem":698,"_extension":43},"/en-us/blog/authors/gitlab-team","authors",{"name":18,"config":690},{"headshot":691,"ctfId":692},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","GitLab-Team",{"template":694},"BlogAuthor","content:en-us:blog:authors:gitlab-team.yml","Gitlab Team","en-us/blog/authors/gitlab-team.yml","en-us/blog/authors/gitlab-team",{"_path":700,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"header":701,"eyebrow":702,"blurb":703,"button":704,"secondaryButton":708,"_id":710,"_type":38,"title":711,"_source":40,"_file":712,"_stem":713,"_extension":43},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":54,"config":705},{"href":706,"dataGaName":57,"dataGaLocation":707},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":59,"config":709},{"href":61,"dataGaName":62,"dataGaLocation":707},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",1761814455141]