{"id":835,"date":"2026-02-25T10:25:34","date_gmt":"2026-02-25T10:25:34","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/"},"modified":"2026-02-25T10:25:34","modified_gmt":"2026-02-25T10:25:34","slug":"what-is-a-decision-table","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/","title":{"rendered":"What Is a Decision Table and Why It Matters"},"content":{"rendered":"<p>Never write a business rule in isolation. That single principle prevents 90% of logic failures in production systems.<\/p>\n<p>When conditions, actions, and outcomes are scattered across documents, code, or verbal agreements, the risk of misinterpretation skyrockets. A decision table brings structure where there was chaos. It\u2019s not just a diagram\u2014it\u2019s a contract between business and implementation.<\/p>\n<p>As someone who\u2019s spent over two decades modeling complex decision logic for financial systems, healthcare platforms, and insurance underwriting engines, I\u2019ve seen what happens when rules go unstructured: claims get rejected incorrectly, credit decisions are inconsistent, and audits uncover gaps that no one noticed.<\/p>\n<p>What is a decision table? It\u2019s a structured table that organizes business rules into a clear, visual format\u2014conditions in rows, actions in rows, and rules as columns. Each rule represents a unique combination of condition values and the corresponding actions to execute.<\/p>\n<p>By the end of this chapter, you\u2019ll understand exactly how decision tables work, why they\u2019re indispensable in enterprise systems, and how to apply them confidently\u2014whether you&rsquo;re modeling insurance underwriting, credit scoring, or eligibility rules.<\/p>\n<h2>Defining Decision Tables in Business Logic<\/h2>\n<p>At its core, a decision table is a way to express complex logic in a format that both business analysts and developers can verify independently.<\/p>\n<p>It\u2019s not a flowchart. It\u2019s not a tree. It\u2019s a matrix. But not just any matrix\u2014structured so that every possible scenario is accounted for, and no rule is ambiguous.<\/p>\n<p>Consider an insurance policy renewal process. The decision hinges on factors like age, claim history, and premium payment status. A decision table can clearly map combinations like:<\/p>\n<ul>\n<li>Age \u2265 65 AND no claims in past 3 years \u2192 Offer discount<\/li>\n<li>Age &lt; 65 AND one claim in past 3 years \u2192 Require review<\/li>\n<li>Payment overdue AND two or more claims \u2192 Deny renewal<\/li>\n<\/ul>\n<p>Each of these is a rule. Each rule is a column. The conditions and actions are rows. This format makes it impossible to overlook edge cases.<\/p>\n<p>What is a decision table, then? It\u2019s a formal method for capturing and validating business decisions with full traceability. It\u2019s the difference between saying \u201cif the customer has a good history, renew\u201d and defining exactly what \u201cgood history\u201d means\u2014no guesswork.<\/p>\n<h3>Historical Roots and Modern Relevance<\/h3>\n<p>Decision tables originated in the 1970s as a way to manage complex business logic in mainframe systems. They were used in banking, utilities, and insurance\u2014industries where a single misapplied rule could cost millions.<\/p>\n<p>Today, they\u2019re more relevant than ever. As systems grow more complex and regulatory scrutiny tightens, decision tables provide a reliable baseline for logic that\u2019s auditable, testable, and reusable.<\/p>\n<p>They\u2019re embedded in modern tools like Visual Paradigm, IBM ODM, Drools, and Camunda, where they serve as the foundation for rule engines and BPMN integration.<\/p>\n<p>The power isn\u2019t just in structure\u2014it\u2019s in consistency. When the same decision logic appears across multiple teams or projects, a well-designed decision table ensures uniform interpretation.<\/p>\n<h2>Why Decision Tables Matter: The Core Benefits<\/h2>\n<p>Why spend time creating them? Because they deliver real, measurable value. Let\u2019s break down the benefits of decision tables.<\/p>\n<h3>1. Eliminates Ambiguity in Rule Interpretation<\/h3>\n<p>Verbal or written rules often use vague language\u2014\u201cif the customer is active,\u201d \u201cif the case is urgent.\u201d These are ambiguous.<\/p>\n<p>A decision table forces precision. Instead of \u201cactive,\u201d define it as \u201chas made at least one payment in the last 30 days.\u201d This clarity prevents miscommunication between business users and engineers.<\/p>\n<p>This is especially vital in regulated industries like finance and healthcare, where auditors demand exact definitions.<\/p>\n<h3>2. Ensures Complete and Consistent Logic Coverage<\/h3>\n<p>One of the most common pitfalls in logic modeling is missing combinations. You think you\u2019ve covered all cases\u2014until a rare scenario breaks the system.<\/p>\n<p>Decision tables force you to consider every possible combination of conditions. For three binary conditions, that\u2019s 2\u00b3 = 8 rules. If you skip even one, there\u2019s a blind spot.<\/p>\n<p>By designing the table first, you validate that no scenario is left behind. This is the single biggest advantage of decision tables.<\/p>\n<h3>3. Enables Automated Testing and Validation<\/h3>\n<p>Each rule in a decision table directly maps to a test case. You can generate automated test scripts from the table structure, ensuring full coverage.<\/p>\n<p>When a new requirement comes in\u2014say, \u201ccustomers over 70 with no claims get a 15% discount\u201d\u2014you add a rule, and the test suite updates automatically.<\/p>\n<p>This traceability from business rule to test case is rare in other modeling forms.<\/p>\n<h3>4. Scales Across Teams and Systems<\/h3>\n<p>Decision tables are language-agnostic. They can be shared between business analysts, developers, testers, and compliance officers.<\/p>\n<p>They serve as living documentation. When a system evolves, the table evolves with it\u2014no need to re-read 20 pages of prose.<\/p>\n<p>And when integrated into BPMN workflows or software requirements, they become the source of truth for decision logic.<\/p>\n<h2>Real-World Decision Table Applications<\/h2>\n<p>Decision table applications span industries. Let\u2019s look at three real-world examples where they made a tangible difference.<\/p>\n<h3>Insurance Underwriting<\/h3>\n<p>An insurance company used decision tables to model eligibility for life insurance. Conditions included age, smoking status, BMI, medical history, and occupation.<\/p>\n<p>Without decision tables, underwriters applied rules inconsistently. Some accepted smokers with mild conditions; others didn\u2019t.<\/p>\n<p>After modeling the rules in a decision table, they discovered 17 previously untested combinations. They revised the rules, standardized the criteria, and reduced manual underwriting by 40%.<\/p>\n<p>Here, decision table applications included not just modeling\u2014also governance, audit trails, and compliance validation.<\/p>\n<h3>Healthcare Eligibility Verification<\/h3>\n<p>A hospital system used decision tables to determine if a patient qualifies for a specific treatment. Conditions included diagnosis codes, age, insurance type, and prior treatment history.<\/p>\n<p>Before decision tables, eligibility checks were embedded in code fragments. Errors occurred when conditions were misread or logic was duplicated.<\/p>\n<p>After adopting decision tables, they achieved 100% test coverage and reduced claims denials by 33% over six months.<\/p>\n<p>This is a prime example of how decision table applications improve patient care and reduce administrative burden.<\/p>\n<h3>Financial Risk Assessment<\/h3>\n<p>A bank modelled credit approval rules using decision tables. Variables included income, debt-to-income ratio, credit score, and employment history.<\/p>\n<p>They found that two rules conflicted: one approved applicants with low income but high credit score, another rejected those with low income regardless of score.<\/p>\n<p>Only by visualizing the table did they catch the overlap. They prioritized the rule based on risk tolerance, and compliance improved.<\/p>\n<p>Decision table applications here weren\u2019t just about automation\u2014they were about making the logic transparent to auditors.<\/p>\n<h2>Decision Tables vs. Alternatives: Why They Win<\/h2>\n<p>Decision tables aren\u2019t the only way to model logic. But they\u2019re often the best choice for complex, rule-based decisions.<\/p>\n<table>\n<thead>\n<tr>\n<th>Modeling Method<\/th>\n<th>Best for<\/th>\n<th>Limitations<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Decision Table<\/td>\n<td>Complex, multi-condition decisions with clear rule structure<\/td>\n<td>Less effective for sequential or path-based logic<\/td>\n<\/tr>\n<tr>\n<td>Decision Tree<\/td>\n<td>Simple branching logic with few conditions<\/td>\n<td>Hard to maintain when conditions grow beyond 4\u20135 levels<\/td>\n<\/tr>\n<tr>\n<td>Flowchart<\/td>\n<td>Process steps with decision points<\/td>\n<td>Prone to spaghetti logic; hard to verify completeness<\/td>\n<\/tr>\n<tr>\n<td>Code (if-else logic)<\/td>\n<td>Implementation only<\/td>\n<td>Not readable for non-technical stakeholders<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>When you need to manage 10+ conditions with overlapping rules, decision tables are by far the most scalable and maintainable solution.<\/p>\n<p>They offer a balance between human readability and machine-actionable structure\u2014something no other model provides.<\/p>\n<h2>Key Takeaways<\/h2>\n<ul>\n<li>What is a decision table? A structured, visual representation of business rules using conditions, actions, and rule columns.<\/li>\n<li>Benefits of decision tables include clarity, completeness, traceability, and automated test generation.<\/li>\n<li>Decision table applications span insurance, healthcare, finance, and logistics\u2014any domain with complex business logic.<\/li>\n<li>They outperform flowcharts and decision trees in complexity, maintainability, and auditability.<\/li>\n<li>Always validate for completeness and consistency before implementation.<\/li>\n<\/ul>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is a decision table used for?<\/h3>\n<p>It\u2019s used to model business rules in a way that\u2019s unambiguous, complete, and testable. It ensures decisions are consistently applied across systems and teams.<\/p>\n<h3>Can decision tables be automated?<\/h3>\n<p>Absolutely. Decision tables are directly translatable into rule engine code (like Drools or IBM ODM), BPMN decision tasks, or even SQL-based logic. They\u2019re the bridge between business language and executable code.<\/p>\n<h3>How do I start building a decision table?<\/h3>\n<p>Begin by identifying the decision point (e.g., \u201cIs the customer eligible for renewal?\u201d), then list all condition variables. Define their possible values. Then, define the actions. Finally, populate each rule column with a valid combination and its outcome.<\/p>\n<h3>Are decision tables still relevant in modern software development?<\/h3>\n<p>Yes. They\u2019re widely used in agile teams for writing acceptance criteria, in enterprise systems for governance, and in rule engines for automation. Their role in maintaining logical integrity is unmatched.<\/p>\n<h3>How do I avoid missing rules in a decision table?<\/h3>\n<p>Use systematic combination generation (e.g., full truth table). Check for duplicates and overlaps. Use tools that flag missing combinations or conflicting actions.<\/p>\n<h3>Can decision tables handle dynamic or data-driven logic?<\/h3>\n<p>Yes, when integrated with data sources or rule engines. Conditions can reference real-time data\u2014but the logic structure remains fixed and testable. The table defines the rule; the system provides the data.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Never write a business rule in isolation. That single principle prevents 90% of logic failures in production systems. When conditions, actions, and outcomes are scattered across documents, code, or verbal agreements, the risk of misinterpretation skyrockets. A decision table brings structure where there was chaos. It\u2019s not just a diagram\u2014it\u2019s a contract between business and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":834,"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-835","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>What Is a Decision Table and Why It Matters<\/title>\n<meta name=\"description\" content=\"Understand what is a decision table and how it ensures clarity, consistency, and traceability in business rules. Learn real-world decision table applications and benefits for enterprise logic modeling.\" \/>\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\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is a Decision Table and Why It Matters\" \/>\n<meta property=\"og:description\" content=\"Understand what is a decision table and how it ensures clarity, consistency, and traceability in business rules. Learn real-world decision table applications and benefits for enterprise logic modeling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Fran\u00e7ais\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/\",\"name\":\"What Is a Decision Table and Why It Matters\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#website\"},\"datePublished\":\"2026-02-25T10:25:34+00:00\",\"description\":\"Understand what is a decision table and how it ensures clarity, consistency, and traceability in business rules. Learn real-world decision table applications and benefits for enterprise logic modeling.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Decision Tables Explained: From Concept to Implementation\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Foundations of Decision Table Modeling\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"What Is a Decision Table and Why It Matters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/\",\"name\":\"Visual Paradigm Skills Fran\u00e7ais\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#organization\",\"name\":\"Visual Paradigm Skills Fran\u00e7ais\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Fran\u00e7ais\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is a Decision Table and Why It Matters","description":"Understand what is a decision table and how it ensures clarity, consistency, and traceability in business rules. Learn real-world decision table applications and benefits for enterprise logic modeling.","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\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/","og_locale":"fr_FR","og_type":"article","og_title":"What Is a Decision Table and Why It Matters","og_description":"Understand what is a decision table and how it ensures clarity, consistency, and traceability in business rules. Learn real-world decision table applications and benefits for enterprise logic modeling.","og_url":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/","og_site_name":"Visual Paradigm Skills Fran\u00e7ais","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/","url":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/","name":"What Is a Decision Table and Why It Matters","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#website"},"datePublished":"2026-02-25T10:25:34+00:00","description":"Understand what is a decision table and how it ensures clarity, consistency, and traceability in business rules. Learn real-world decision table applications and benefits for enterprise logic modeling.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/what-is-a-decision-table\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Decision Tables Explained: From Concept to Implementation","item":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/"},{"@type":"ListItem","position":3,"name":"Foundations of Decision Table Modeling","item":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/decision-tables-explained\/decision-table-basics\/"},{"@type":"ListItem","position":4,"name":"What Is a Decision Table and Why It Matters"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#website","url":"https:\/\/skills.visual-paradigm.com\/fr\/","name":"Visual Paradigm Skills Fran\u00e7ais","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#organization","name":"Visual Paradigm Skills Fran\u00e7ais","url":"https:\/\/skills.visual-paradigm.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Fran\u00e7ais"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/835","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/835\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/834"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/media?parent=835"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/doc_tag?post=835"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}