{"id":1781,"date":"2026-02-25T10:46:04","date_gmt":"2026-02-25T10:46:04","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/"},"modified":"2026-02-25T10:46:04","modified_gmt":"2026-02-25T10:46:04","slug":"definition-of-done-at-scale-shared-acceptance-criteria","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/","title":{"rendered":"Shared Acceptance and Done Criteria in Large Programs"},"content":{"rendered":"<p>Many teams assume that \u201cdefinition of done\u201d (DoD) at scale means a single, rigid checklist applied uniformly across all teams. That\u2019s a common misconception. In reality, a one-size-fits-all DoD leads to friction, over-engineering, or compliance fatigue\u2014especially when teams work in different domains, with different tech stacks, or under distinct operational constraints. I\u2019ve seen this happen repeatedly in large programs, where a centralized DoD becomes a checklist of unnecessary steps, bogging down delivery without adding real value.<\/p>\n<p>The truth is, the goal of DoD at scale isn\u2019t uniformity\u2014it\u2019s alignment. It\u2019s about creating a shared understanding of what \u201cdone\u201d means across teams, while respecting that \u201cdone\u201d can look different depending on context. My experience across 15+ enterprise transformations has taught me that the key lies in separating <strong>common standards<\/strong> from <strong>team-specific extensions<\/strong>. This chapter shows how to establish that balance through practical, field-tested methods.<\/p>\n<p>You\u2019ll learn how to define a baseline of shared acceptance criteria that every team must meet, while also allowing flexibility for team-specific quality gates. You\u2019ll see how to avoid the trap of &#8220;DoD bloat&#8221; and instead build a lightweight, adaptable framework that actually supports faster flow and fewer reworks.<\/p>\n<h2>Why a Uniform DoD Fails in Large Programs<\/h2>\n<p>At scale, the same story may be implemented by a frontend team, a backend team, and a data analytics team, each with unique dependencies, testing needs, and deployment cycles. Applying a single DoD checklist to all three ignores these differences.<\/p>\n<p>For example, a story involving a real-time dashboard might require automated UI testing and performance benchmarks for the frontend\u2014but for the backend service, compliance with audit logging and error tracing might be the priority. Enforcing identical testing standards across both leads to wasted effort and confusion.<\/p>\n<p>That\u2019s why a rigid DoD doesn\u2019t scale. It creates friction, slows teams down, and often results in compliance over correctness. As one engineering lead once put it: \u201cWe\u2019re not failing because we don\u2019t test enough\u2014we\u2019re failing because we\u2019re testing the wrong things.\u201d<\/p>\n<h2>Building a Shared Foundation: The Core DoD Checklist<\/h2>\n<p>Start with a <strong>minimal, shared DoD<\/strong> that every team must meet\u2014regardless of context. This is your non-negotiable baseline. It&#8217;s not about what you want to test, but what must be true for a story to be considered complete from a programmatic and compliance perspective.<\/p>\n<p>Here\u2019s a proven core DoD that I\u2019ve seen work consistently across multiple enterprise programs:<\/p>\n<ul>\n<li>All acceptance criteria are verified and pass automated tests.<\/li>\n<li>Code has passed peer review and meets team coding standards.<\/li>\n<li>Story is integrated into the main branch and deployed to a staging environment.<\/li>\n<li>Security scanning has passed (SAST\/DAST) with no critical\/high vulnerabilities.<\/li>\n<li>Documentation (if required) is updated and linked to the story.<\/li>\n<li>Story is linked to the correct feature or epic in the backlog.<\/li>\n<\/ul>\n<p>This checklist is lean, focused on cross-cutting concerns, and designed to work across different tech stacks and domains. It ensures that every story, no matter the team, has met the minimum bar for quality and traceability.<\/p>\n<h3>Team-Extension DoD: Where Flexibility Begins<\/h3>\n<p>Now, each team adds their own <strong>extension DoD<\/strong> on top of the shared baseline. This is where team autonomy and ownership come into play. It\u2019s not about throwing rules away\u2014it\u2019s about tailoring them to what matters for their specific work.<\/p>\n<p>For example:<\/p>\n<ul>\n<li>A frontend team might add: \u201cAll UI components are tested with Storybook and visual regression checks.\u201d<\/li>\n<li>A data team might add: \u201cData validation scripts are in place and tested on sample datasets.\u201d<\/li>\n<li>A DevOps team might add: \u201cDeployment pipeline has been tested and logs are monitored via Prometheus.\u201d<\/li>\n<\/ul>\n<p>These extensions are not optional. They are part of the team\u2019s own DoD\u2014defined collaboratively, documented, and reviewed regularly. When a story is marked \u201cdone,\u201d it must satisfy both the shared DoD and the team\u2019s DoD extensions.<\/p>\n<h2>Shared Acceptance Agile: The Real Key to Flow<\/h2>\n<p>Acceptance criteria are where shared understanding becomes actionable. But in large programs, they often become a source of ambiguity or rework when teams interpret them differently.<\/p>\n<p>My advice? Shift from <em>individual<\/em> acceptance criteria to <em>shared<\/em> acceptance criteria. This means that for cross-team stories\u2014especially those involving multiple dependencies\u2014acceptance criteria must be co-created and approved by all involved teams.<\/p>\n<p>Instead of one team writing criteria and sending it downstream, use shared story workshops. Bring the frontend, backend, and QA leads together to define the scenario, success conditions, and validation paths\u2014before development starts. This prevents assumption gaps and reduces rework by up to 40% in my experience.<\/p>\n<p>Use this format for shared acceptance criteria:<\/p>\n<ul>\n<li><strong>Given<\/strong> the user is on the dashboard page,<br \/><strong>When<\/strong> the real-time data update triggers,<br \/><strong>Then<\/strong> the chart must reflect the new data within 2 seconds and no error messages appear.<\/li>\n<\/ul>\n<p>This format, rooted in BDD, forces clarity and shared validation. It also integrates naturally with automated testing pipelines.<\/p>\n<h3>Shared Acceptance Agile: A Cross-Team Example<\/h3>\n<p>At a major financial institution, a story to \u201cupdate customer profile data in real-time across systems\u201d involved three teams: the customer data team, the frontend team, and the compliance team.<\/p>\n<p>Instead of writing acceptance criteria in isolation, they held a joint story workshop. The outcome was a shared acceptance criteria set:<\/p>\n<ul>\n<li><strong>Given<\/strong> a customer updates their address in the portal,<br \/><strong>When<\/strong> the change is submitted and validated,<br \/><strong>Then<\/strong> the change must be reflected in the CRM and fraud detection system within 10 seconds.<br \/><strong>And<\/strong> the audit log must capture the change with user ID, timestamp, and old\/new values.<\/li>\n<\/ul>\n<p>Now, all three teams were on the same page. The compliance team could verify logging, the frontend team could validate UI feedback, and the backend team could test integration. This is <strong>shared acceptance agile<\/strong> in action.<\/p>\n<h2>Definition of Ready Scaling: Avoiding the Bottleneck<\/h2>\n<p>Just as DoD ensures consistency at the end of a story, the <strong>definition of ready (DoR)<\/strong> ensures readiness at the start. At scale, teams often receive stories that are vague, poorly defined, or missing acceptance criteria\u2014leading to delays and rework.<\/p>\n<p>Here\u2019s a proven DoR framework I\u2019ve used in multiple programs to ensure stories are truly ready for sprint planning:<\/p>\n<ul>\n<li>The story has a clear user perspective and value.<\/li>\n<li>Acceptance criteria are written and agreed by all involved teams.<\/li>\n<li>Dependencies with other teams or systems are identified and managed.<\/li>\n<li>Estimate is provided (story points or t-shirt size).<\/li>\n<li>It links to the correct feature or epic.<\/li>\n<li>It passes the \u201cSo what?\u201d test: What business value does this deliver?<\/li>\n<\/ul>\n<p>For cross-team stories, I recommend a <strong>joint DoR review<\/strong> before the story is added to any team\u2019s sprint backlog. This is not bureaucracy\u2014it\u2019s a guardrail that prevents stories from entering the pipeline with hidden risk.<\/p>\n<p>This approach is what I\u2019ve come to call <strong>definition of ready scaling<\/strong>. It\u2019s not about imposing rules. It\u2019s about ensuring that every story that enters a sprint is truly ready\u2014not just from a planning perspective, but from a flow and risk perspective.<\/p>\n<h2>Guiding Principles for Success<\/h2>\n<ul>\n<li><strong>Start small, scale smart:<\/strong> Begin with one or two shared DoD templates. Don\u2019t force a full rollout. Let teams adapt and refine.<\/li>\n<li><strong>Co-create, don\u2019t dictate:<\/strong> The DoD should be a team-driven artifact. Involve tech leads, QA, and DevOps in defining team-specific extensions.<\/li>\n<li><strong>Review quarterly:<\/strong> Reassess the shared DoD every quarter. What\u2019s working? What\u2019s becoming outdated?<\/li>\n<li><strong>Track compliance:<\/strong> Use dashboards to monitor DoD adherence. High variation might signal misalignment or poor understanding.<\/li>\n<\/ul>\n<p>These principles aren&#8217;t theory. They\u2019ve been tested in global systems, regulated environments, and multi-geographic deployments. The result? Faster delivery, fewer defects, and teams that actually understand what \u201cdone\u201d means\u2014across the board.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do we handle teams with different deployment cycles?<\/h3>\n<p>Teams with different deployment frequencies can still share the same DoD baseline. What changes is the timing of verification. For example, a team deploying weekly may validate acceptance criteria in staging, while a team deploying monthly may wait until production. The DoD isn\u2019t about timing\u2014it\u2019s about completeness.<\/p>\n<h3>Can different teams have different DoD extensions for the same story?<\/h3>\n<p>Yes\u2014but only if they\u2019re part of the same shared acceptance criteria. For example, a frontend team might validate UI rendering, while a backend team validates API response. Both are valid extensions, but only if the shared acceptance criteria cover both aspects.<\/p>\n<h3>What if a team doesn\u2019t follow the shared DoD?<\/h3>\n<p>First, investigate the root cause. Is it lack of understanding? Poor tooling? Or are they avoiding compliance due to speed pressure? Address the issue at the process level, not through punishment. Use retrospectives to improve alignment.<\/p>\n<h3>How often should we review the shared DoD?<\/h3>\n<p>At a minimum, review the shared DoD at every PI planning cycle. More frequent reviews are helpful if there are major changes in tech stack, compliance rules, or team composition.<\/p>\n<h3>Do we need a central DoD owner?<\/h3>\n<p>No. The DoD should be a collaborative artifact. However, designate a cross-team facilitator (e.g., a product owner or agile coach) to coordinate updates and ensure alignment across teams.<\/p>\n<h3>Can shared acceptance criteria be automated?<\/h3>\n<p>Absolutely. Shared acceptance criteria are ideal candidates for BDD automation. Use Gherkin syntax in tools like Cucumber or SpecFlow to define scenarios that can be tested automatically\u2014ensuring consistency across teams.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many teams assume that \u201cdefinition of done\u201d (DoD) at scale means a single, rigid checklist applied uniformly a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1776,"menu_order":4,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-1781","docs","type-docs","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Definition of Done at Scale: Shared Acceptance &amp; Done Criteria<\/title>\n<meta name=\"description\" content=\"Master shared acceptance and Done criteria at scale with practical guidance for enterprises. Maintain consistency while allowing team-specific variation in large Agile programs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Definition of Done at Scale: Shared Acceptance &amp; Done Criteria\" \/>\n<meta property=\"og:description\" content=\"Master shared acceptance and Done criteria at scale with practical guidance for enterprises. Maintain consistency while allowing team-specific variation in large Agile programs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills\u65e5\u672c\u8a9e\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"8\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/\",\"name\":\"Definition of Done at Scale: Shared Acceptance & Done Criteria\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-02-25T10:46:04+00:00\",\"description\":\"Master shared acceptance and Done criteria at scale with practical guidance for enterprises. Maintain consistency while allowing team-specific variation in large Agile programs.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"User Story Techniques for Large-Scale Agile Projects\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Cross-Team Collaboration and Flow\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Shared Acceptance and Done Criteria in Large Programs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/\",\"name\":\"Visual Paradigm Skills\u65e5\u672c\u8a9e\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/ja\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#organization\",\"name\":\"Visual Paradigm Skills\u65e5\u672c\u8a9e\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills\u65e5\u672c\u8a9e\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Definition of Done at Scale: Shared Acceptance & Done Criteria","description":"Master shared acceptance and Done criteria at scale with practical guidance for enterprises. Maintain consistency while allowing team-specific variation in large Agile programs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/","og_locale":"ja_JP","og_type":"article","og_title":"Definition of Done at Scale: Shared Acceptance & Done Criteria","og_description":"Master shared acceptance and Done criteria at scale with practical guidance for enterprises. Maintain consistency while allowing team-specific variation in large Agile programs.","og_url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/","og_site_name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"8\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/","name":"Definition of Done at Scale: Shared Acceptance & Done Criteria","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-02-25T10:46:04+00:00","description":"Master shared acceptance and Done criteria at scale with practical guidance for enterprises. Maintain consistency while allowing team-specific variation in large Agile programs.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/definition-of-done-at-scale-shared-acceptance-criteria\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/ja\/"},{"@type":"ListItem","position":2,"name":"User Story Techniques for Large-Scale Agile Projects","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/"},{"@type":"ListItem","position":3,"name":"Cross-Team Collaboration and Flow","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/cross-team-agile-collaboration\/"},{"@type":"ListItem","position":4,"name":"Shared Acceptance and Done Criteria in Large Programs"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website","url":"https:\/\/skills.visual-paradigm.com\/ja\/","name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/ja\/#organization","name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","url":"https:\/\/skills.visual-paradigm.com\/ja\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills\u65e5\u672c\u8a9e"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1781\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1776"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=1781"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=1781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}