{"id":864,"date":"2026-02-25T10:25:46","date_gmt":"2026-02-25T10:25:46","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/"},"modified":"2026-02-25T10:25:46","modified_gmt":"2026-02-25T10:25:46","slug":"decision-table-checklist","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/","title":{"rendered":"Decision Table Quality Checklist"},"content":{"rendered":"<p>Most teams don\u2019t realize that a single flawed rule in a decision table can cascade into incorrect process outcomes, compliance risks, or customer disputes. The quiet win isn\u2019t speed\u2014it\u2019s long-term integrity. A well-validated decision table acts as a living contract between business and technology.<\/p>\n<p>Over two decades of modeling complex business rules has taught me this: automation fails not from complexity, but from undetected ambiguity. This checklist isn\u2019t a theoretical exercise. It\u2019s a field-tested framework I use daily to audit decision tables\u2014whether for insurance underwriting, healthcare eligibility, or financial risk assessment.<\/p>\n<p>By applying these criteria, you\u2019ll catch edge cases before deployment, reduce rework, and ensure that every rule is both unambiguous and traceable. This is the foundation of reliable automation.<\/p>\n<h2>Core Principles of Decision Table Quality<\/h2>\n<h3>1. Completeness: No Gaps, No Exceptions<\/h3>\n<p>Every possible combination of condition values must be considered. Missing rules are one of the most common sources of logic failure.<\/p>\n<p>Ask yourself: Have I accounted for all valid states, including edge cases like null inputs, extreme values, or invalid data?<\/p>\n<p>Checklist:<\/p>\n<ul>\n<li>Confirm all input variables are included in the condition section.<\/li>\n<li>Ensure each condition has a defined value set (e.g., Yes\/No, High\/Medium\/Low, Valid\/Invalid).<\/li>\n<li>Use a decision table template with a grid that covers all combinations.<\/li>\n<li>Verify that no rule column is left blank or assumed.<\/li>\n<li>Test for \u201cdon\u2019t care\u201d or \u201cX\u201d entries\u2014if used, document their intent.<\/li>\n<\/ul>\n<p>When I worked on a credit scoring system, we missed a rule for applicants with no credit history. That single gap led to 3% of applications being approved incorrectly. A simple completeness check would have caught it.<\/p>\n<h3>2. Consistency: Avoid Conflicts and Overlaps<\/h3>\n<p>Rules must not contradict each other. Two rules that apply to the same inputs but trigger opposite actions are a red flag.<\/p>\n<p>Overlapping rules can cause unpredictable behavior, especially in rule engines. Treat this as a priority, not an afterthought.<\/p>\n<p>Checklist:<\/p>\n<ul>\n<li>Scan all rule columns for conflicting action outcomes on identical condition sets.<\/li>\n<li>Use formal techniques like <strong>conflict detection matrices<\/strong> or Boolean logic verification.<\/li>\n<li>Ensure that rules with identical conditions have identical actions.<\/li>\n<li>If overlap is intentional (e.g., priority-based), label it clearly with a priority column.<\/li>\n<li>Validate rule ordering in the engine\u2014rules are often evaluated top-down.<\/li>\n<\/ul>\n<p>In one healthcare eligibility model, two rules both applied to patients with \u201cactive chronic condition\u201d but led to \u201capprove\u201d and \u201cdeny\u201d outcomes. The conflict wasn\u2019t detected until audit\u2014by then, 120 cases had been misclassified.<\/p>\n<h3>3. Clarity: Unambiguous, Readable, and Actionable<\/h3>\n<p>Unclear conditions or vague actions lead to misinterpretation, inconsistent application, and audit failure.<\/p>\n<p>Write for <em>understanding<\/em>, not just logic. A decision table should be self-explanatory to stakeholders\u2014even those without technical expertise.<\/p>\n<p>Checklist:<\/p>\n<ul>\n<li>Use plain, unambiguous language: &#8220;Customer has overdue payments&#8221; is better than &#8220;Payment history negative&#8221;.<\/li>\n<li>Define all variables and abbreviations in a glossary or header notes.<\/li>\n<li>Avoid compound conditions where possible. Break complex logic into sub-rules if needed.<\/li>\n<li>Use consistent capitalization and punctuation.<\/li>\n<li>Label actions in imperative voice: \u201cApprove claim\u201d, \u201cReject application\u201d.<\/li>\n<\/ul>\n<p>I once reviewed a table where \u201cCredit Score &gt; 650\u201d was used\u2014no definition of what \u201ccredit score\u201d meant. Was it FICO? VantageScore? The ambiguity caused two different teams to implement it differently.<\/p>\n<h3>4. Traceability: Link to Business Context<\/h3>\n<p>A decision table without traceability is a black box. Stakeholders should be able to link each rule back to a business requirement, policy document, or regulatory clause.<\/p>\n<p>Traceability ensures accountability and supports audits, change control, and impact analysis.<\/p>\n<p>Checklist:<\/p>\n<ul>\n<li>Add a column for \u201cSource\u201d or \u201cRequirement ID\u201d to reference the originating business rule or document.<\/li>\n<li>Use unique identifiers per rule (e.g., RT-001, RT-002) for tracking.<\/li>\n<li>Link to BPMN decision nodes, user stories, or test cases.<\/li>\n<li>Document the rationale for key decisions (e.g., \u201cThis rule applies only to Tier 1 customers due to policy 7.2\u201d).<\/li>\n<li>Ensure changes are logged and version-controlled.<\/li>\n<\/ul>\n<p>During an audit, a client couldn\u2019t explain why a certain rule was included. Our traceable table, linked to a policy revision, saved the day. Without it, we\u2019d have had to rework the entire logic from scratch.<\/p>\n<h3>5. Maintainability: Structured for Change<\/h3>\n<p>Business rules evolve. A decision table that can\u2019t be updated efficiently becomes a liability.<\/p>\n<p>Design for adaptability. The best decision tables are modular, well-labeled, and structured so that edits don\u2019t require rewriting.<\/p>\n<p>Checklist:<\/p>\n<ul>\n<li>Group related rules by business event or process phase.<\/li>\n<li>Use consistent formatting: alignment, spacing, font size.<\/li>\n<li>Separate reusable rules into child tables or modules when possible.<\/li>\n<li>Avoid hard-coded logic\u2014preference for named variables and constants.<\/li>\n<li>Document the intended change process: review cycle, approval workflow.<\/li>\n<\/ul>\n<p>One team redesigned a claims table every quarter. After three iterations, they abandoned it. The fix? Modularized rules by claim type and embedded them into a rule engine. Now, updates take minutes, not days.<\/p>\n<h2>Decision Table Quality Checklist (Summary)<\/h2>\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\">\n<thead>\n<tr>\n<th>Quality Area<\/th>\n<th>Key Checks<\/th>\n<th>Why It Matters<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Completeness<\/strong><\/td>\n<td>All input combinations covered; no missing rules.<\/td>\n<td>Prevents logic gaps that lead to errors.<\/td>\n<\/tr>\n<tr>\n<td><strong>Consistency<\/strong><\/td>\n<td>No conflicting or overlapping rules.<\/td>\n<td>Ensures predictable outcomes in automation.<\/td>\n<\/tr>\n<tr>\n<td><strong>Clarity<\/strong><\/td>\n<td>Plain language; no jargon; consistent formatting.<\/td>\n<td>Enables shared understanding across teams.<\/td>\n<\/tr>\n<tr>\n<td><strong>Traceability<\/strong><\/td>\n<td>Rules linked to requirements, policies, or IDs.<\/td>\n<td>Supports audits, change management, and compliance.<\/td>\n<\/tr>\n<tr>\n<td><strong>Maintainability<\/strong><\/td>\n<td>Modular, versioned, and structured for updates.<\/td>\n<td>Reduces risk during rule evolution.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I validate a decision table for completeness?<\/h3>\n<p>Start by listing all input variables and their possible values. Multiply the number of values per variable to estimate total combinations. Then verify that every combination appears in at least one rule. Use a decision table generator tool to help map all valid states.<\/p>\n<h3>Can I use \u201cdon\u2019t care\u201d values in decision tables?<\/h3>\n<p>Yes\u2014but only when the outcome is truly independent of that condition. Always document the rationale. Example: \u201cRule applies regardless of product type.\u201d Avoid overusing \u201cX\u201d values\u2014they can hide logic gaps.<\/p>\n<h3>What\u2019s the best way to ensure clarity in my decision table?<\/h3>\n<p>Write conditions as simple declarative statements: \u201cApplicant age \u2265 18\u201d, \u201cPolicy active\u201d. Use action verbs in imperative: \u201cApprove\u201d, \u201cReject\u201d, \u201cEscalate to manager\u201d. Avoid abbreviations unless defined.<\/p>\n<h3>Should decision tables be version-controlled?<\/h3>\n<p>Absolutely. Every change should be tracked. Use a version number and date. Link each version to a change request or business justification. This enables rollback, audit trails, and impact analysis.<\/p>\n<h3>How do I handle complex logic like nested conditions?<\/h3>\n<p>Break them into smaller decision tables. For example, separate \u201cEligibility\u201d and \u201cApproval\u201d logic. Use a parent table to trigger child tables when needed. This improves clarity and scalability.<\/p>\n<h3>What if two rules have the same condition but different actions?<\/h3>\n<p>This is a conflict. Either they should be merged, or one must have a higher priority. Always resolve such cases before deployment. Rule engines process rules top-down\u2014priority must be explicit.<\/p>\n<p>Approach decision tables not as static diagrams, but as living governance tools. When crafted with rigor, they become the single source of truth for business logic. The checklist here isn\u2019t just for verifying quality\u2014it\u2019s a daily practice for operational excellence.<\/p>\n<p>Use it. Refine it. Share it. The next time you write a rule, ask: does this pass the decision table checklist? That small moment of reflection can prevent months of rework.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most teams don\u2019t rea [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":863,"menu_order":0,"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-864","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>Decision Table Checklist: Quality Criteria Guide<\/title>\n<meta name=\"description\" content=\"Ensure your decision tables are complete, consistent, and maintainable with this expert-approved checklist for decision modeling. Optimize logic accuracy and governance across business rules, BPMN, and software design.\" \/>\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\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Decision Table Checklist: Quality Criteria Guide\" \/>\n<meta property=\"og:description\" content=\"Ensure your decision tables are complete, consistent, and maintainable with this expert-approved checklist for decision modeling. Optimize logic accuracy and governance across business rules, BPMN, and software design.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9810\u4f30\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/\",\"name\":\"Decision Table Checklist: Quality Criteria Guide\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#website\"},\"datePublished\":\"2026-02-25T10:25:46+00:00\",\"description\":\"Ensure your decision tables are complete, consistent, and maintainable with this expert-approved checklist for decision modeling. Optimize logic accuracy and governance across business rules, BPMN, and software design.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Decision Tables Explained: From Concept to Implementation\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Conclusion and Practical Resources\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Decision Table Quality Checklist\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/\",\"name\":\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/tw\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-TW\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#organization\",\"name\":\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Decision Table Checklist: Quality Criteria Guide","description":"Ensure your decision tables are complete, consistent, and maintainable with this expert-approved checklist for decision modeling. Optimize logic accuracy and governance across business rules, BPMN, and software design.","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\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/","og_locale":"zh_TW","og_type":"article","og_title":"Decision Table Checklist: Quality Criteria Guide","og_description":"Ensure your decision tables are complete, consistent, and maintainable with this expert-approved checklist for decision modeling. Optimize logic accuracy and governance across business rules, BPMN, and software design.","og_url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/","og_site_name":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587","twitter_card":"summary_large_image","twitter_misc":{"\u9810\u4f30\u95b1\u8b80\u6642\u9593":"6 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/","url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/","name":"Decision Table Checklist: Quality Criteria Guide","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#website"},"datePublished":"2026-02-25T10:25:46+00:00","description":"Ensure your decision tables are complete, consistent, and maintainable with this expert-approved checklist for decision modeling. Optimize logic accuracy and governance across business rules, BPMN, and software design.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-checklist\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/tw\/"},{"@type":"ListItem","position":2,"name":"Decision Tables Explained: From Concept to Implementation","item":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/"},{"@type":"ListItem","position":3,"name":"Conclusion and Practical Resources","item":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-learning-summary\/"},{"@type":"ListItem","position":4,"name":"Decision Table Quality Checklist"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/tw\/#website","url":"https:\/\/skills.visual-paradigm.com\/tw\/","name":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/tw\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-TW"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/tw\/#organization","name":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587","url":"https:\/\/skills.visual-paradigm.com\/tw\/","logo":{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/864\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/863"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/media?parent=864"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/doc_tag?post=864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}