{"id":622,"date":"2026-02-25T10:21:29","date_gmt":"2026-02-25T10:21:29","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-dfd\/"},"modified":"2026-02-25T10:21:29","modified_gmt":"2026-02-25T10:21:29","slug":"context-diagram-vs-level-0-dfd","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-dfd\/","title":{"rendered":"Confusing the Context Diagram and Level 0 DFD"},"content":{"rendered":"<p>Too many analysts treat the context diagram and Level 0 DFD as interchangeable, but they serve entirely different purposes. The context diagram is a high-level overview that shows the system as a single process, bounded by external entities. It defines scope, not detail. Level 0, on the other hand, expands that single process into a functional decomposition that reveals the core data transformations.<\/p>\n<p>I\u2019ve seen teams spend hours refining a Level 0 diagram only to realize it was already redundant because they\u2019d already mapped out the same data flows in the context diagram. That\u2019s not just duplication\u2014it\u2019s a fundamental misunderstanding of DFD hierarchy.<\/p>\n<p>Confusing the context and Level 0 DFD leads to cluttered, unreadable models that fail to communicate intent. In real projects, this often surfaces during stakeholder reviews when executives ask, \u201cWhat does this system actually do?\u201d\u2014and the answer isn\u2019t clear because the model doesn\u2019t distinguish between boundary and function.<\/p>\n<p>Here, I\u2019ll clarify what each diagram should do, what to avoid, and how to use them together effectively. No jargon overload\u2014just practical clarity grounded in twenty years of working with real-world data systems.<\/p>\n<h2>Understanding the Roles: Context Diagram vs Level 0 DFD<\/h2>\n<h3>What the Context Diagram Is (and Isn\u2019t)<\/h3>\n<p>The context diagram is the entry point to any DFD set. It\u2019s not a flowchart. It\u2019s not a system architecture map. It\u2019s a boundary statement: \u201cThis is what we\u2019re modeling.\u201d<\/p>\n<p>It contains exactly one process\u2014your system\u2014and all external entities that interact with it. Data flows connect these entities to the process, showing where data comes from and where it goes.<\/p>\n<p>Think of it as a single-paned window into your system. It answers: <em>What\u2019s in scope? Who\u2019s involved? What data moves across the boundary?<\/em><\/p>\n<h3>What Level 0 DFD Does (and Doesn\u2019t)<\/h3>\n<p>Level 0 DFD takes the process from the context diagram and breaks it down into its core functions. It\u2019s not more detail\u2014it\u2019s a different kind of insight. It shows how the system transforms input data into output data.<\/p>\n<p>It may contain three to five processes, each representing a major function like \u201cProcess Order,\u201d \u201cValidate Customer,\u201d or \u201cGenerate Invoice.\u201d These processes are not subroutines or tasks\u2014they are logical functions that perform data transformations.<\/p>\n<p>Level 0 is where you begin to see the system\u2019s logic, not just its boundaries. It answers: <em>What does the system actually do?<\/em><\/p>\n<h2>Common Mistakes That Confuse the Two<\/h2>\n<h3>DFD Context Diagram Mistake: Overloading the Boundary<\/h3>\n<p>One of the most common DFD context diagram mistakes is adding internal processes or data stores to the diagram. That turns it into a Level 0 look-alike, destroying its role as a scope-defining tool.<\/p>\n<p>I once reviewed a context diagram with a \u201cCustomer Database\u201d and a \u201cPayment Processor\u201d shown as external entities. The team called it \u201cthe big picture.\u201d But these weren\u2019t external\u2014they were internal components.<\/p>\n<p>When an entity is part of the system, it belongs in a lower-level DFD. If you\u2019re modeling how data moves to and from a database, that\u2019s a data store\u2014and it should appear in Level 1 or below.<\/p>\n<h3>Level 0 Data Flow Diagram Error: Treating It Like a Context View<\/h3>\n<p>Conversely, some teams create a Level 0 DFD that only shows processes without any external entities. It might even include technical infrastructure like \u201cWeb Server\u201d or \u201cAPI Gateway.\u201d That\u2019s not a Level 0\u2014it\u2019s a tech architecture diagram.<\/p>\n<p>A Level 0 DFD must still show external entities. The system transforms data, but only if it receives input from the outside and delivers output to someone. Without both, the diagram fails its most basic test: showing data movement across a boundary.<\/p>\n<h3>Before and After: A Real Example<\/h3>\n<p><strong>Before (Overstuffed Context Diagram):<\/strong><\/p>\n<ul>\n<li>Process: Order Processing System<\/li>\n<li>External Entities: Customer, Payment Gateway, Inventory System, Shipping Provider<\/li>\n<li>Internal Processes: Validate Payment, Check Stock, Generate Invoice, Schedule Shipment<\/li>\n<li>Data Stores: Order Database, Customer Profile<\/li>\n<\/ul>\n<p>This isn\u2019t a context diagram. It\u2019s a Level 0 DFD in disguise. The internal processes and data stores don\u2019t belong here.<\/p>\n<p><strong>After (Corrected):<\/strong><\/p>\n<ul>\n<li>Process: Order Processing System<\/li>\n<li>External Entities: Customer, Payment Gateway, Shipping Provider<\/li>\n<li>Data Flows: Order Request \u2192 System, Payment Confirmation \u2192 System, Shipment Confirmation \u2192 Customer<\/li>\n<\/ul>\n<p>Now the context diagram defines scope. The Level 0 DFD, which follows, will contain the internal processes and data stores.<\/p>\n<h2>Checklist: What Belongs Where?<\/h2>\n<p>Use this decision guide when building your DFDs.<\/p>\n<h3>Use This for the Context Diagram<\/h3>\n<ul>\n<li>One process: the system under study.<\/li>\n<li>External entities: only people, departments, or systems outside the system boundary.<\/li>\n<li>Only data flows between external entities and the main process.<\/li>\n<li>No internal processes. No data stores.<\/li>\n<li>Label flows with clear, descriptive names (e.g., &#8220;Order Request&#8221;, &#8220;Payment Confirmation&#8221;).<\/li>\n<\/ul>\n<h3>Use This for Level 0 DFD<\/h3>\n<ul>\n<li>One process (the system) split into 3\u20135 major functions.<\/li>\n<li>External entities from the context diagram are still present.<\/li>\n<li>Internal processes: logical functions that transform data.<\/li>\n<li>Data stores: where data is held temporarily or permanently.<\/li>\n<li>Ensure each process in Level 0 has inputs and outputs that align with the parent process.<\/li>\n<\/ul>\n<h2>How Tools Like Visual Paradigm Help<\/h2>\n<p>Visual Paradigm doesn\u2019t just draw diagrams\u2014it enforces structure. When you create a context diagram, the tool prompts you to define the system as a single process. It prevents you from adding internal processes or data stores.<\/p>\n<p>Once you create the Level 0 DFD, you can link it directly to the context diagram. The tool enforces parent-child relationships. If you add a new process in Level 0, it automatically checks whether that process is properly connected to inputs and outputs.<\/p>\n<p>Use the \u201cView Hierarchy\u201d feature to toggle between context and Level 0. This visual link helps stakeholders see how the system is both bounded and functionally decomposed.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Is the context diagram the same as Level 0 DFD?<\/h3>\n<p>No. The context diagram shows only the system boundary and external interactions. Level 0 DFD shows the system\u2019s core functions and internal data flows.<\/p>\n<h3>Can I skip the context diagram and go straight to Level 0?<\/h3>\n<p>Not recommended. The context diagram sets the scope. Without it, you risk modeling the wrong system or including irrelevant components.<\/p>\n<h3>Why does my Level 0 DFD look like my context diagram?<\/h3>\n<p>You\u2019ve likely added internal processes or data stores to the context diagram. Revisit the boundary and remove anything not external to the system.<\/p>\n<h3>What\u2019s the main benefit of separating context and Level 0?<\/h3>\n<p>Clarity. The context diagram answers \u201cWhat are we modeling?\u201d Level 0 answers \u201cWhat does it actually do?\u201d Separating them prevents confusion and enables cleaner communication.<\/p>\n<h3>Do I need a Level 0 DFD if I have a context diagram?<\/h3>\n<p>Yes. The context diagram is a starting point, not a complete model. Level 0 DFD is essential for understanding data transformations.<\/p>\n<h3>Can I reuse the same process symbol in both diagrams?<\/h3>\n<p>Yes, but only if it represents the same logical entity. The process in the context diagram is the parent of the processes in Level 0. The symbol is shared, but the content is not.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Too many analysts treat the context diagram and Level 0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":621,"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-622","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>Context Diagram vs Level 0 DFD: Key Differences<\/title>\n<meta name=\"description\" content=\"Understand the real difference between a context diagram and a Level 0 DFD. Avoid common DFD context diagram mistakes and level 0 data flow diagram errors with clear guidance, examples, and a practical checklist.\" \/>\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-scope-mistakes\/context-diagram-vs-level-0-dfd\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Context Diagram vs Level 0 DFD: Key Differences\" \/>\n<meta property=\"og:description\" content=\"Understand the real difference between a context diagram and a Level 0 DFD. Avoid common DFD context diagram mistakes and level 0 data flow diagram errors with clear guidance, examples, and a practical checklist.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-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=\"6 \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-scope-mistakes\/context-diagram-vs-level-0-dfd\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-dfd\/\",\"name\":\"Context Diagram vs Level 0 DFD: Key Differences\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#website\"},\"datePublished\":\"2026-02-25T10:21:29+00:00\",\"description\":\"Understand the real difference between a context diagram and a Level 0 DFD. Avoid common DFD context diagram mistakes and level 0 data flow diagram errors with clear guidance, examples, and a practical checklist.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-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-scope-mistakes\/context-diagram-vs-level-0-dfd\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-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\":\"Scope and Boundary Mistakes\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Confusing the Context Diagram and Level 0 DFD\"}]},{\"@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":"Context Diagram vs Level 0 DFD: Key Differences","description":"Understand the real difference between a context diagram and a Level 0 DFD. Avoid common DFD context diagram mistakes and level 0 data flow diagram errors with clear guidance, examples, and a practical checklist.","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-scope-mistakes\/context-diagram-vs-level-0-dfd\/","og_locale":"zh_CN","og_type":"article","og_title":"Context Diagram vs Level 0 DFD: Key Differences","og_description":"Understand the real difference between a context diagram and a Level 0 DFD. Avoid common DFD context diagram mistakes and level 0 data flow diagram errors with clear guidance, examples, and a practical checklist.","og_url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-dfd\/","og_site_name":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587","twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"6 \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-scope-mistakes\/context-diagram-vs-level-0-dfd\/","url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-dfd\/","name":"Context Diagram vs Level 0 DFD: Key Differences","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#website"},"datePublished":"2026-02-25T10:21:29+00:00","description":"Understand the real difference between a context diagram and a Level 0 DFD. Avoid common DFD context diagram mistakes and level 0 data flow diagram errors with clear guidance, examples, and a practical checklist.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-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-scope-mistakes\/context-diagram-vs-level-0-dfd\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/context-diagram-vs-level-0-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":"Scope and Boundary Mistakes","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/"},{"@type":"ListItem","position":4,"name":"Confusing the Context Diagram and Level 0 DFD"}]},{"@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\/622","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\/622\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/621"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/media?parent=622"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/doc_tag?post=622"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}