{"id":636,"date":"2026-02-25T10:21:34","date_gmt":"2026-02-25T10:21:34","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/"},"modified":"2026-02-25T10:21:34","modified_gmt":"2026-02-25T10:21:34","slug":"missing-data-flows-in-dfd","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/","title":{"rendered":"Missing or Extra Data Flows That Break the Story"},"content":{"rendered":"<p>When a stakeholder asks, \u201cWhere did this data come from?\u201d and you pause\u2014knowing the answer isn\u2019t in the diagram\u2014you\u2019ve just hit a critical gap. That moment isn\u2019t about confusion. It\u2019s a signal: the data flow is broken. I\u2019ve seen teams spend hours rewriting processes only to discover the core issue wasn\u2019t complexity\u2014it was a missing data flow. Once you start tracing each data element from source to destination, you realize the story isn\u2019t just incomplete\u2014it\u2019s logically inconsistent.<\/p>\n<p>Missing data flows in DFD aren\u2019t just omissions. They\u2019re breaches in data flow continuity. When a process outputs data not shown as input to any downstream element, or when a data store feeds a process with no prior flow, you\u2019re not modeling a system\u2014you\u2019re modeling a mystery.<\/p>\n<p>This chapter cuts through the noise. You\u2019ll learn how to identify the silent killers of clarity: flows that vanish into thin air, or appear from nowhere. I\u2019ll walk you through proven methods to trace data from origin to endpoint, apply review questions that force accountability, and fix incomplete data path DFDs before they derail your project.<\/p>\n<h2>Why Missing Data Flows Break the Model<\/h2>\n<p>Every process in a DFD is a transformation. Data goes in, something happens, data comes out. But what if the input isn\u2019t shown? That\u2019s not just incomplete\u2014it\u2019s a logical flaw.<\/p>\n<p>Consider a process labeled \u201cCalculate Monthly Revenue.\u201d It produces \u201cFinal Report,\u201d but there\u2019s no data flow labeled \u201cSales Data\u201d or \u201cTransaction Log\u201d leading into it. The model implies the data appears magically. That\u2019s not modeling\u2014it\u2019s fiction.<\/p>\n<p>Here\u2019s the truth: every data element must have a source. Every output must have a destination. Ignoring this creates an incomplete data path DFD\u2014one that misleads developers, confuses testers, and undermines stakeholder trust.<\/p>\n<h3>Signs of Missing Data Flows<\/h3>\n<ul>\n<li>A process outputs data that isn&#8217;t connected to any other element.<\/li>\n<li>A data store is read from, but no flow leads to the reading process.<\/li>\n<li>Data appears in a child diagram but not in the parent process it\u2019s meant to decompose.<\/li>\n<li>An external entity sends data, but no flow points to the system.<\/li>\n<\/ul>\n<p>If any of these rings true, your DFD has a missing data flow. Don\u2019t let the diagram look clean fool you. A neat layout doesn\u2019t fix logic.<\/p>\n<h2>Tracing Data: The End-to-End Method<\/h2>\n<p>Fixing missing flows starts with tracing. Don\u2019t assume. Verify.<\/p>\n<p>I use a three-step method: trace, question, validate.<\/p>\n<h3>Step 1: Start at the Source<\/h3>\n<p>Identify every data element that originates from an external entity or a data store. Write it down. Then ask:<\/p>\n<ul>\n<li>Where does this data come from?<\/li>\n<li>What process or entity creates it?<\/li>\n<li>Is this flow explicitly drawn?<\/li>\n<\/ul>\n<p>If not, you\u2019ve found a gap. That\u2019s your first target.<\/p>\n<h3>Step 2: Follow the Flow<\/h3>\n<p>For each data element, follow its path through the system. At each step:<\/p>\n<ul>\n<li>Which process receives it?<\/li>\n<li>What transformation happens?<\/li>\n<li>What new data elements are created?<\/li>\n<li>Which downstream process or data store receives it?<\/li>\n<\/ul>\n<p>Pause here. If any step has no input or output flow, you\u2019ve found a break in data flow continuity.<\/p>\n<h3>Step 3: Verify the Destination<\/h3>\n<p>Every output must lead to a valid destination. Ask:<\/p>\n<ul>\n<li>Is the data consumed by another process?<\/li>\n<li>Is it stored?<\/li>\n<li>Is it sent to an external entity?<\/li>\n<\/ul>\n<p>If not, the flow is orphaned. It\u2019s an extra data flow DFD that serves no purpose.<\/p>\n<h2>Review Questions That Reveal the Truth<\/h2>\n<p>Use these questions during every DFD review. They\u2019re not optional. They\u2019re essential.<\/p>\n<ol>\n<li><strong>Where does this data originate?<\/strong> If you can\u2019t name its source, it\u2019s missing.<\/li>\n<li><strong>Which process transforms this data?<\/strong> If the process isn\u2019t linked by a flow, the data doesn\u2019t participate.<\/li>\n<li><strong>What happens to this data after processing?<\/strong> If no downstream element receives it, the flow is broken.<\/li>\n<li><strong>Is the data flow named consistently across levels?<\/strong> Inconsistency often hides missing flows.<\/li>\n<li><strong>Could this flow exist in a child diagram but not the parent?<\/strong> If yes, it likely wasn\u2019t decomposed properly.<\/li>\n<\/ol>\n<p>Answering \u201cI don\u2019t know\u201d isn\u2019t acceptable. It means the model is incomplete.<\/p>\n<h2>Fixing Incomplete Data Path DFDs<\/h2>\n<p>Here\u2019s how I refactor a typical broken DFD:<\/p>\n<p><strong>Problem:<\/strong> A process \u201cGenerate Invoice\u201d outputs \u201cInvoice Data\u201d but no flow leads to it. A data store \u201cPending Invoices\u201d is read from, but no input flow is drawn.<\/p>\n<p><strong>Action 1:<\/strong> Add a flow from \u201cOrder Data\u201d to \u201cGenerate Invoice.\u201d<\/p>\n<p><strong>Action 2:<\/strong> Add a flow from \u201cPending Invoices\u201d to the same process. Name it \u201cRetrieve Unpaid Orders.\u201d<\/p>\n<p><strong>Action 3:<\/strong> Validate: Does \u201cInvoice Data\u201d now have a clear input? Is \u201cPending Invoices\u201d used in a logical way?<\/p>\n<p>Now the data flow continuity is restored. The model tells a real story again.<\/p>\n<h3>When You Can\u2019t Find the Source<\/h3>\n<p>Occasionally, the source isn\u2019t obvious. That doesn\u2019t mean it doesn\u2019t exist. It means you need to dig deeper.<\/p>\n<p>Ask: <em>Is this data generated by a previous system, a batch job, or a manual input?<\/em> If yes, model it. If not, question whether the process should exist at all.<\/p>\n<p>Missing data flows often reveal design flaws. Fixing them forces clarity.<\/p>\n<h2>Extra Data Flow DFDs: The Flip Side of the Coin<\/h2>\n<p>Just as missing flows break the story, extra flows undermine it too. An input flow with no purpose is not a feature. It\u2019s noise.<\/p>\n<p>Here\u2019s how to spot them:<\/p>\n<ul>\n<li>Flow isn\u2019t used in any transformation.<\/li>\n<li>It leads to a process that doesn\u2019t process it (e.g., a flow labeled \u201cCustomer Location\u201d to a process that only uses \u201cCustomer ID\u201d).<\/li>\n<li>It appears in a child diagram but not in the parent\u2014meaning it\u2019s not part of a valid decomposition.<\/li>\n<\/ul>\n<p>Remove such flows. They clutter the model and suggest confusion in requirements.<\/p>\n<h2>Checklist: Ensuring Data Flow Continuity<\/h2>\n<p>Apply this before declaring a DFD complete:<\/p>\n<ul>\n<li>\u2705 Every process has at least one input flow.<\/li>\n<li>\u2705 Every process has at least one output flow.<\/li>\n<li>\u2705 Every data element in a flow has a clear source and destination.<\/li>\n<li>\u2705 Data flows are consistent across levels (no new flows without decomposition).<\/li>\n<li>\u2705 No flow exists with no purpose or transformation.<\/li>\n<li>\u2705 All data stores are read from and written to by flows.<\/li>\n<\/ul>\n<p>Run this checklist on every DFD. It\u2019s your safety net.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I know if a data flow is truly missing or just poorly labeled?<\/h3>\n<p>Ask: \u201cCould this flow be named differently but still exist?\u201d If yes, relabel. If no, and the input\/output isn\u2019t connected to anything, it\u2019s missing. If the flow exists but no process uses it, it\u2019s extra. Labeling alone doesn\u2019t fix missing logic.<\/p>\n<h3>Can a process have no input? What about data stores?<\/h3>\n<p>Yes\u2014but only if justified. A process that generates data (e.g., \u201cGenerate Daily Report\u201d) may have no input, but it must have an output. A data store must have at least one input flow to be populated. If it has no input, it\u2019s not a store\u2014it\u2019s a phantom.<\/p>\n<h3>Should I fix missing flows in a context diagram?<\/h3>\n<p>Yes. Context diagrams show the system\u2019s boundary. If an external entity sends data, there must be a flow. If a flow is missing, the model is incomplete. Fix it before moving to Level 0.<\/p>\n<h3>Why do some flows disappear during decomposition?<\/h3>\n<p>Often due to poor decomposition. A child process may not be a true refinement of its parent. Recheck that all inputs and outputs from the parent are accounted for in the child. If not, you\u2019ve broken data flow continuity.<\/p>\n<h3>What if the data source isn\u2019t clear in the requirements?<\/h3>\n<p>Flag it. Missing data flows often stem from unclear requirements. Work with the business analyst or stakeholder to define the origin. Never assume.<\/p>\n<h3>How often should I review data flow continuity?<\/h3>\n<p>Every time the DFD changes. After modeling, after feedback, after a peer review. Continuity is not a one-time fix. It\u2019s a habit.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When a stakeholder asks, \u201cWhere did this data come from [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":634,"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-636","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>Fix Missing Data Flows in DFD<\/title>\n<meta name=\"description\" content=\"Detect and fix missing data flows in DFD to ensure data flow continuity, eliminate magic data, and build trust in your system model.\" \/>\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\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fix Missing Data Flows in DFD\" \/>\n<meta property=\"og:description\" content=\"Detect and fix missing data flows in DFD to ensure data flow continuity, eliminate magic data, and build trust in your system model.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/\",\"name\":\"Fix Missing Data Flows in DFD\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#website\"},\"datePublished\":\"2026-02-25T10:21:34+00:00\",\"description\":\"Detect and fix missing data flows in DFD to ensure data flow continuity, eliminate magic data, and build trust in your system model.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common DFD Mistakes and How to Avoid Them\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Balancing and Consistency Problems\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Missing or Extra Data Flows That Break the Story\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/\",\"name\":\"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/cn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#organization\",\"name\":\"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/wp-content\/uploads\/sites\/3\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/cn\/wp-content\/uploads\/sites\/3\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fix Missing Data Flows in DFD","description":"Detect and fix missing data flows in DFD to ensure data flow continuity, eliminate magic data, and build trust in your system model.","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\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/","og_locale":"zh_CN","og_type":"article","og_title":"Fix Missing Data Flows in DFD","og_description":"Detect and fix missing data flows in DFD to ensure data flow continuity, eliminate magic data, and build trust in your system model.","og_url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/","og_site_name":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587","twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"7 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/","url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/","name":"Fix Missing Data Flows in DFD","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#website"},"datePublished":"2026-02-25T10:21:34+00:00","description":"Detect and fix missing data flows in DFD to ensure data flow continuity, eliminate magic data, and build trust in your system model.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/missing-data-flows-in-dfd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/cn\/"},{"@type":"ListItem","position":2,"name":"Common DFD Mistakes and How to Avoid Them","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/"},{"@type":"ListItem","position":3,"name":"Balancing and Consistency Problems","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-balancing-problems\/"},{"@type":"ListItem","position":4,"name":"Missing or Extra Data Flows That Break the Story"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/cn\/#website","url":"https:\/\/skills.visual-paradigm.com\/cn\/","name":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/cn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/cn\/#organization","name":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587","url":"https:\/\/skills.visual-paradigm.com\/cn\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/skills.visual-paradigm.com\/cn\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/cn\/wp-content\/uploads\/sites\/3\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/cn\/wp-content\/uploads\/sites\/3\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/636\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/634"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/media?parent=636"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/doc_tag?post=636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}