{"id":549,"date":"2026-02-25T10:19:56","date_gmt":"2026-02-25T10:19:56","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/"},"modified":"2026-02-25T10:19:56","modified_gmt":"2026-02-25T10:19:56","slug":"hybrid-cmmn-bpmn-patterns","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/","title":{"rendered":"Hybrid Modeling Patterns"},"content":{"rendered":"<p>Most modelers assume they must choose between BPMN and CMMN. But in practice, real-world work doesn\u2019t fit neatly into one box. Complex processes often start with structured logic\u2014BPMN&#8217;s domain\u2014but require adaptive handling when exceptions arise, where CMMN shines. This is where hybrid CMMN BPMN patterns come into play.<\/p>\n<p>My experience over two decades has shown that rigid adherence to either notation leads to models that either over-control or under-manage. The real power lies in orchestrating both. Think of it as using BPMN as the backbone and CMMN as the adaptive nervous system.<\/p>\n<p>You\u2019ll learn how to embed CMMN cases inside BPMN flows, use BPMN to trigger CMMN case plans, and manage exceptions through coordinated decision logic. The goal isn\u2019t just to combine tools\u2014it\u2019s to build models that reflect reality, not just rules.<\/p>\n<h2>Core Principles of Hybrid Modeling<\/h2>\n<p>Hybrid CMMN BPMN patterns aren\u2019t about mixing two standards at random. They\u2019re grounded in a simple insight: structured processes often break down at the edges. That\u2019s where adaptive case handling becomes essential.<\/p>\n<p>When you model a loan approval process, BPMN handles the predictable steps: application receipt, credit check, income verification. But when an anomaly appears\u2014say, a disputed credit history\u2014the system should pause the process and shift to a CMMN case for investigation.<\/p>\n<p>This shift isn\u2019t a workaround. It\u2019s a design choice. Hybrid modeling allows you to keep the flow of control clear while empowering knowledge workers to respond dynamically to uncertainty.<\/p>\n<h3>Why Not Just Use CMMN for Everything?<\/h3>\n<p>Because CMMN excels in flexibility, but that flexibility comes at a cost: complexity and reduced automation potential. Not every process needs a case plan.<\/p>\n<p>BPMN, on the other hand, thrives in predictable, repeatable scenarios. But when exceptions emerge, modeling them in BPMN often leads to bloated, hard-to-maintain diagrams with endless gateways and alternate paths.<\/p>\n<p>Hybrid modeling keeps the strengths of both. Use BPMN for the predictable core. Use CMMN for the exceptional path.<\/p>\n<h2>Key Hybrid Integration Patterns<\/h2>\n<h3>1. BPMN Initiates a CMMN Case<\/h3>\n<p>One of the most reliable patterns: let BPMN detect a deviation and trigger a CMMN case.<\/p>\n<p>Example: A customer service ticket flows through BPMN stages\u2014receipt, triage, assignment. If the issue is complex or unresolved after three attempts, a gateway checks: \u201cIs this an edge case?\u201d If yes, the BPMN process triggers a CMMN case named \u201cInvestigation Workflow.\u201d<\/p>\n<p>The BPMN diagram remains clean. The CMMN case handles the investigation with stages, tasks, and sentries. When resolved, the case signals back to BPMN to resume.<\/p>\n<p>This pattern is ideal for customer complaints, insurance claims, or incident management.<\/p>\n<h3>2. CMMN Subcase within a BPMN Process<\/h3>\n<p>Use this when part of a larger workflow is inherently unpredictable.<\/p>\n<p>Consider a loan underwriting process. After initial data validation (BPMN), you reach a point where the decision depends on a deep risk assessment. That assessment isn\u2019t linear\u2014it involves reviewing documents, consulting experts, and adjusting thresholds.<\/p>\n<p>Here, embed a CMMN case as a subprocess. The BPMN flow calls the CMMN subcase. The subcase manages its own tasks, milestones, and entry conditions. When complete, it returns control to BPMN to proceed with approval or rejection.<\/p>\n<p>This keeps the high-level BPMN flow readable while preserving adaptability in the complex region.<\/p>\n<h3>3. Exception Handling via CMMN in BPMN<\/h3>\n<p>Most BPMN diagrams fail to model exceptions well. They either ignore them or hardcode them into parallel paths.<\/p>\n<p>Instead, use CMMN as the exception handler. When a BPMN process hits a failure point\u2014say, a required document is missing\u2014instead of adding another branch, create a CMMN case named \u201cDocument Reconciliation.\u201d<\/p>\n<p>The CMMN case defines: what documents are needed, who can request them, and what conditions allow resumption. Once the case is complete, the BPMN process continues.<\/p>\n<p>This approach avoids flow explosion. It also aligns with how real teams operate: they don\u2019t follow a fixed path when something goes wrong\u2014they create a new plan.<\/p>\n<h2>Design Patterns in Practice<\/h2>\n<p>Here\u2019s how these patterns look in a real-world scenario: insurance claim processing.<\/p>\n<p>Step 1: A claim is submitted. BPMN handles data capture, initial validation, and fraud screening.<\/p>\n<p>Step 2: If fraud risk is low and the claim is straightforward, BPMN continues to settlement.<\/p>\n<p>Step 3: If fraud risk is medium or high, the BPMN process triggers a CMMN case: \u201cFraud Investigation.\u201d<\/p>\n<p>Inside the CMMN case, tasks like \u201cReview transaction history,\u201d \u201cInterview claimant,\u201d and \u201cConsult forensic analyst\u201d are defined. Entry conditions ensure the case only starts when fraud risk exceeds threshold.<\/p>\n<p>When the case is complete, a \u201ccase complete\u201d event triggers the BPMN flow to resume. The claim proceeds to settlement or denial.<\/p>\n<p>This design is not just elegant. It reflects how real claims teams operate. It\u2019s not a flowchart\u2014it\u2019s a decision framework.<\/p>\n<h2>Implementation Checklist<\/h2>\n<ul>\n<li>Define clear boundaries between BPMN and CMMN\u2014what belongs in each.<\/li>\n<li>Use BPMN gateways to evaluate when a case should be triggered.<\/li>\n<li>Ensure CMMN cases can signal back to BPMN via defined events.<\/li>\n<li>Keep CMMN case plans simple\u2014avoid over-complexity.<\/li>\n<li>Validate both models together in simulation to ensure correct handover logic.<\/li>\n<\/ul>\n<h2>Tools and Modeling Support<\/h2>\n<p>Tools like Visual Paradigm support hybrid modeling by enabling:<\/p>\n<ul>\n<li>Embedding CMMN case plans inside BPMN subprocesses.<\/li>\n<li>Connecting BPMN events to CMMN sentries and triggers.<\/li>\n<li>Simulating both models together to test exception scenarios.<\/li>\n<\/ul>\n<p>Without proper tooling, hybrid models become fragile. But with support, they become the most realistic way to represent real business work.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can I use BPMN with CMMN in the same model?<\/h3>\n<p>Yes. Modern modeling tools allow embedding CMMN case plans within BPMN subprocesses. This is not a workaround\u2014it\u2019s a best practice for handling adaptive logic in otherwise structured workflows.<\/p>\n<h3>How do I decide when to use CMMN in a BPMN process?<\/h3>\n<p>Use CMMN when the workflow involves unpredictable decision-making, multiple knowledge workers, or requires human judgment to resolve. If the path isn\u2019t clear from the start, CMMN is the right container.<\/p>\n<h3>What\u2019s the risk of overusing CMMN in BPMN?<\/h3>\n<p>Overusing CMMN reduces automation potential. It also increases complexity without benefit. Use CMMN only when necessary\u2014when the process is inherently adaptive.<\/p>\n<h3>Do I need to model both BPMN and CMMN for the same case?<\/h3>\n<p>Not always. Use BPMN for the predictable core, and CMMN only for the adaptive branches. The key is to keep the main flow clean. Use CMMN only when the case logic is too complex for BPMN.<\/p>\n<h3>How do I ensure consistency between BPMN and CMMN models?<\/h3>\n<p>Define a shared event language (e.g., \u201ccase completed,\u201d \u201cinvestigation started\u201d) and use common data elements. Visual Paradigm supports traceability between models, ensuring both views stay in sync.<\/p>\n<h3>Is hybrid modeling suitable for regulated industries?<\/h3>\n<p>Yes. In healthcare, finance, and insurance, hybrid models are preferred for compliance. BPMN ensures auditability for standard flows; CMMN captures adaptive decisions that can be reviewed and justified when needed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most modelers assume they must choose between BPMN and CMMN. But in practice, real-world work doesn\u2019t fit neat [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":545,"menu_order":3,"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-549","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>Hybrid CMMN BPMN Patterns<\/title>\n<meta name=\"description\" content=\"Master hybrid CMMN BPMN patterns to balance structured workflows with adaptive case management. Learn how BPMN with CMMN integration improves process flexibility and real-world decision-making.\" \/>\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\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hybrid CMMN BPMN Patterns\" \/>\n<meta property=\"og:description\" content=\"Master hybrid CMMN BPMN patterns to balance structured workflows with adaptive case management. Learn how BPMN with CMMN integration improves process flexibility and real-world decision-making.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/\" \/>\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=\"6\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\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/\",\"name\":\"Hybrid CMMN BPMN Patterns\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-02-25T10:19:56+00:00\",\"description\":\"Master hybrid CMMN BPMN patterns to balance structured workflows with adaptive case management. Learn how BPMN with CMMN integration improves process flexibility and real-world decision-making.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CMMN vs BPMN: When to Use Which?\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Comparative Analysis\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Hybrid Modeling Patterns\"}]},{\"@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":"Hybrid CMMN BPMN Patterns","description":"Master hybrid CMMN BPMN patterns to balance structured workflows with adaptive case management. Learn how BPMN with CMMN integration improves process flexibility and real-world decision-making.","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\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/","og_locale":"ja_JP","og_type":"article","og_title":"Hybrid CMMN BPMN Patterns","og_description":"Master hybrid CMMN BPMN patterns to balance structured workflows with adaptive case management. Learn how BPMN with CMMN integration improves process flexibility and real-world decision-making.","og_url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/","og_site_name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"6\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/","name":"Hybrid CMMN BPMN Patterns","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-02-25T10:19:56+00:00","description":"Master hybrid CMMN BPMN patterns to balance structured workflows with adaptive case management. Learn how BPMN with CMMN integration improves process flexibility and real-world decision-making.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/hybrid-cmmn-bpmn-patterns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/ja\/"},{"@type":"ListItem","position":2,"name":"CMMN vs BPMN: When to Use Which?","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/"},{"@type":"ListItem","position":3,"name":"Comparative Analysis","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-bpmn-comparison\/"},{"@type":"ListItem","position":4,"name":"Hybrid Modeling Patterns"}]},{"@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\/549","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\/549\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/545"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=549"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}