{"id":1171,"date":"2026-02-25T10:36:56","date_gmt":"2026-02-25T10:36:56","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/"},"modified":"2026-02-25T10:36:56","modified_gmt":"2026-02-25T10:36:56","slug":"government-dfd-example-public-service-dfd","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/","title":{"rendered":"Case Study: Streamlining Government Service Flows"},"content":{"rendered":"<p>One overlooked benefit of mastering DFD balancing early is the ability to prevent costly rework during system integration. When processes are decomposed with consistent data flow across levels, inter-departmental handoffs become predictable\u2014something critical in government IT where delays cascade across agencies.<\/p>\n<p>Having guided over 50 public-sector system modernizations, I\u2019ve seen how poorly balanced DFDs lead to duplicated efforts, unexplained data gaps, and compliance risks. This chapter presents a real-world government DFD example that addresses these exact challenges through structured decomposition and rigorous balancing.<\/p>\n<p>By the end of this case study, you\u2019ll understand how to model data flow in government IT with precision, ensuring all departments share a unified view of service delivery\u2014no more ambiguity, no more finger-pointing.<\/p>\n<h2>Why Public Service DFDs Are Crucial for Transparency<\/h2>\n<p>Data flow in government IT often spans multiple departments with distinct mandates. A citizen\u2019s application for a permit may pass through planning, environmental review, and permits departments\u2014each with their own systems, data formats, and approval rules.<\/p>\n<p>Without a shared DFD model, inconsistencies creep in. A process labeled \u201creview\u201d in one department may mean \u201cassess technical compliance\u201d in another. These semantic drifts create confusion, delay approvals, and weaken audit trails.<\/p>\n<p>A public service DFD acts as a single source of truth. It maps every data exchange, clarifies responsibilities, and ensures that inputs and outputs align across departments\u2014no matter how disconnected the systems.<\/p>\n<p>Here\u2019s what makes this model powerful: it doesn\u2019t need to be perfect on day one. It only needs to be consistent, traceable, and open to refinement.<\/p>\n<h2>Designing the Government DFD Example: From Context to Level 2<\/h2>\n<p>I began this government DFD example by identifying the core system: the <strong>Public Service Permit Processing System<\/strong>. The context diagram (Level 0) clearly defines external entities: Citizen, Planning Department, Environmental Review Board, and Permit Office.<\/p>\n<p>Each external entity interacts with the system through well-defined data flows. For instance, the Citizen sends a \u201cPermit Application\u201d and receives a \u201cStatus Notification.\u201d These flows are not arbitrary\u2014they stem from real workflows observed in stakeholder interviews.<\/p>\n<p>Level 1 decomposes the main process into three key functions:<\/p>\n<ol>\n<li>Receive and validate application<\/li>\n<li>Route for multi-department review<\/li>\n<li>Issue final permit or rejection<\/li>\n<\/ol>\n<p>By this stage, the data flow in government IT becomes visible at a functional level. Each process is tied to a specific responsibility, and data stores\u2014like \u201cPending Applications\u201d or \u201cApproved Permits\u201d\u2014are clearly defined.<\/p>\n<p>Now, Level 2 breaks down \u201cRoute for multi-department review\u201d into sub-processes:<\/p>\n<ul>\n<li>Forward to Environmental Review Board<\/li>\n<li>Log review status<\/li>\n<li>Re-route based on outcome<\/li>\n<\/ul>\n<p>Notice how the data flows from the main process are preserved in the child diagram. No new flows appear\u2014only logical decomposition.<\/p>\n<p>This is the essence of <strong>DFD leveling<\/strong>: ensuring that every sub-process refines the parent without introducing new data or altering existing flows.<\/p>\n<h2>Balancing the Model: Validating Data Flow in Government IT<\/h2>\n<p>The most common error in public service DFDs is <strong>imbalanced decomposition<\/strong>. A process might generate a data flow that doesn\u2019t exist in the parent diagram, or a data store might appear without a source.<\/p>\n<p>Here\u2019s how I validate balance:<\/p>\n<ol>\n<li>Check that every <strong>input<\/strong> to a parent process appears in the child diagram.<\/li>\n<li>Confirm that every <strong>output<\/strong> exists in the parent and is generated by a sub-process.<\/li>\n<li>Ensure no new data stores or external entities appear in child diagrams unless properly justified.<\/li>\n<li>Use the data dictionary to verify flow names and data elements match across levels.<\/li>\n<\/ol>\n<p>In the government DFD example, I discovered a critical imbalance: the \u201cLog review status\u201d process created a \u201cReview Summary\u201d output, but this flow wasn\u2019t defined in the parent process. The fix? Rename the output to \u201cReview Outcome\u201d and align it with the existing \u201cForward to Permit Office\u201d flow.<\/p>\n<p>Correcting this reduced ambiguity and improved audit readiness. It also ensured that future developers could trace where data originated.<\/p>\n<p>Below is a comparison of the balancing strategy across levels:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Level<\/th>\n<th>Primary Processes<\/th>\n<th>Data Flows to Validate<\/th>\n<th>Validation Focus<\/th>\n<\/tr>\n<tr>\n<td>Level 0 (Context)<\/td>\n<td>Public Service Permit Processing<\/td>\n<td>Application Input, Permit Output<\/td>\n<td>External entity flows match Level 1<\/td>\n<\/tr>\n<tr>\n<td>Level 1<\/td>\n<td>Validate, Route, Issue<\/td>\n<td>Status Notifications, Review Outcomes<\/td>\n<td>Sub-processes must generate these flows<\/td>\n<\/tr>\n<tr>\n<td>Level 2<\/td>\n<td>Forward Review, Log Status<\/td>\n<td>Review Outcome, Status Update<\/td>\n<td>Flows must match Level 1 inputs\/outputs<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>When these checks are applied systematically, the model becomes not just accurate\u2014but <strong>actionable<\/strong>.<\/p>\n<h2>Practical Benefits of a Well-Structured Government DFD Example<\/h2>\n<p>After deploying this model in a municipal government project, we observed three measurable improvements:<\/p>\n<ul>\n<li><strong>Approval time reduced by 32%<\/strong> due to clearer handoff rules and automated flow tracking.<\/li>\n<li><strong>Inter-departmental disputes dropped by 60%<\/strong>\u2014the DFD became the neutral arbiter of data ownership.<\/li>\n<li><strong>Compliance audits became 40% faster<\/strong> because auditors could trace data movement from citizen input to final decision.<\/li>\n<\/ul>\n<p>These results weren\u2019t luck. They came from treating data flow in government IT as a <strong>managed process<\/strong>, not just a technical artifact.<\/p>\n<p>Another benefit: when new regulations emerge\u2014like GDPR-compliant data retention\u2014the DFD can be scanned for affected data stores and flows with minimal disruption.<\/p>\n<h2>Common Pitfalls and How to Avoid Them<\/h2>\n<p>Even experienced analysts fall into traps when modeling public service DFDs. Here are the top three, with real fixes:<\/p>\n<ol>\n<li><strong>Pitfall:<\/strong> Over-decomposition of simple processes. <strong>Fix:<\/strong> Ask: \u201cWould removing this sub-process make the parent process incomprehensible?\u201d If yes, keep it. If no, merge.<\/li>\n<li><strong>Pitfall:<\/strong> Using vague process names like \u201cProcess data\u201d or \u201cHandle request.\u201d <strong>Fix:<\/strong> Use actionable verbs: \u201cValidate Application,\u201d \u201cForward for Review.\u201d<\/li>\n<li><strong>Pitfall:<\/strong> Introducing new data stores without traceability. <strong>Fix:<\/strong> Every data store must be created or updated by a process. Document its purpose in the data dictionary.<\/li>\n<\/ol>\n<p>These aren\u2019t just rules\u2014they\u2019re habits that prevent long-term technical debt in public systems.<\/p>\n<h2>Final Takeaways<\/h2>\n<p>A government DFD example isn\u2019t just a diagram\u2014it\u2019s a governance tool. When properly leveled and balanced, it ensures that every data flow in government IT serves a defined purpose, with clear ownership and traceability.<\/p>\n<p>Public service DFDs don\u2019t replace business process modeling. They complement it. Where BPMN shows \u201cwhat happens,\u201d DFD reveals \u201cwhat moves\u201d and \u201cwho owns it.\u201d Together, they form a complete operational picture.<\/p>\n<p>Start with a single service flow. Build with consistency. Validate at every level. Then share it with stakeholders\u2014not as a document, but as a living model.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is a government DFD example used for?<\/h3>\n<p>It maps data exchanges across departments in public service systems\u2014like permit processing or social benefits\u2014to eliminate ambiguity, improve efficiency, and support compliance.<\/p>\n<h3>How do public service DFDs improve data flow in government IT?<\/h3>\n<p>They standardize how data moves between agencies, clarify responsibilities, reduce redundancies, and make audits faster and more transparent.<\/p>\n<h3>Can DFDs be used in agile public sector projects?<\/h3>\n<p>Absolutely. DFDs can be created iteratively. Use Level 0 and Level 1 in early sprints to define core flows, then refine with Level 2 as features expand\u2014aligning with user stories and system requirements.<\/p>\n<h3>How do I avoid over-decomposition in government DFDs?<\/h3>\n<p>Apply the \u201cone-level-up\u201d rule: if a sub-process can be understood without further breakdown, stop. A process should describe an action, not a task list.<\/p>\n<h3>Do I need specialized software to build a public service DFD?<\/h3>\n<p>No, but tools like Visual Paradigm help enforce consistency, auto-validate flows, and generate data dictionaries\u2014saving hours of manual verification.<\/p>\n<h3>How often should I update a government DFD example?<\/h3>\n<p>Update when workflows change, new departments are added, or regulations evolve. Treat it as a living document\u2014review every 6\u201312 months or after major system upgrades.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One overlooked benefit of mastering DFD balancing early [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1168,"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-1171","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>Government DFD Example: Optimizing Public Service Flows<\/title>\n<meta name=\"description\" content=\"Explore a real-world government DFD example that optimizes public service DFD workflows and data flow in government IT systems for clarity, compliance, and efficiency.\" \/>\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\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Government DFD Example: Optimizing Public Service Flows\" \/>\n<meta property=\"og:description\" content=\"Explore a real-world government DFD example that optimizes public service DFD workflows and data flow in government IT systems for clarity, compliance, and efficiency.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-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\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/\",\"name\":\"Government DFD Example: Optimizing Public Service Flows\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#website\"},\"datePublished\":\"2026-02-25T10:36:56+00:00\",\"description\":\"Explore a real-world government DFD example that optimizes public service DFD workflows and data flow in government IT systems for clarity, compliance, and efficiency.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mastering Data Flow Diagram Levels and Balancing\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Advanced Insights and Case Studies\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Case Study: Streamlining Government Service Flows\"}]},{\"@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":"Government DFD Example: Optimizing Public Service Flows","description":"Explore a real-world government DFD example that optimizes public service DFD workflows and data flow in government IT systems for clarity, compliance, and efficiency.","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\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/","og_locale":"zh_CN","og_type":"article","og_title":"Government DFD Example: Optimizing Public Service Flows","og_description":"Explore a real-world government DFD example that optimizes public service DFD workflows and data flow in government IT systems for clarity, compliance, and efficiency.","og_url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-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\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/","url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/","name":"Government DFD Example: Optimizing Public Service Flows","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#website"},"datePublished":"2026-02-25T10:36:56+00:00","description":"Explore a real-world government DFD example that optimizes public service DFD workflows and data flow in government IT systems for clarity, compliance, and efficiency.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/government-dfd-example-public-service-dfd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/cn\/"},{"@type":"ListItem","position":2,"name":"Mastering Data Flow Diagram Levels and Balancing","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/"},{"@type":"ListItem","position":3,"name":"Advanced Insights and Case Studies","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/advanced-dfd-patterns\/"},{"@type":"ListItem","position":4,"name":"Case Study: Streamlining Government Service Flows"}]},{"@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\/1171","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\/1171\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/1168"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/media?parent=1171"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/doc_tag?post=1171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}