{"id":544,"date":"2026-02-25T10:19:55","date_gmt":"2026-02-25T10:19:55","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/"},"modified":"2026-02-25T10:19:55","modified_gmt":"2026-02-25T10:19:55","slug":"cmmn-pitfalls-avoid-modeling-errors","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/","title":{"rendered":"Common Modeling Challenges in CMMN"},"content":{"rendered":"<p>Never assume a case plan can be both adaptive and predictable by design. This is the single most dangerous assumption in CMMN modeling\u2014and the root of 90% of modeling failures.<\/p>\n<p>When you treat a CMMN case like a rigid BPMN flow, you&#8217;re not modeling a case\u2014you&#8217;re constructing a control tower for chaos. The flexibility that makes CMMN powerful becomes a liability when entry criteria, sentries, and task dependencies are defined too early or too rigidly.<\/p>\n<p>Over years of working with healthcare, legal, and insurance teams, I\u2019ve seen case models collapse under their own complexity\u2014not from poor execution, but from poor design. The core issue? A lack of clarity about what makes a case a case. This chapter walks you through the most common CMMN modeling errors, backed by real examples and remediation strategies.<\/p>\n<p>You\u2019ll learn how to draw clear case boundaries, simplify logic without losing adaptability, and align your modeling with actual business behavior\u2014not imagined workflows.<\/p>\n<h2>Common CMMN Modeling Errors<\/h2>\n<h3>1. Unclear Case Boundaries<\/h3>\n<p>One of the most frequent CMMN modeling errors is treating every task as part of a single, monolithic case. This leads to sprawling, unreadable case plans that no one can maintain.<\/p>\n<p>Case boundaries should reflect the actual decision-making scope\u2014what a single team or individual is responsible for resolving.<\/p>\n<p>Ask this: If a case fails, who owns the outcome? The answer defines the boundary. If multiple teams are involved, consider breaking it into sub-cases or using CMMN\u2019s case reference capabilities.<\/p>\n<p><strong>Real example:<\/strong> In an insurance claims investigation, one team handles fraud checks, another handles medical records. Modeling them as one case creates unnecessary interdependencies. Instead, use a parent case with child cases for each investigative path.<\/p>\n<h3>2. Over-Reliance on Entry\/Exit Criteria Logic<\/h3>\n<p>Entry and exit criteria are powerful, but they\u2019re not magic. When criteria are too complex, they become opaque and brittle.<\/p>\n<p>I\u2019ve seen models where criteria involve complex nested conditions: \u201cThe claim must be submitted, the patient must be under 65, and the doctor must have a valid license, and the treatment must be on the approved list, and\u2026\u201d<\/p>\n<p>This isn\u2019t modeling flexibility\u2014this is enforcing a rigid checklist. The real risk? A single change in business policy invalidates the entire case logic.<\/p>\n<p><strong>Fix:<\/strong> Decompose complex logic into reusable decision tables or delegate to a DMN (Decision Model and Notation) component. Keep entry\/exit criteria focused on high-level conditions like \u201cClaim submitted and approved by supervisor\u201d.<\/p>\n<h3>3. Misuse of Stages and Milestones<\/h3>\n<p>Stages in CMMN represent logical progress points, not workflow steps. They should reflect business-level transitions, not technical milestones.<\/p>\n<p>Common mistake: Using \u201cStage 1: Document Collection,\u201d \u201cStage 2: Review by Legal,\u201d \u201cStage 3: Decision\u201d without defining what success looks like for each. This creates ambiguity.<\/p>\n<p>Instead, name stages by outcome: \u201cDocument validation complete,\u201d \u201cLegal review completed,\u201d \u201cSettlement terms agreed.\u201d This forces the modeler to think in terms of business events\u2014not task lists.<\/p>\n<p><strong>Checklist:<\/strong> For every stage, ask: What business condition triggers it? What external event confirms it has ended?<\/p>\n<h3>4. Over-Engineering Sentences<\/h3>\n<p>Sentries are CMMN\u2019s way of responding to events dynamically. But when overused, they turn a flexible model into a reactive mess.<\/p>\n<p>Consider a model where every task has multiple sentry conditions: \u201cIf task is overdue, send alert.\u201d \u201cIf no response in 48 hours, escalate.\u201d \u201cIf risk score exceeds 70, pause.\u201d<\/p>\n<p>These may seem logical, but they create dependency chains that are impossible to trace. The model becomes a black box.<\/p>\n<p><strong>Best practice:<\/strong> Limit sentry logic to critical, high-impact events. Use one sentry per stage or task, and keep it simple. Example: \u201cIf no progress in 72 hours, trigger escalation.\u201d<\/p>\n<h3>5. Confusing CMMN with BPMN<\/h3>\n<p>This is not a rare error\u2014it\u2019s a culture problem. Many practitioners apply BPMN thinking to CMMN: \u201cWe need to sequence everything.\u201d<\/p>\n<p>But CMMN is not about control flow. It\u2019s about constraint-based planning. The goal isn\u2019t to define \u201cwhat happens next\u201d\u2014it\u2019s to define \u201cwhat can happen next.\u201d<\/p>\n<p>Example: In a customer dispute case, you shouldn\u2019t model \u201cCall customer \u2192 Review complaint \u2192 Notify legal\u201d as a fixed sequence. Instead, model \u201cCustomer communication\u201d and \u201cLegal review\u201d as optional tasks that can be triggered by events. Let the case worker decide the path.<\/p>\n<h3>6. Ignoring Case File Management<\/h3>\n<p>The case file is the memory of the case. Without proper structure, critical data becomes scattered across tasks and timelines.<\/p>\n<p>Common error: Leaving case file elements undefined. No ownership, no versioning, no data access rules.<\/p>\n<p><strong>Fix:<\/strong> Define what data must be recorded in the case file. Assign ownership to specific tasks or stages. Use case file elements to store key artifacts: claim forms, medical reports, emails.<\/p>\n<p>Example: In a hospital discharge planning case, the case file should include: patient vitals, medication list, family contact, and discharge plan document.<\/p>\n<h2>CMMN Best Practices for Real-World Success<\/h2>\n<p>Building a robust CMMN model isn\u2019t about avoiding all errors\u2014it\u2019s about making intentional choices. Here\u2019s how to stay aligned with CMMN\u2019s core philosophy: adaptive, knowledge-driven work.<\/p>\n<ul>\n<li><strong>Start with the case goal, not the task list.<\/strong> Ask: What is the single outcome this case must achieve? Everything else follows.<\/li>\n<li><strong>Use stages to reflect business milestones.<\/strong> Not all stages are equal\u2014some represent decisions, others represent data collection.<\/li>\n<li><strong>Delegate complex logic to DMN.<\/strong> Don\u2019t embed business rules in CMMN criteria. Use DMN decision tables for policy-driven decisions.<\/li>\n<li><strong>Limit sentries to high-impact triggers.<\/strong> Escalation, deadline, risk detection\u2014these are the only events worth modeling.<\/li>\n<li><strong>Define case file early.<\/strong> Sketch the data structure before adding tasks. What data is essential? Who needs access?<\/li>\n<\/ul>\n<h2>When CMMN Fails: Red Flags<\/h2>\n<p>If your CMMN model feels like a BPMN diagram with \u201cmaybe\u201d decisions, it\u2019s likely misapplied. These are signs you may be using the wrong tool:<\/p>\n<ul>\n<li>You\u2019re forced to define every task in a fixed sequence.<\/li>\n<li>Entry criteria involve more than 2\u20133 conditions.<\/li>\n<li>Sentries are triggered for every minor task.<\/li>\n<li>Task dependencies are based on completion, not events.<\/li>\n<li>There\u2019s no clear distinction between \u201cto do\u201d and \u201cin progress\u201d states.<\/li>\n<\/ul>\n<p>If any of these apply, pause. Re-evaluate the scenario. Is this truly adaptive work? Or is it a structured process that belongs in BPMN?<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is the most common CMMN modeling error?<\/h3>\n<p>Over-segmenting or under-segmenting the case boundary. Teams either try to model every possible task in one case or split cases too granularly, leading to poor traceability and management overhead.<\/p>\n<h3>Can I use BPMN and CMMN together in the same process?<\/h3>\n<p>Yes. In fact, it\u2019s common. Use BPMN for predictable flows (e.g., order processing), and CMMN for the exceptions or investigations that arise\u2014like fraud checks or disputes. CMMN can be embedded as a subprocess or referenced from BPMN.<\/p>\n<h3>How do I decide if a scenario needs CMMN or BPMN?<\/h3>\n<p>Ask: Is the path predictable? If yes, BPMN. If the path depends on decisions, events, or knowledge, CMMN. Example: Loan approval (BPMN) vs. customer complaint investigation (CMMN).<\/p>\n<h3>Why does my CMMN model keep breaking when business rules change?<\/h3>\n<p>Because you likely embedded business rules directly into entry\/exit criteria or tasks. Use DMN to externalize decision logic. This keeps your CMMN model stable and reusable across scenarios.<\/p>\n<h3>What should I include in a CMMN case file?<\/h3>\n<p>Only the data essential to decision-making. Common items: customer information, claim documents, medical reports, communication logs, risk scores, and decision records. Avoid storing raw emails or duplicate data.<\/p>\n<h3>How can I validate a CMMN model before deployment?<\/h3>\n<p>Use model validation rules: ensure all tasks have clear triggers, entry\/exit criteria are unambiguous, sentries are event-based, and case file elements are properly defined. Run simulations with real-world scenarios to test adaptability.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Never assume a case plan can be both adaptive and predictable by design. This is the single most dangerous assumption in CMMN modeling\u2014and the root of 90% of modeling failures. When you treat a CMMN case like a rigid BPMN flow, you&#8217;re not modeling a case\u2014you&#8217;re constructing a control tower for chaos. The flexibility that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":540,"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-544","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>CMMN Pitfalls: Avoid These Modeling Errors<\/title>\n<meta name=\"description\" content=\"Discover common CMMN pitfalls and how to avoid them. Learn CMMN best practices and modeling errors that undermine case management clarity and execution. Master adaptive process modeling with real-world fixes.\" \/>\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\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CMMN Pitfalls: Avoid These Modeling Errors\" \/>\n<meta property=\"og:description\" content=\"Discover common CMMN pitfalls and how to avoid them. Learn CMMN best practices and modeling errors that undermine case management clarity and execution. Master adaptive process modeling with real-world fixes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Portugu\u00eas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/\",\"name\":\"CMMN Pitfalls: Avoid These Modeling Errors\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:19:55+00:00\",\"description\":\"Discover common CMMN pitfalls and how to avoid them. Learn CMMN best practices and modeling errors that undermine case management clarity and execution. Master adaptive process modeling with real-world fixes.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CMMN vs BPMN: When to Use Which?\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding CMMN\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Common Modeling Challenges in CMMN\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Portugu\u00eas\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CMMN Pitfalls: Avoid These Modeling Errors","description":"Discover common CMMN pitfalls and how to avoid them. Learn CMMN best practices and modeling errors that undermine case management clarity and execution. Master adaptive process modeling with real-world fixes.","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\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/","og_locale":"pt_PT","og_type":"article","og_title":"CMMN Pitfalls: Avoid These Modeling Errors","og_description":"Discover common CMMN pitfalls and how to avoid them. Learn CMMN best practices and modeling errors that undermine case management clarity and execution. Master adaptive process modeling with real-world fixes.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/","og_site_name":"Visual Paradigm Skills Portugu\u00eas","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/","name":"CMMN Pitfalls: Avoid These Modeling Errors","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:19:55+00:00","description":"Discover common CMMN pitfalls and how to avoid them. Learn CMMN best practices and modeling errors that undermine case management clarity and execution. Master adaptive process modeling with real-world fixes.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/cmmn-pitfalls-avoid-modeling-errors\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"CMMN vs BPMN: When to Use Which?","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/"},{"@type":"ListItem","position":3,"name":"Understanding CMMN","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/cmmn-vs-bpmn-when-to-use-which\/understanding-cmmn\/"},{"@type":"ListItem","position":4,"name":"Common Modeling Challenges in CMMN"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website","url":"https:\/\/skills.visual-paradigm.com\/pt\/","name":"Visual Paradigm Skills Portugu\u00eas","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization","name":"Visual Paradigm Skills Portugu\u00eas","url":"https:\/\/skills.visual-paradigm.com\/pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Portugu\u00eas"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/544\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/540"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=544"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}