{"id":848,"date":"2026-02-25T10:25:40","date_gmt":"2026-02-25T10:25:40","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/"},"modified":"2026-02-25T10:25:40","modified_gmt":"2026-02-25T10:25:40","slug":"team-collaboration-decision-modeling","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/","title":{"rendered":"Collaborative Decision Modeling with Teams"},"content":{"rendered":"<p>Many teams assume that documenting decision logic is a solo task\u2014something one expert writes and others consume. That\u2019s a myth. In reality, decision logic is rarely static. It evolves with business needs, regulatory shifts, and system changes. The most effective decision modeling isn\u2019t done in isolation. It thrives on structured collaboration.<\/p>\n<p>Over two decades of experience working with financial services, healthcare systems, and enterprise automation has taught me one truth: the most accurate, maintainable decision tables emerge from team-based modeling. But collaboration doesn\u2019t happen by accident. It requires intentional processes, tools, and shared ownership.<\/p>\n<p>This chapter walks you through how to establish robust workflows for collaborative decision modeling\u2014focusing on version control, peer review, and shared repositories. You\u2019ll learn how to avoid decision drift, ensure auditability, and scale logic across departments without sacrificing clarity.<\/p>\n<h2>Why Decision Logic Needs a Team Effort<\/h2>\n<p>Decision tables are not just logic\u2014they\u2019re living artifacts. They govern how systems respond to thousands of real-world scenarios. When only one person owns the rules, the risk of blind spots increases exponentially.<\/p>\n<p>Consider a credit risk model where a single rule defines eligibility based on income, employment history, and debt-to-income ratio. If that rule is written without input from compliance, underwriting, and IT, it may miss edge cases\u2014like part-time employment with irregular income\u2014leading to poor decisions or compliance violations.<\/p>\n<p>Collaborative decision modeling isn&#8217;t just about better rules. It&#8217;s about creating a shared understanding of business intent across stakeholder groups. This alignment reduces ambiguity, cuts rework, and builds trust in automation.<\/p>\n<h3>Key Benefits of Decision Table Teamwork<\/h3>\n<ul>\n<li><strong>Reduced risk of oversight:<\/strong> Multiple perspectives catch missing combinations or ambiguous conditions.<\/li>\n<li><strong>Improved traceability:<\/strong> Each rule can be linked to business owners, which supports audits and governance.<\/li>\n<li><strong>Faster onboarding:<\/strong> New team members learn business logic more quickly when rules are documented in context.<\/li>\n<li><strong>Greater consistency:<\/strong> Shared standards prevent divergent interpretations across teams.<\/li>\n<\/ul>\n<h2>Establishing a Shared Decision Modeling Process<\/h2>\n<p>Start with a clear workflow. A collaborative process is only as strong as its weakest link, so define every step from creation to deployment.<\/p>\n<h3>Step 1: Define the Decision Context and Team Roles<\/h3>\n<p>Before writing a single condition, clarify the purpose of the decision table. Who owns it? Who needs to approve changes? What\u2019s the scope?<\/p>\n<p>Assign roles such as:<\/p>\n<ul>\n<li><strong>Business Author:<\/strong> Defines the business intent and provides rationale for rules.<\/li>\n<li><strong>Modeling Lead:<\/strong> Ensures structural correctness, completeness, and adherence to standards.<\/li>\n<li><strong>Technical Reviewer:<\/strong> Validates feasibility and alignment with system constraints.<\/li>\n<li><strong>Compliance\/Quality Gatekeeper:<\/strong> Ensures rules meet regulatory or audit requirements.<\/li>\n<\/ul>\n<p>These roles can overlap but must be documented. This prevents decision-making bottlenecks and ensures accountability.<\/p>\n<h3>Step 2: Use Version Control Like You Mean It<\/h3>\n<p>Don\u2019t treat decision tables as static documents. Treat them as code. Use Git or a similar system to track every change.<\/p>\n<p>Here\u2019s how to do it right:<\/p>\n<ol>\n<li>Store decision tables in a shared repository (e.g., GitHub, GitLab, Bitbucket).<\/li>\n<li>Use descriptive commit messages: \u201cFix eligibility rule for self-employed applicants \u2013 resolves edge case #45\u201d.<\/li>\n<li>Branch by feature or business area to avoid conflicts.<\/li>\n<li>Tag releases with version numbers: v1.0, v1.1, etc.<\/li>\n<\/ol>\n<p>Version control enables traceability. If a bug appears in production, you can go back and see exactly which rule changed and when.<\/p>\n<h3>Step 3: Implement a Review Workflow<\/h3>\n<p>Every decision table should go through a formal review before becoming part of the system.<\/p>\n<p>Use pull requests (PRs) or similar tools. Require at least two approvals:<\/p>\n<ul>\n<li>One from a business stakeholder<\/li>\n<li>One from a technical or compliance representative<\/li>\n<\/ul>\n<p>During review, check for:<\/p>\n<ul>\n<li>Completeness: Are all possible combinations covered?<\/li>\n<li>Consistency: No conflicting rules or overlaps.<\/li>\n<li>Clarity: Are conditions and actions written in plain, unambiguous language?<\/li>\n<li>Traceability: Is there a link to the business requirement or user story?<\/li>\n<\/ul>\n<p>Use inline comments in the PR to discuss edge cases. For example: \u201cWhat happens if income is below the threshold but employment is stable for 5+ years?\u201d This forces deeper thinking.<\/p>\n<h2>Best Practices for Decision Table Teamwork<\/h2>\n<p>Collaborative decision modeling isn\u2019t just about tools\u2014it\u2019s about mindset and culture.<\/p>\n<h3>Adopt a Shared Language<\/h3>\n<p>Use consistent terminology across teams. Avoid phrases like \u201cthey\u2019ll pay\u201d or \u201cit depends.\u201d Instead, write: \u201cIf applicant\u2019s monthly income \u2265 $3,500 AND employment duration \u2265 12 months, then approve.\u201d<\/p>\n<p>Define a glossary. For example, \u201cstable employment\u201d means continuous employment with the same employer for 12 months or more, excluding temporary contracts.<\/p>\n<h3>Document the Why Behind Each Rule<\/h3>\n<p>Don\u2019t just record the rule\u2014explain why it exists. This is critical for future maintainers.<\/p>\n<p>Example:<\/p>\n<pre><code>\nRule: Applicable if applicant has been employed continuously for 12 months or more.\nReason: To reduce risk of default among applicants with unstable work history.\nLinked to: User Story US-102, Business Requirement BR-04\n<\/code><\/pre>\n<p>These annotations are not just metadata\u2014they\u2019re governance tools.<\/p>\n<h3>Leverage Visual Tools for Shared Understanding<\/h3>\n<p>Use tools like Visual Paradigm, Camunda, or even structured Excel\/Google Sheets with color-coding and comment features.<\/p>\n<p>Color code rules by severity: green for standard, yellow for edge cases, red for high-risk or compliance-critical rules.<\/p>\n<p>Embed decision tables in BPMN diagrams or user stories so they\u2019re visible to all stakeholders.<\/p>\n<h2>Common Pitfalls in Collaborative Decision Modeling<\/h2>\n<p>Even with the best intentions, teams can fall into traps that undermine collaboration.<\/p>\n<h3>Pitfall 1: No Clear Ownership<\/h3>\n<p>When no one is accountable, changes get delayed. The rule \u201capprover not specified\u201d becomes a default.<\/p>\n<p>Solution: Assign a primary owner per table. Rotate if needed. This person is responsible for initiating reviews and responding to feedback.<\/p>\n<h3>Pitfall 2: Over-Engineering the Format<\/h3>\n<p>Teams often create complex templates with 20+ columns. But complexity kills clarity.<\/p>\n<p>Solution: Stick to the essentials: Condition columns, Action columns, and a rationale column. Keep the table readable at a glance.<\/p>\n<h3>Pitfall 3: Skipping the Review Step<\/h3>\n<p>Sometimes, teams skip peer review to \u201cget things done fast.\u201d This leads to errors that are costly to fix later.<\/p>\n<p>Solution: Make the review mandatory. Block deployments until the PR is approved. This isn\u2019t bureaucracy\u2014it\u2019s risk mitigation.<\/p>\n<h2>Decision Table Teamwork Checklist<\/h2>\n<p>Use this checklist when setting up collaborative modeling:<\/p>\n<ul>\n<li>\u2705 Define roles and responsibilities for each decision table<\/li>\n<li>\u2705 Use Git or similar for version control<\/li>\n<li>\u2705 Enforce pull request reviews with \u22652 approvals<\/li>\n<li>\u2705 Document the business reason for each rule<\/li>\n<li>\u2705 Maintain a shared glossary of terms<\/li>\n<li>\u2705 Integrate tables into requirements or BPMN workflows<\/li>\n<li>\u2705 Archive outdated rules with version notes<\/li>\n<\/ul>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I handle conflicting opinions during decision table reviews?<\/h3>\n<p>Disagreements are normal. The key is to separate logic from opinion. Use data: show the impact of each rule variant. If still stuck, escalate to a business SME or model governance board. Always document the resolution.<\/p>\n<h3>Can business users contribute to decision table teamwork without technical skills?<\/h3>\n<p>Absolutely. Use tools with visual editors or simple tables. Business users can validate conditions and actions. Their input on real-world scenarios is invaluable\u2014especially for edge cases.<\/p>\n<h3>Is collaborative decision modeling scalable across multiple departments?<\/h3>\n<p>Yes, but only if you modularize the logic. Break large tables into smaller, reusable components. Use rule linking or hierarchical decomposition. This way, teams can work in parallel without conflict.<\/p>\n<h3>How often should decision tables be reviewed?<\/h3>\n<p>At minimum, review annually, or whenever business processes change. For high-impact tables (e.g., credit, eligibility), review after every major system change. Treat them as living documents.<\/p>\n<h3>What if a team member doesn\u2019t respond to a review request?<\/h3>\n<p>Set a clear deadline\u201448 hours is reasonable. If no response, escalate to their manager. Delayed reviews hinder delivery and increase risk.<\/p>\n<h3>How do I ensure decision table teamwork doesn\u2019t slow down delivery?<\/h3>\n<p>Collaboration adds guardrails, not roadblocks. By catching issues early, you reduce rework. Use lightweight review workflows\u2014two approvals, not five. Focus on high-risk rules, not every minor change.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many teams assume that documenting decision logic is a solo task\u2014something one expert writes and others consume. That\u2019s a myth. In reality, decision logic is rarely static. It evolves with business needs, regulatory shifts, and system changes. The most effective decision modeling isn\u2019t done in isolation. It thrives on structured collaboration. Over two decades of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":845,"menu_order":2,"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-848","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>Team Collaboration Decision Modeling<\/title>\n<meta name=\"description\" content=\"Master collaborative decision modeling with version control, review workflows, and shared repositories. Ensure consistency, traceability, and governance in enterprise decision logic across teams.\" \/>\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\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Team Collaboration Decision Modeling\" \/>\n<meta property=\"og:description\" content=\"Master collaborative decision modeling with version control, review workflows, and shared repositories. Ensure consistency, traceability, and governance in enterprise decision logic across teams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Polski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/\",\"name\":\"Team Collaboration Decision Modeling\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\"},\"datePublished\":\"2026-02-25T10:25:40+00:00\",\"description\":\"Master collaborative decision modeling with version control, review workflows, and shared repositories. Ensure consistency, traceability, and governance in enterprise decision logic across teams.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Decision Tables Explained: From Concept to Implementation\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Implementing Decision Tables in Enterprise Contexts\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Collaborative Decision Modeling with Teams\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"name\":\"Visual Paradigm Skills Polski\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\",\"name\":\"Visual Paradigm Skills Polski\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Polski\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Team Collaboration Decision Modeling","description":"Master collaborative decision modeling with version control, review workflows, and shared repositories. Ensure consistency, traceability, and governance in enterprise decision logic across teams.","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\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/","og_locale":"pl_PL","og_type":"article","og_title":"Team Collaboration Decision Modeling","og_description":"Master collaborative decision modeling with version control, review workflows, and shared repositories. Ensure consistency, traceability, and governance in enterprise decision logic across teams.","og_url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/","og_site_name":"Visual Paradigm Skills Polski","twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"6 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/","name":"Team Collaboration Decision Modeling","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website"},"datePublished":"2026-02-25T10:25:40+00:00","description":"Master collaborative decision modeling with version control, review workflows, and shared repositories. Ensure consistency, traceability, and governance in enterprise decision logic across teams.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/team-collaboration-decision-modeling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pl\/"},{"@type":"ListItem","position":2,"name":"Decision Tables Explained: From Concept to Implementation","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/"},{"@type":"ListItem","position":3,"name":"Implementing Decision Tables in Enterprise Contexts","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/decision-tables-explained\/decision-table-implementation\/"},{"@type":"ListItem","position":4,"name":"Collaborative Decision Modeling with Teams"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website","url":"https:\/\/skills.visual-paradigm.com\/pl\/","name":"Visual Paradigm Skills Polski","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization","name":"Visual Paradigm Skills Polski","url":"https:\/\/skills.visual-paradigm.com\/pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Polski"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/848\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/845"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/media?parent=848"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/doc_tag?post=848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}