{"id":844,"date":"2026-02-25T10:25:38","date_gmt":"2026-02-25T10:25:38","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/"},"modified":"2026-02-25T10:25:38","modified_gmt":"2026-02-25T10:25:38","slug":"visual-paradigm-decision-table","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/","title":{"rendered":"Modeling Decision Tables in Visual Paradigm"},"content":{"rendered":"<p>\u201cI just want to add a decision rule\u2014can\u2019t I do that in a table?\u201d This is the most common starting point I hear from new users. But the moment you say that, you\u2019re already racing toward inconsistency, ambiguity, or missed edge cases.<\/p>\n<p>Decision logic isn\u2019t just about listing rules. It\u2019s about ensuring every possible combination is accounted for, actions are unambiguous, and the model can be validated, integrated, and maintained over time.<\/p>\n<p>As someone who\u2019s built decision tables for financial underwriting, healthcare eligibility, and automated claims systems, I\u2019ve seen how even small oversights can cascade into operational failures. The key isn\u2019t just *adding* rules\u2014it\u2019s *structuring* them correctly from day one.<\/p>\n<p>This chapter walks you through creating decision tables in Visual Paradigm with full integration into BPMN, requirements, and simulation workflows. You\u2019ll learn how to avoid common pitfalls, validate rule completeness, and leverage the full power of decision table modeling software.<\/p>\n<h2>Setting Up Your Decision Table in Visual Paradigm<\/h2>\n<p>Start by opening your Visual Paradigm project and navigating to the <strong>Business Modeling<\/strong> section.<\/p>\n<p>Right-click on your diagram or package, then select <strong>Create \u2192 Decision Table<\/strong>. This creates a new decision table with default columns for conditions and actions.<\/p>\n<p>Give it a meaningful name\u2014like <em>Claim Eligibility Rules<\/em> or <em>Loan Approval Logic<\/em>. This name will appear in requirements traceability and simulation reports.<\/p>\n<h3>Define the Decision Context<\/h3>\n<p>Before writing any rules, define the decision you\u2019re modeling. What business question are you answering?<\/p>\n<ul>\n<li>Is the claim covered under the policy?<\/li>\n<li>Can the applicant qualify for a loan?<\/li>\n<li>Does the customer meet eligibility criteria for the promotion?<\/li>\n<\/ul>\n<p>Document this in the <strong>Description<\/strong> field. This isn\u2019t just documentation\u2014it\u2019s the anchor for future audits and stakeholder alignment.<\/p>\n<h3>Identify Inputs and Variables<\/h3>\n<p>Every condition must stem from a well-defined variable. In Visual Paradigm, click <strong>Add Condition<\/strong> and define the variable with:<\/p>\n<ul>\n<li><strong>Name<\/strong>: e.g., <em>Policy Type<\/em><\/li>\n<li><strong>Type<\/strong>: e.g., <em>Enum (Standard, Premium, Gold)<\/em><\/li>\n<li><strong>Value Range<\/strong>: Define specific values that appear in rules<\/li>\n<\/ul>\n<p>Use consistent naming across all decision tables\u2014this ensures reusability and traceability in complex systems.<\/p>\n<h2>Populating Rules with Precision<\/h2>\n<p>Each column represents a unique rule. Visual Paradigm helps avoid duplicates and ensures all combinations are considered.<\/p>\n<p>Begin by listing valid condition combinations. For example, in a loan approval table:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Condition<\/th>\n<th>Value<\/th>\n<th>Expected Result<\/th>\n<\/tr>\n<tr>\n<td>Income Level<\/td>\n<td>High<\/td>\n<td>Approve<\/td>\n<\/tr>\n<tr>\n<td>Credit Score<\/td>\n<td>Good<\/td>\n<td>Approve<\/td>\n<\/tr>\n<tr>\n<td>Employment Duration<\/td>\n<td>Over 2 years<\/td>\n<td>Approve<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Each row is a condition. Each column is a rule. When you see a column with a mix of <em>Yes<\/em>, <em>No<\/em>, or <em>Any<\/em>, that\u2019s where the logic gets precise.<\/p>\n<p>Use <strong>Any<\/strong> or <strong>Don\u2019t Care<\/strong> only when the condition doesn\u2019t impact the outcome\u2014like when a rule applies regardless of the applicant\u2019s age if they\u2019re employed full-time.<\/p>\n<h3>Setting Actions and Outcomes<\/h3>\n<p>Actions should be atomic and unambiguous.<\/p>\n<ul>\n<li>\u2705 <em>Approve loan with 5% interest<\/em><\/li>\n<li>\u274c <em>Process application<\/em> (Too vague)<\/li>\n<li>\u2705 <em>Send approval email and schedule disbursement<\/em><\/li>\n<\/ul>\n<p>Visual Paradigm allows you to link actions directly to BPMN gateways or tasks. This is where the real power emerges\u2014decision logic becomes executable, not just descriptive.<\/p>\n<h2>Validating Completeness and Consistency<\/h2>\n<p>One of the biggest risks in decision modeling is undetected gaps or overlaps. Visual Paradigm offers built-in validation tools.<\/p>\n<p>Use the <strong>Rule Validation<\/strong> feature (under Tools \u2192 Decision Table \u2192 Validate). It flags:<\/p>\n<ul>\n<li>Missing combinations (e.g., all <em>Yes<\/em> rules but no <em>No<\/em> case)<\/li>\n<li>Conflicting actions (same rule with <em>Approve<\/em> and <em>Reject<\/em>)<\/li>\n<li>Redundant conditions (when a condition doesn\u2019t change the outcome)<\/li>\n<\/ul>\n<p>Always review the output. If the validation reports \u201c12 rules are incomplete,\u201d don\u2019t just click \u201cOK\u201d\u2014dig in.<\/p>\n<p>For example, a life insurance underwriting table might miss the <em>Smoker?<\/em> condition in a rule where age and health status are high. That\u2019s a critical oversight.<\/p>\n<h2>Integrating with BPMN and Requirements<\/h2>\n<p>Decision tables aren\u2019t isolated\u2014they link to the broader process.<\/p>\n<p>To connect to a BPMN task:<\/p>\n<ol>\n<li>Right-click the task (e.g., \u201cVerify Application\u201d)<\/li>\n<li>Select <strong>Properties<\/strong><\/li>\n<li>In the <strong>Decision<\/strong> section, point to your decision table<\/li>\n<li>Visual Paradigm automatically generates a decision gateway if not already present<\/li>\n<\/ol>\n<p>Now, every time the process reaches that task, it evaluates the decision table dynamically.<\/p>\n<p>For requirements, link the decision table to a Use Case or Requirement artifact. This creates bidirectional traceability\u2014perfect for audit and regression testing.<\/p>\n<h2>Simulating Decisions for Testing<\/h2>\n<p>One of the most valuable features of Visual Paradigm decision table modeling is simulation.<\/p>\n<p>Go to <strong>Tools \u2192 Simulate Decision Table<\/strong>. Input values for each condition:<\/p>\n<ul>\n<li><em>Income Level<\/em>: High<\/li>\n<li><em>Credit Score<\/em>: Good<\/li>\n<li><em>Employment Duration<\/em>: 18 months<\/li>\n<\/ul>\n<p>The tool instantly identifies which rule fires and what action is taken.<\/p>\n<p>Use this to generate test cases. For every valid input combination, you get a testable outcome. This eliminates guesswork in QA.<\/p>\n<p>For example: <em>Input: Credit Score = Poor, Employment Duration = 1 year \u2192 Rule 4 \u2192 Reject.<\/em><\/p>\n<p>Now you have a clear, documented test case ready for automation.<\/p>\n<h2>Best Practices for Decision Table Modeling in Visual Paradigm<\/h2>\n<p>Here\u2019s what I\u2019ve learned from building hundreds of decision tables:<\/p>\n<ul>\n<li><strong>Start simple.<\/strong> Begin with 3\u20135 conditions. Add complexity only when needed.<\/li>\n<li><strong>Use consistent language.<\/strong> Avoid \u201cYes\/No\u201d in conditions\u2014use \u201cEligible\/Not Eligible\u201d or \u201cApproved\/Rejected\u201d.<\/li>\n<li><strong>Group related logic.<\/strong> If you find multiple identical actions, consider splitting into sub-tables.<\/li>\n<li><strong>Document assumptions.<\/strong> Add a \u201cNotes\u201d column to capture context like \u201cExcludes part-time students\u201d.<\/li>\n<li><strong>Revisit quarterly.<\/strong> Business rules evolve. Revalidate tables annually or when processes change.<\/li>\n<\/ul>\n<p>When you\u2019re done, export the table to Excel, generate a PDF report, or link it directly to a rule engine like Drools or Jess.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I create decision tables in Visual Paradigm?<\/h3>\n<p>Go to your project, right-click a package, select <em>Create \u2192 Decision Table<\/em>. Define your decision context, add conditions and actions, then populate rules using the table editor.<\/p>\n<h3>Can I link decision tables to BPMN tasks?<\/h3>\n<p>Yes. Open the BPMN task, go to Properties \u2192 Decision, and select the decision table. Visual Paradigm will auto-generate a decision gateway if missing.<\/p>\n<h3>Is Visual Paradigm decision table modeling software suitable for large teams?<\/h3>\n<p>Absolutely. It supports version control, team collaboration, and integration with ALM tools. Use it with Git or SVN for traceable, auditable decision logic.<\/p>\n<h3>How do I validate my decision table for completeness?<\/h3>\n<p>Use the <em>Validate Decision Table<\/em> tool under Tools. It checks for missing rules, duplicate logic, and contradictory actions. Always review the report.<\/p>\n<h3>Can I simulate decisions directly in Visual Paradigm?<\/h3>\n<p>Yes. Use <em>Tools \u2192 Simulate Decision Table<\/em> to test any input combination. The result shows which rule fires and what action is taken.<\/p>\n<h3>How do I export a decision table for rule engine integration?<\/h3>\n<p>Choose <em>Export \u2192 Decision Table to Excel<\/em> or <em>Generate Report<\/em>. You can also use the built-in export to XML for rule engines like Drools. Always validate the structure before deployment.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u201cI just want to add  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":839,"menu_order":4,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-844","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>Visual Paradigm Decision Table Modeling<\/title>\n<meta name=\"description\" content=\"Learn how to create decision tables in Visual Paradigm with step-by-step guidance. Master decision table modeling software for BPMN integration, requirements traceability, and automated rule execution.\" \/>\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-design-step-by-step\/visual-paradigm-decision-table\/\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visual Paradigm Decision Table Modeling\" \/>\n<meta property=\"og:description\" content=\"Learn how to create decision tables in Visual Paradigm with step-by-step guidance. Master decision table modeling software for BPMN integration, requirements traceability, and automated rule execution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/\" \/>\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-design-step-by-step\/visual-paradigm-decision-table\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/\",\"name\":\"Visual Paradigm Decision Table Modeling\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#website\"},\"datePublished\":\"2026-02-25T10:25:38+00:00\",\"description\":\"Learn how to create decision tables in Visual Paradigm with step-by-step guidance. Master decision table modeling software for BPMN integration, requirements traceability, and automated rule execution.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/#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\":\"Designing Decision Tables Step by Step\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Modeling Decision Tables in Visual Paradigm\"}]},{\"@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":"Visual Paradigm Decision Table Modeling","description":"Learn how to create decision tables in Visual Paradigm with step-by-step guidance. Master decision table modeling software for BPMN integration, requirements traceability, and automated rule execution.","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-design-step-by-step\/visual-paradigm-decision-table\/","og_locale":"zh_TW","og_type":"article","og_title":"Visual Paradigm Decision Table Modeling","og_description":"Learn how to create decision tables in Visual Paradigm with step-by-step guidance. Master decision table modeling software for BPMN integration, requirements traceability, and automated rule execution.","og_url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/","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-design-step-by-step\/visual-paradigm-decision-table\/","url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/","name":"Visual Paradigm Decision Table Modeling","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#website"},"datePublished":"2026-02-25T10:25:38+00:00","description":"Learn how to create decision tables in Visual Paradigm with step-by-step guidance. Master decision table modeling software for BPMN integration, requirements traceability, and automated rule execution.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/visual-paradigm-decision-table\/#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":"Designing Decision Tables Step by Step","item":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/decision-tables-explained\/decision-table-design-step-by-step\/"},{"@type":"ListItem","position":4,"name":"Modeling Decision Tables in Visual Paradigm"}]},{"@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\/844","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\/844\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/839"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/media?parent=844"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/doc_tag?post=844"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}