{"id":618,"date":"2026-02-25T10:21:28","date_gmt":"2026-02-25T10:21:28","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/"},"modified":"2026-02-25T10:21:28","modified_gmt":"2026-02-25T10:21:28","slug":"cost-of-dfd-mistakes-in-projects","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/","title":{"rendered":"The Hidden Cost of DFD Mistakes in Projects"},"content":{"rendered":"<p>When a data flow diagram is built with inconsistent boundaries or ambiguous flows, the consequences ripple far beyond the page. The real cost isn&#8217;t just a wasted afternoon of rework \u2014 it&#8217;s misaligned expectations, duplicated effort, and missed delivery windows. I\u2019ve seen teams spend weeks building features that never shipped because their DFDs hid a critical flow dependency. The root issue? A single mislabeled process or missing output that only surfaced during integration. That\u2019s where the true cost of DFD mistakes begins.<\/p>\n<p>Good DFDs are not just visual aids; they are working blueprints. When they\u2019re flawed, every stakeholder \u2014 developer, tester, compliance officer, business analyst \u2014 interprets them differently. This divergence breeds conflict, delays, and unnecessary rework. The goal isn\u2019t perfection. It\u2019s clarity. A single well-designed DFD can prevent ten misunderstandings, but a flawed one can cost thousands in wasted effort.<\/p>\n<p>What you\u2019ll discover in this chapter is how DFD quality and project risk are directly related. You\u2019ll learn to map common DFD errors to tangible business impacts \u2014 from audit failures to integration surprises. This insight allows you to justify investing in better diagrams, not as documentation overhead, but as a strategic tool to reduce project risk.<\/p>\n<h2>Why DFDs Are More Than Just Flowcharts<\/h2>\n<p>Many teams treat DFDs as optional diagrams \u2014 \u201cnice to have\u201d if time permits. But in reality, every DFD is a shared understanding. When the data flow is unclear, so is the responsibility. A mislabeled process like \u201cProcess Order\u201d might mean \u201cvalidate payment\u201d in one team\u2019s view and \u201cgenerate invoice\u201d in another\u2019s. That difference can lead to double-processing, missed steps, or incomplete audits.<\/p>\n<p>Consider a case where a DFD shows a data flow from \u201cCustomer\u201d to \u201cOrder Processing\u201d without specifying whether the input is a request or a confirmed order. Developers assume it\u2019s a pre-validated request. Testers build scenarios based on full validation. When the system fails in production, it\u2019s not a bug \u2014 it\u2019s a misalignment rooted in the DFD.<\/p>\n<p>The impact of bad DFDs isn\u2019t just technical. It\u2019s organizational. Miscommunication breeds mistrust. If stakeholders can\u2019t agree on what a diagram means, they stop using it. The DFD becomes obsolete before the system launches.<\/p>\n<h2>Mapping DFD Errors to Real Business Impacts<\/h2>\n<p>Not all DFD mistakes are equal. Some cause minor confusion. Others compromise compliance or create integration nightmares. The key is recognizing how specific flaws translate into real-world consequences.<\/p>\n<table>\n<tbody>\n<tr>\n<th>DFD Error<\/th>\n<th>Typical Business Impact<\/th>\n<th>Example<\/th>\n<\/tr>\n<tr>\n<td>Unclear system boundaries<\/td>\n<td>Misaligned responsibilities, duplicated work<\/td>\n<td>Two teams process the same customer data because a shared system was not identified as external.<\/td>\n<\/tr>\n<tr>\n<td>Missing data flows<\/td>\n<td>Integration failures, incomplete requirements<\/td>\n<td>A payment processing step omits the \u201capproval status\u201d flow, leading to failed transactions.<\/td>\n<\/tr>\n<tr>\n<td>Over-decomposed processes<\/td>\n<td>Overhead in maintenance, confusion in traceability<\/td>\n<td>17 processes for \u201cOrder Validation\u201d hide the actual logic, making testing and debugging impossible.<\/td>\n<\/tr>\n<tr>\n<td>Inconsistent data definitions<\/td>\n<td>Compliance violations, audit failures<\/td>\n<td>\u201cCustomer ID\u201d in one flow means external ID; in another, it\u2019s system-generated \u2014 causing data integrity issues.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This mapping isn\u2019t theoretical. I\u2019ve worked with teams where a single unbalanced DFD led to a $250k rework after go-live. The root cause? A process that consumed a data element but didn\u2019t produce it \u2014 a classic violation of DFD balancing. The model said it was fine. The system wasn\u2019t.<\/p>\n<h2>How DFD Quality Drives Project Risk<\/h2>\n<p>Project risk isn\u2019t just about timelines or budgets. It\u2019s about predictability. When DFDs are inconsistent or poorly structured, uncertainty increases. Every ambiguous flow becomes a potential point of failure. Every missing input becomes a hidden dependency.<\/p>\n<p>Good DFDs reduce uncertainty. They act as a shared reference for what the system should do \u2014 not just how it\u2019s built. When a developer asks, \u201cWhat happens to the order after it\u2019s confirmed?\u201d and the DFD clearly shows the flow to \u201cBilling\u201d and \u201cInventory Update,\u201d there\u2019s no guesswork. That clarity saves hours of back-and-forth.<\/p>\n<p>But when the DFD is cluttered, with overlapping lines and vague labels, even simple questions become debates. The team spends time arguing about the diagram instead of building the feature.<\/p>\n<p>Let\u2019s be clear: DFD quality and project risk are not correlated \u2014 they\u2019re causal. A poorly designed DFD increases the probability of scope creep, integration defects, and compliance gaps. The more errors in the DFD, the less trust there is in the model \u2014 and the higher the risk of failure.<\/p>\n<h2>Practical: How to Justify Better DFDs<\/h2>\n<p>Most teams know DFDs matter \u2014 but they struggle to justify investing time in them. Here\u2019s a simple way to reframe the investment: think of each DFD as a risk mitigation tool.<\/p>\n<p>Consider this: a 10-minute review of a DFD can catch a missing data flow that would otherwise cost 10 hours in debugging. That\u2019s a 100x ROI in time saved. When you multiply that across a system with dozens of processes, the value becomes undeniable.<\/p>\n<p>Use this checklist to demonstrate the impact of DFD quality on project outcomes:<\/p>\n<ul>\n<li><strong>Do all data flows have clear inputs and outputs?<\/strong> If not, the model is incomplete.<\/li>\n<li><strong>Are external entities clearly defined and separate from internal processes?<\/strong> Confusion here leads to accountability gaps.<\/li>\n<li><strong>Is the decomposition consistent across levels?<\/strong> Inconsistent depth hides risks.<\/li>\n<li><strong>Are data names standardized across diagrams?<\/strong> Inconsistencies lead to misinterpretation.<\/li>\n<li><strong>Has the diagram been peer-reviewed for balancing and flow continuity?<\/strong> Unchecked models contain silent errors.<\/li>\n<\/ul>\n<p>When you apply this checklist, you\u2019re not just improving a diagram \u2014 you\u2019re reducing project risk. And that\u2019s the real payoff of DFD quality and project risk alignment.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What\u2019s the biggest cost of bad DFDs?<\/h3>\n<p>The highest cost isn&#8217;t technical \u2014 it&#8217;s in miscommunication. A poorly designed DFD causes teams to build different versions of the same feature. The result? Integration failures, rework, and missed deadlines. The true cost compounds over time.<\/p>\n<h3>Can a single DFD error really derail a project?<\/h3>\n<p>Absolutely. A missing data flow or mislabeled process can delay delivery by days or weeks. In regulated environments, it might trigger audit findings. I\u2019ve seen systems go live with known DFD flaws, only to fail compliance checks during the first audit.<\/p>\n<h3>How do DFD mistakes affect testers?<\/h3>\n<p>Testers rely on DFDs to understand expected data flows. When flows are missing or ambiguous, test cases are incomplete. A flow that disappears between levels means a critical path is untested. That\u2019s a major risk.<\/p>\n<h3>Is it worth refactoring a flawed DFD?<\/h3>\n<p>Yes \u2014 especially if the system is already in development. A refactored DFD prevents further misunderstandings. It\u2019s often cheaper than fixing bugs caused by those misunderstandings.<\/p>\n<h3>How do DFDs impact compliance and audits?<\/h3>\n<p>Regulatory bodies often require traceability from business processes to data flows. If your DFDs are inconsistent or missing key flows, you can\u2019t prove data handling is correct. That leads to non-compliance findings during audits.<\/p>\n<h3>Should I use DFDs for every system?<\/h3>\n<p>Not every system needs a full DFD. But whenever data flows are complex, or multiple stakeholders are involved, a well-crafted DFD is essential. It\u2019s the difference between shared understanding and chaos.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When a data flow diagram is built with inconsistent boundaries or ambiguous flows, the consequences ripple far beyond the page. The real cost isn&#8217;t just a wasted afternoon of rework \u2014 it&#8217;s misaligned expectations, duplicated effort, and missed delivery windows. I\u2019ve seen teams spend weeks building features that never shipped because their DFDs hid a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":616,"menu_order":1,"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-618","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>Cost of DFD Mistakes in Projects<\/title>\n<meta name=\"description\" content=\"Understand the real impact of bad DFDs on project scope, integration, compliance, and team alignment. Learn how DFD quality and project risk are directly linked to data flow clarity.\" \/>\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\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cost of DFD Mistakes in Projects\" \/>\n<meta property=\"og:description\" content=\"Understand the real impact of bad DFDs on project scope, integration, compliance, and team alignment. Learn how DFD quality and project risk are directly linked to data flow clarity.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Indonesia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/\",\"name\":\"Cost of DFD Mistakes in Projects\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\"},\"datePublished\":\"2026-02-25T10:21:28+00:00\",\"description\":\"Understand the real impact of bad DFDs on project scope, integration, compliance, and team alignment. Learn how DFD quality and project risk are directly linked to data flow clarity.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common DFD Mistakes and How to Avoid Them\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Why DFDs Go Wrong\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"The Hidden Cost of DFD Mistakes in Projects\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"name\":\"Visual Paradigm Skills Indonesia\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\",\"name\":\"Visual Paradigm Skills Indonesia\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Indonesia\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cost of DFD Mistakes in Projects","description":"Understand the real impact of bad DFDs on project scope, integration, compliance, and team alignment. Learn how DFD quality and project risk are directly linked to data flow clarity.","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\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/","og_locale":"id_ID","og_type":"article","og_title":"Cost of DFD Mistakes in Projects","og_description":"Understand the real impact of bad DFDs on project scope, integration, compliance, and team alignment. Learn how DFD quality and project risk are directly linked to data flow clarity.","og_url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/","og_site_name":"Visual Paradigm Skills Indonesia","twitter_card":"summary_large_image","twitter_misc":{"Estimasi waktu membaca":"6 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/","url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/","name":"Cost of DFD Mistakes in Projects","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#website"},"datePublished":"2026-02-25T10:21:28+00:00","description":"Understand the real impact of bad DFDs on project scope, integration, compliance, and team alignment. Learn how DFD quality and project risk are directly linked to data flow clarity.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/cost-of-dfd-mistakes-in-projects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/id\/"},{"@type":"ListItem","position":2,"name":"Common DFD Mistakes and How to Avoid Them","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/"},{"@type":"ListItem","position":3,"name":"Why DFDs Go Wrong","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/"},{"@type":"ListItem","position":4,"name":"The Hidden Cost of DFD Mistakes in Projects"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/id\/#website","url":"https:\/\/skills.visual-paradigm.com\/id\/","name":"Visual Paradigm Skills Indonesia","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization","name":"Visual Paradigm Skills Indonesia","url":"https:\/\/skills.visual-paradigm.com\/id\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Indonesia"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/618","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/618\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/616"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/media?parent=618"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/doc_tag?post=618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}