{"id":1815,"date":"2026-02-25T10:46:15","date_gmt":"2026-02-25T10:46:15","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/"},"modified":"2026-03-02T09:10:17","modified_gmt":"2026-03-02T09:10:17","slug":"regulated-agile-practices","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/","title":{"rendered":"Government or Regulated Industries: Balancing Structure and Flexibility"},"content":{"rendered":"<p>Compliance isn\u2019t a roadblock to agility\u2014it\u2019s a design constraint. In regulated industries, the need for audit trails, standardized documentation, and compliance validation doesn\u2019t negate the value of iterative delivery. It refines it. I\u2019ve led Agile transformations in defense, healthcare, and financial services, where the challenge wasn\u2019t *whether* to be agile, but how to be agile *without compromising regulatory integrity*.<\/p>\n<p>What often goes overlooked is that compliance doesn\u2019t require rigid processes. It demands *structured transparency*. The key is designing your user story lifecycle to embed compliance early\u2014without overburdening teams with bureaucracy.<\/p>\n<p>This chapter walks you through how to implement regulated agile practices that maintain flow, support auditability, and align with business outcomes. You\u2019ll learn how to write compliant stories that still deliver value, manage dependencies across teams without sacrificing traceability, and apply lightweight models that scale without losing control.<\/p>\n<p>By the end, you\u2019ll know how to balance structure and flexibility\u2014using real-world patterns from regulated industry agile projects with no compromise on safety, security, or accountability.<\/p>\n<h2>Why Regulated Agile Requires a Different Mindset<\/h2>\n<p>Agile isn\u2019t about flouting rules. It\u2019s about delivering value within constraints. In regulated industries, those constraints are not optional\u2014they\u2019re the foundation.<\/p>\n<p>One of the most common missteps? Assuming Agile means \u201cless documentation.\u201d That\u2019s a myth. In regulated environments, documentation isn\u2019t a burden\u2014it\u2019s evidence.<\/p>\n<p>I\u2019ve seen teams rewrite entire product backlogs because they misunderstood that compliance agile model isn\u2019t about writing more documents\u2014it\u2019s about writing the right ones, in the right places, and linked directly to the work.<\/p>\n<p>The goal isn\u2019t to replace compliance with agility. It\u2019s to **merge the two**. Use story models that serve both technical and regulatory purposes.<\/p>\n<h3>Three Myths About Agile in Regulated Industries<\/h3>\n<ul>\n<li><strong>Myth 1:<\/strong> Agile means less documentation. <em>Reality:<\/em> It means better-structured, traceable documentation.<\/li>\n<li><strong>Myth 2:<\/strong> Compliance slows down delivery. <em>Reality:<\/em> Poorly managed compliance does. Well-structured processes accelerate it.<\/li>\n<li><strong>Myth 3:<\/strong> Regulators don\u2019t understand Agile. <em>Reality:<\/em> They value predictability and accountability\u2014Agile can deliver both.<\/li>\n<\/ul>\n<h2>Designing Stories for Compliance Without Bloat<\/h2>\n<p>Compliance agile model starts with story design. A well-formed story in a regulated environment must answer: Who is affected? What is the risk? How is this validated?<\/p>\n<p>The key is embedding compliance cues directly into the story format\u2014without turning it into a legal document.<\/p>\n<h3>Recommended Story Template for Regulated Industries<\/h3>\n<p>Use a variation of the standard INVEST format with three additions:<\/p>\n<ul>\n<li><strong>Compliance Context:<\/strong> Why this story matters under regulatory requirements (e.g., HIPAA, SOX, GDPR).<\/li>\n<li><strong>Traceability ID:<\/strong> A unique identifier linking this story to a compliance standard, audit control, or policy.<\/li>\n<li><strong>Acceptance Criteria (Regulated):<\/strong> Include criteria that validate not just functionality, but compliance\u2014e.g., \u201cAll PII is encrypted in transit and at rest.\u201d<\/li>\n<\/ul>\n<p>Example:<\/p>\n<pre><code>As a patient data handler,\r\nI want to ensure that all recorded medical notes are stored with encryption at rest,\r\nso that we comply with HIPAA \u00a7164.310(a)(2)(ii) and prevent unauthorized access.<\/code><\/pre>\n<p>Compliance context: HIPAA mandates encryption of protected health information.<\/p>\n<p>Traceability ID: HIPAA-ENC-001<\/p>\n<p>Acceptance Criteria:<\/p>\n<ul>\n<li>Encryption is applied at rest using AES-256.<\/li>\n<li>Encryption keys are managed via HSM (Hardware Security Module).<\/li>\n<li>Access logs are retained for at least 6 years.<\/li>\n<\/ul>\n<p>This format ensures that compliance is not a separate phase\u2014it\u2019s built into the story.<\/p>\n<h2>Managing Dependencies in a Compliance-Driven Framework<\/h2>\n<p>Dependencies between teams are inevitable. In regulated environments, they\u2019re also high-risk\u2014because one unvalidated dependency can break compliance.<\/p>\n<p>Use a dependency matrix to track not just technical links, but compliance implications.<\/p>\n<table>\n<tbody>\n<tr>\n<th>Story ID<\/th>\n<th>Team<\/th>\n<th>Dependency<\/th>\n<th>Compliance Impact<\/th>\n<th>Validation Method<\/th>\n<\/tr>\n<tr>\n<td>US-0015<\/td>\n<td>Security Team<\/td>\n<td>US-0042 (Data Encryption)<\/td>\n<td>Failure invalidates audit proof for HIPAA<\/td>\n<td>Automated policy scan<\/td>\n<\/tr>\n<tr>\n<td>US-0027<\/td>\n<td>Data Processing<\/td>\n<td>US-0015<\/td>\n<td>Must validate encryption before processing<\/td>\n<td>Pre-deployment compliance check<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Linking compliance controls to specific stories makes audits faster and less error-prone.<\/p>\n<p>Don\u2019t wait for a compliance audit to find out your stories aren\u2019t aligned. Use this matrix during PI planning and refinement.<\/p>\n<h2>Integrating Compliance into the Agile Cadence<\/h2>\n<p>One of the most effective ways to scale regulated agile practices is to embed compliance review into your standard Agile ceremonies.<\/p>\n<h3>Modified Ceremony Guidelines<\/h3>\n<ol>\n<li><strong>Backlog Refinement:<\/strong> Add a \u201cCompliance Review\u201d step. Every story must be vetted by a compliance officer (or proxy) for risk and traceability.<\/li>\n<li><strong>PI Planning:<\/strong> Include a compliance alignment sprint. Map all PI objectives to regulatory frameworks (e.g., SOX, PCI-DSS).<\/li>\n<li><strong>Sprint Review:<\/strong> Present not only functionality but compliance evidence\u2014e.g., \u201cThis story was tested under GDPR data minimization rules.\u201d<\/li>\n<li><strong>Retrospective:<\/strong> Dedicate 10\u201315 minutes to \u201cCompliance Flow.\u201d Ask: \u201cWhere did we lose time due to unclear compliance requirements?\u201d<\/li>\n<\/ol>\n<p>This turns compliance from a bottleneck into a shared value driver.<\/p>\n<h2>Key Takeaways<\/h2>\n<p>Regulated agile practices aren\u2019t about choosing between agility and compliance\u2014they\u2019re about unifying them.<\/p>\n<p>By embedding compliance into story templates, using dependency matrices to manage risk, and integrating compliance checks into ceremonies, teams can deliver faster, safer, and with full auditability.<\/p>\n<p>Remember: agility in regulated industries thrives when structure supports flow, not blocks it.<\/p>\n<p>Keep your stories clear, your compliance traceable, and your teams focused on delivering value\u2014with accountability.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I ensure user stories meet regulatory requirements without slowing down delivery?<\/h3>\n<p>Integrate compliance checks into the story format\u2014use traceability IDs and compliance context fields. Validate during refinement, not after. This prevents rework and keeps flow intact.<\/p>\n<h3>Can Agile work in environments with strict audit rules like SOX or HIPAA?<\/h3>\n<p>Absolutely. Agile doesn\u2019t contradict auditability\u2014it enhances it. When stories are linked to compliance controls and tested against them, audits become faster and more accurate.<\/p>\n<h3>Do I need a compliance officer on every Agile team?<\/h3>\n<p>No. But every team should have access to a compliance expert or a compliance champion. Use a central compliance team to review high-risk stories and provide guidance.<\/p>\n<h3>How do I handle stories that cross regulatory boundaries (e.g., data moving between countries)?<\/h3>\n<p>Break the story into sub-stories by jurisdiction. Each must include its own compliance context. Use a cross-border data flow map to ensure traceability.<\/p>\n<h3>What if my regulators don\u2019t understand Agile terminology?<\/h3>\n<p>Translate. Use plain language in documentation. For example, \u201cAcceptance criteria\u201d becomes \u201cWhat we must prove,\u201d and \u201cDefinition of Done\u201d becomes \u201cWhat must be true before we ship.\u201d Regulators care about outcomes, not jargon.<\/p>\n<h3>How often should compliance be reviewed in Agile?<\/h3>\n<p>During every backlog refinement, PI planning, and sprint review. Compliance is not a one-time task\u2014it\u2019s a continuous thread woven into delivery.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Compliance isn\u2019t a roadblock to agility\u2014it\u2019s a design constraint. In regulated industries, the need for audit  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1813,"menu_order":1,"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":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","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-1815","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>Regulated Agile Practices: Agile at Scale in Compliance-Driven Environments<\/title>\n<meta name=\"description\" content=\"Master regulated agile practices in finance, healthcare, and defense. Learn how to balance compliance with agility using structured yet flexible user story models that ensure traceability, auditability, and flow.\" \/>\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\/scaled-agile-case-studies\/regulated-agile-practices\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Regulated Agile Practices: Agile at Scale in Compliance-Driven Environments\" \/>\n<meta property=\"og:description\" content=\"Master regulated agile practices in finance, healthcare, and defense. Learn how to balance compliance with agility using structured yet flexible user story models that ensure traceability, auditability, and flow.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills\u65e5\u672c\u8a9e\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-02T09:10:17+00:00\" \/>\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=\"5\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\/scaled-agile-case-studies\/regulated-agile-practices\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/\",\"name\":\"Regulated Agile Practices: Agile at Scale in Compliance-Driven Environments\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-02-25T10:46:15+00:00\",\"dateModified\":\"2026-03-02T09:10:17+00:00\",\"description\":\"Master regulated agile practices in finance, healthcare, and defense. Learn how to balance compliance with agility using structured yet flexible user story models that ensure traceability, auditability, and flow.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/#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\":\"Real-World Lessons and Case Studies\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Government or Regulated Industries: Balancing Structure and Flexibility\"}]},{\"@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":"Regulated Agile Practices: Agile at Scale in Compliance-Driven Environments","description":"Master regulated agile practices in finance, healthcare, and defense. Learn how to balance compliance with agility using structured yet flexible user story models that ensure traceability, auditability, and flow.","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\/scaled-agile-case-studies\/regulated-agile-practices\/","og_locale":"ja_JP","og_type":"article","og_title":"Regulated Agile Practices: Agile at Scale in Compliance-Driven Environments","og_description":"Master regulated agile practices in finance, healthcare, and defense. Learn how to balance compliance with agility using structured yet flexible user story models that ensure traceability, auditability, and flow.","og_url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/","og_site_name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","article_modified_time":"2026-03-02T09:10:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"5\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/","name":"Regulated Agile Practices: Agile at Scale in Compliance-Driven Environments","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-02-25T10:46:15+00:00","dateModified":"2026-03-02T09:10:17+00:00","description":"Master regulated agile practices in finance, healthcare, and defense. Learn how to balance compliance with agility using structured yet flexible user story models that ensure traceability, auditability, and flow.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/regulated-agile-practices\/#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":"Real-World Lessons and Case Studies","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/user-story-techniques-large-scale-agile\/scaled-agile-case-studies\/"},{"@type":"ListItem","position":4,"name":"Government or Regulated Industries: Balancing Structure and Flexibility"}]},{"@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\/1815","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":1,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1815\/revisions"}],"predecessor-version":[{"id":2407,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1815\/revisions\/2407"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1813"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=1815"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=1815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}