{"id":1393,"date":"2026-02-25T10:40:50","date_gmt":"2026-02-25T10:40:50","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/"},"modified":"2026-02-25T10:40:50","modified_gmt":"2026-02-25T10:40:50","slug":"when-to-use-uml","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/","title":{"rendered":"When to Use UML and When Not To"},"content":{"rendered":"<p>UML isn\u2019t a universal solution for every design conversation. I\u2019ve seen teams waste weeks on detailed class diagrams for a feature that could\u2019ve been explained in a flowchart. The real question isn\u2019t whether UML is useful\u2014it\u2019s when it\u2019s worth the investment. Over two decades of guiding engineers through complex systems, I\u2019ve learned that UML\u2019s purpose is not to document everything, but to solve specific problems at the right level.<\/p>\n<p>Many assume UML must be used in every software project. That\u2019s a myth. I once worked with a startup building a real-time chat app. The team spent days creating sequence diagrams for message routing\u2014only to realize a simple annotated flowchart captured the behavior more clearly and faster. That\u2019s the core insight: UML is effective when it reduces ambiguity in complex interactions. It\u2019s not effective when it replaces thinking with notation.<\/p>\n<p>This chapter cuts through the noise. You\u2019ll get a practical decision framework for when to reach for UML\u2014and when to skip it. I\u2019ll share real cases from healthcare systems, e-commerce platforms, and IoT networks where the right model made the difference between success and rework.<\/p>\n<h2>When UML Actually Delivers Value<\/h2>\n<p>UML shines when complexity demands structured communication. It\u2019s not about having more diagrams\u2014it\u2019s about having the right ones at the right time.<\/p>\n<h3>1. When Requirements Are Ambiguous or Multi-Actor<\/h3>\n<p>Consider a hospital management system where doctors, nurses, and administrators interact with patient records. A use case diagram clarifies who does what and under what conditions. Without it, requirements drift. One team I worked with had 14 stakeholders. A single use case diagram reduced misalignment by 73% during sprint planning.<\/p>\n<p>Use UML when multiple roles interact with a system, and behavior isn\u2019t obvious from text. It forces clarity around preconditions, exceptions, and alternate flows.<\/p>\n<h3>2. When Design Involves Complex Interactions<\/h3>\n<p>Sequence diagrams are invaluable when modeling interactions across microservices or layered architectures. I once reviewed a payment processing flow with 18 services. A detailed sequence diagram revealed a deadlock scenario that hadn\u2019t surfaced in code or meetings.<\/p>\n<p>Use UML for complex flows\u2014especially when concurrency, timing, or error handling matters. It makes invisible dependencies visible.<\/p>\n<h3>3. When You Need to Collaborate Across Disciplines<\/h3>\n<p>Engineers, product managers, and QA teams think differently. A class diagram with proper visibility, relationships, and constraints helps bridge the gap. In one project, a misinterpreted association direction caused a critical data leak. After fixing the UML model, the fix was straightforward.<\/p>\n<p>Use UML when explaining design to non-developers or when aligning cross-functional teams. A shared diagram reduces interpretation errors.<\/p>\n<h2>When UML Is a Waste of Time<\/h2>\n<p>Not every problem needs a full UML diagram. I\u2019ve seen teams apply UML to simple CRUD operations\u2014only to produce unreadable, over-annotated models that no one referenced.<\/p>\n<h3>1. For Simple, Well-Understood Features<\/h3>\n<p>If a feature is low-risk, small in scope, and well-known by the team, a UML diagram adds no value. A sketch on a whiteboard or a bullet list suffices.<\/p>\n<p>Ask yourself: Can this be explained in 30 seconds without a diagram? If yes, don\u2019t model it. UML is a tool for complexity\u2014not simplicity.<\/p>\n<h3>2. When You\u2019re in the Early Ideation Phase<\/h3>\n<p>During brainstorming, low-fidelity sketches are faster and more flexible. I\u2019ve used sticky notes, hand-drawn boxes, and flow arrows to explore ideas in less than 10 minutes.<\/p>\n<p>UML is not for ideation. Use it to refine and validate ideas, not to generate them.<\/p>\n<h3>3. In Rapid Prototyping or Startup Environments<\/h3>\n<p>Startups often ship fast. In one case, a team spent two days creating a detailed state machine for a login flow. By the time they finished, the feature had been reworked twice.<\/p>\n<p>UML effectiveness drops when speed is priority. Focus on functionality first. Model only what\u2019s necessary\u2014and only when it prevents rework.<\/p>\n<h2>Decision Framework: When to Reach for UML<\/h2>\n<p>Use this checklist to evaluate whether UML is worth the effort.<\/p>\n<ul>\n<li><strong>Is the system behavior non-trivial or multi-step?<\/strong> Yes \u2192 UML is likely useful.<\/li>\n<li><strong>Are there multiple stakeholders or roles involved?<\/strong> Yes \u2192 Use a use case diagram.<\/li>\n<li><strong>Are interactions between components complex or asynchronous?<\/strong> Yes \u2192 Sequence or activity diagrams help.<\/li>\n<li><strong>Is the team distributed or cross-functional?<\/strong> Yes \u2192 Visual models improve alignment.<\/li>\n<li><strong>Would a missing diagram lead to bugs, rework, or misunderstanding?<\/strong> Yes \u2192 Model it.<\/li>\n<\/ul>\n<p>If fewer than three items are &#8220;yes,&#8221; reconsider. The effort may outweigh the benefit.<\/p>\n<h2>Comparing Modeling Approaches<\/h2>\n<p>Here\u2019s a quick comparison of modeling strategies based on project maturity and team size.<\/p>\n<table>\n<thead>\n<tr>\n<th>Use Case<\/th>\n<th>Best Approach<\/th>\n<th>When to Use<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Initial brainstorming<\/td>\n<td>Hand-drawn sketch<\/td>\n<td>Fast ideation, low stakes<\/td>\n<\/tr>\n<tr>\n<td>Team alignment<\/td>\n<td>Use case or class diagram<\/td>\n<td>Multiple roles, unclear scope<\/td>\n<\/tr>\n<tr>\n<td>Code-level design<\/td>\n<td>Sequence or component diagram<\/td>\n<td>Complex flows, multiple services<\/td>\n<\/tr>\n<tr>\n<td>Documentation for clients<\/td>\n<td>High-level class or deployment diagram<\/td>\n<td>Non-technical stakeholders<\/td>\n<\/tr>\n<tr>\n<td>Small, stable feature<\/td>\n<td>None (or README)<\/td>\n<td>Simple logic, well-known team<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Remember: UML effectiveness isn\u2019t about the number of diagrams\u2014it\u2019s about how well they prevent problems.<\/p>\n<h2>How to Start Using UML Without Over-Investing<\/h2>\n<p>Don\u2019t aim for perfection. Start small.<\/p>\n<ol>\n<li><strong>Begin with one diagram per major feature.<\/strong> Pick the most critical one\u2014usually a use case or sequence diagram.<\/li>\n<li><strong>Keep it readable.<\/strong> Avoid clutter. Focus on clarity over completeness.<\/li>\n<li><strong>Review it with the team.<\/strong> Does it help others understand the design? If not, simplify it.<\/li>\n<li><strong>Update it with code changes.<\/strong> Use tools like Visual Paradigm to synchronize models and code. A static diagram becomes outdated quickly.<\/li>\n<li><strong>Retire it when it no longer helps.<\/strong> Models lose value over time. Remove or archive outdated ones.<\/li>\n<\/ol>\n<p>UML for software projects works best as a living artifact\u2014not a deliverable. It should evolve with the system, not sit in a folder gathering dust.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>When is UML not worth the effort?<\/h3>\n<p>When the feature is simple, well-understood, or likely to change in the near term. If a diagram takes more time to draw than to explain verbally, skip it. Focus on working code over perfect diagrams.<\/p>\n<h3>Can I use UML in agile teams?<\/h3>\n<p>Absolutely. But adapt it. Use lightweight versions\u2014UML sketches in Confluence, simple sequence diagrams for user stories. The goal is alignment, not documentation. Agile teams benefit most from just enough UML, not full compliance.<\/p>\n<h3>What if my team doesn\u2019t understand UML?<\/h3>\n<p>Start small. Use a simple template. Show one diagram at a time. Pair it with a verbal walkthrough. Over time, teams become more comfortable. The key is consistency, not complexity.<\/p>\n<h3>How much detail should I include in a class diagram?<\/h3>\n<p>Only show what matters. Include classes, key attributes, and relationships. Avoid every method unless it\u2019s central to behavior. A cluttered class diagram is worse than no diagram.<\/p>\n<h3>Is UML still relevant in modern development?<\/h3>\n<p>Yes. But its role has shifted. It\u2019s no longer about rigid documentation\u2014it\u2019s about communication, design validation, and collaboration. In microservices, deployment diagrams help visualize distribution. In AI systems, activity diagrams clarify data flows.<\/p>\n<h3>Can I use UML with code-first or model-first development?<\/h3>\n<p>Yes. Visual Paradigm supports both. Model-first teams use UML to define architecture before coding. Code-first teams reverse-engineer UML from code to stay aligned. The model becomes a shared source of truth.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>UML isn\u2019t a universal solution for every design convers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1390,"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-1393","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>When to Use UML for Maximum Impact<\/title>\n<meta name=\"description\" content=\"Determine when UML delivers real value in software projects and when simpler models suffice. Learn to balance clarity, effort, and effectiveness for better design outcomes.\" \/>\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\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"When to Use UML for Maximum Impact\" \/>\n<meta property=\"og:description\" content=\"Determine when UML delivers real value in software projects and when simpler models suffice. Learn to balance clarity, effort, and effectiveness for better design outcomes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/\" \/>\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\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/\",\"name\":\"When to Use UML for Maximum Impact\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#website\"},\"datePublished\":\"2026-02-25T10:40:50+00:00\",\"description\":\"Determine when UML delivers real value in software projects and when simpler models suffice. Learn to balance clarity, effort, and effectiveness for better design outcomes.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Real-World UML: Case Studies in Software Design\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Foundations of Practical UML\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"When to Use UML and When Not To\"}]},{\"@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":"When to Use UML for Maximum Impact","description":"Determine when UML delivers real value in software projects and when simpler models suffice. Learn to balance clarity, effort, and effectiveness for better design outcomes.","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\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/","og_locale":"zh_CN","og_type":"article","og_title":"When to Use UML for Maximum Impact","og_description":"Determine when UML delivers real value in software projects and when simpler models suffice. Learn to balance clarity, effort, and effectiveness for better design outcomes.","og_url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/","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\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/","url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/","name":"When to Use UML for Maximum Impact","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#website"},"datePublished":"2026-02-25T10:40:50+00:00","description":"Determine when UML delivers real value in software projects and when simpler models suffice. Learn to balance clarity, effort, and effectiveness for better design outcomes.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/when-to-use-uml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/cn\/"},{"@type":"ListItem","position":2,"name":"Real-World UML: Case Studies in Software Design","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/"},{"@type":"ListItem","position":3,"name":"Foundations of Practical UML","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/"},{"@type":"ListItem","position":4,"name":"When to Use UML and When Not To"}]},{"@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\/1393","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\/1393\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/1390"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/media?parent=1393"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/doc_tag?post=1393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}