{"id":1722,"date":"2026-02-25T10:45:03","date_gmt":"2026-02-25T10:45:03","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/"},"modified":"2026-02-25T10:45:03","modified_gmt":"2026-02-25T10:45:03","slug":"create-uml-portfolio-showcase-diagrams-beginner","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/","title":{"rendered":"Building Your First UML Portfolio"},"content":{"rendered":"<p>UML isn\u2019t just a tool\u2014it\u2019s your visual resume. When you create UML portfolio examples, you\u2019re not just drawing boxes and arrows. You\u2019re proving you understand system design, requirements, and object relationships. It\u2019s not about perfection. It\u2019s about clarity, intent, and communication.<\/p>\n<p>I\u2019ve seen hundreds of beginner diagrams. The ones that stand out aren\u2019t the most complex\u2014they\u2019re the ones that tell a story: what the system does, who uses it, and how it works. That\u2019s the power of a strong UML portfolio.<\/p>\n<p>You\u2019re not just learning UML. You\u2019re building a body of work that demonstrates your ability to think like a designer. This chapter will guide you step by step on how to organize, document, and present your diagrams\u2014so you\u2019re ready to apply for jobs, join a team, or submit to your course.<\/p>\n<h2>Why Your UML Portfolio Matters<\/h2>\n<p>Employers and educators don\u2019t just want to see what you know. They want to see how you think.<\/p>\n<p>A well-structured UML portfolio shows you can translate ideas into visual language. It proves you understand system behavior, relationships, and user needs\u2014without writing a single line of code.<\/p>\n<p>Students with a solid portfolio often get ahead in internships and design projects. Job seekers with clean, documented diagrams get interviews faster\u2014especially in roles that value communication and planning.<\/p>\n<p>Here\u2019s what your UML portfolio actually does:<\/p>\n<ul>\n<li>Proves you can model real-world problems<\/li>\n<li>Shows your ability to think systematically<\/li>\n<li>Highlights your growth from beginner to problem-solver<\/li>\n<li>Builds confidence in your own design decisions<\/li>\n<\/ul>\n<h2>Step 1: Choose Your Best Examples<\/h2>\n<p>Don\u2019t include every diagram you\u2019ve made. Pick the ones that show range, clarity, and purpose.<\/p>\n<p>Start with a simple but complete case study. A personal finance app, a library system, or an online shopping cart are perfect for beginners. They\u2019re familiar, relatable, and let you use multiple diagram types.<\/p>\n<p>Here\u2019s what to include for maximum impact:<\/p>\n<ol>\n<li><strong>A use case diagram<\/strong> \u2013 shows user interactions and features<\/li>\n<li><strong>A class diagram<\/strong> \u2013 captures core objects and relationships<\/li>\n<li><strong>A sequence diagram<\/strong> \u2013 shows how objects collaborate during a key process (e.g., user login)<\/li>\n<li><strong>An activity diagram<\/strong> \u2013 models a business flow (e.g., order approval)<\/li>\n<\/ol>\n<p>These four diagrams cover the full lifecycle of design: requirements, structure, interaction, and behavior. It\u2019s the minimum effective set for a beginner portfolio.<\/p>\n<h3>What to Avoid<\/h3>\n<ul>\n<li>Overloaded diagrams with more than 8\u201310 classes or actors<\/li>\n<li>Diagrams with unclear labels or inconsistent naming<\/li>\n<li>Multiple versions of the same diagram without explanation<\/li>\n<li>Using too many colors or decorative styles<\/li>\n<\/ul>\n<p>Less is more. A clean, focused diagram is stronger than a messy one.<\/p>\n<h2>Step 2: Document Your Work<\/h2>\n<p>Just showing diagrams isn\u2019t enough. You need context.<\/p>\n<p>For each diagram, write a 2\u20133 sentence explanation:<\/p>\n<ul>\n<li><strong>What problem does it solve?<\/strong> (e.g., \u201cThis sequence diagram models the user login process.\u201d)<\/li>\n<li><strong>Why was this diagram chosen?<\/strong> (e.g., \u201cI used a sequence diagram to track the flow of messages between the user, authentication service, and database.\u201d)<\/li>\n<li><strong>What did you learn?<\/strong> (e.g., \u201cI realized that error handling needed to be modeled separately to avoid missing edge cases.\u201d)<\/li>\n<\/ul>\n<p>Think of this as a mini-case study. You\u2019re not just presenting a diagram\u2014you\u2019re explaining your thought process.<\/p>\n<p>Here\u2019s a real example from a student:<\/p>\n<pre><code>\u2022 Diagram: Use Case Diagram \u2013 Library Management System\n\u2022 Purpose: To identify core user roles (Member, Librarian) and system features (Borrow, Return, Reserve).\n\u2022 Insight: I initially missed the \u201cReserve\u201d use case for members. Adding it clarified that the system supports demand-based access.<\/code><\/pre>\n<p>These notes make your work readable and professional. They also show depth.<\/p>\n<h2>Step 3: Structure Your Portfolio<\/h2>\n<p>How you organize your portfolio matters as much as what\u2019s inside.<\/p>\n<p>Use a clean, consistent format. You can use:<\/p>\n<ul>\n<li>A PDF document<\/li>\n<li>A personal website (free with GitHub Pages)<\/li>\n<li>A Google Slides or Notion page<\/li>\n<\/ul>\n<p>Structure it like this:<\/p>\n<ol>\n<li><strong>Title page<\/strong> \u2013 Your name, \u201cUML Portfolio,\u201d date<\/li>\n<li><strong>Introduction<\/strong> \u2013 1\u20132 paragraphs about your goals and modeling journey<\/li>\n<li><strong>Project 1<\/strong> \u2013 Name, brief description, 4 diagrams with explanations<\/li>\n<li><strong>Project 2 (optional)<\/strong> \u2013 Another example to show growth<\/li>\n<li><strong>Reflection<\/strong> \u2013 What you learned, what you\u2019d improve, next steps<\/li>\n<\/ol>\n<p>Keep it under 5\u20138 pages. Anything longer, and the reader skims. Short and sharp is better.<\/p>\n<h3>Example Portfolio Outline<\/h3>\n<table>\n<tbody>\n<tr>\n<th>Section<\/th>\n<th>Content<\/th>\n<th>Word Count<\/th>\n<\/tr>\n<tr>\n<td>Introduction<\/td>\n<td>Why I learned UML, what I wanted to build<\/td>\n<td>100<\/td>\n<\/tr>\n<tr>\n<td>Project 1: Personal Finance App<\/td>\n<td>Use case, class, sequence, activity diagrams with notes<\/td>\n<td>400<\/td>\n<\/tr>\n<tr>\n<td>Reflection<\/td>\n<td>What I learned, future goals<\/td>\n<td>150<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>That\u2019s all you need. Simple, clear, professional.<\/p>\n<h2>Step 4: Optimize for Sharing and Impact<\/h2>\n<p>When you create UML portfolio examples, think about how they\u2019ll be viewed\u2014on a screen, in a resume, on a laptop.<\/p>\n<p>Export your diagrams at 300 DPI for print. Use PNG or PDF. Avoid low-res exports.<\/p>\n<p>Label your files clearly:<\/p>\n<ul>\n<li><code>UML_Portfolio_John_Doe.pdf<\/code><\/li>\n<li><code>Finance_App_Class_Diagram_v2.png<\/code><\/li>\n<li><code>Order_Process_Activity_Diagram.pdf<\/code><\/li>\n<\/ul>\n<p>When sharing on LinkedIn or a resume, you can include one or two key diagrams as visuals. Add a short caption:<\/p>\n<pre><code>\u2022 Designed a sequence diagram for user login, showing interaction between frontend, backend, and database.<\/code><\/pre>\n<p>This is how your work becomes visible and memorable.<\/p>\n<h2>Beginner UML Resume Examples That Work<\/h2>\n<p>You don\u2019t need a full portfolio to stand out. A single strong diagram with a clear context can be enough.<\/p>\n<p>Here\u2019s how to include UML in your resume:<\/p>\n<ul>\n<li><strong>Under \u201cProjects\u201d<\/strong>: \u201cDesigned a UML-based system model for a personal finance app using use case, class, and sequence diagrams.\u201d<\/li>\n<li><strong>Under \u201cSkills\u201d<\/strong>: \u201cUML Modeling \u2013 Class, Use Case, Sequence, Activity Diagrams\u201d<\/li>\n<li><strong>Link to portfolio<\/strong>: \u201cView full UML portfolio: [link]\u201d<\/li>\n<\/ul>\n<p>One student landed a junior developer role because their resume included a well-labeled sequence diagram of a login flow. The hiring manager said: \u201cThis shows initiative and design thinking.\u201d<\/p>\n<p>That\u2019s the power of a well-built UML portfolio.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How many diagrams should be in a beginner UML portfolio?<\/h3>\n<p>4\u20136 diagrams are ideal. Focus on one or two projects and include a mix of use case, class, sequence, and activity diagrams. Quality matters more than quantity.<\/p>\n<h3>Should I write explanations for every diagram?<\/h3>\n<p>Yes. A short 2\u20133 sentence explanation per diagram adds depth. It shows you understand the purpose and design decisions behind each model. Don\u2019t assume the reader will \u201cget it.\u201d Be clear.<\/p>\n<h3>How do I make my portfolio look professional?<\/h3>\n<p>Use consistent fonts, spacing, and alignment. Export diagrams in high resolution. Avoid cluttered layouts. Use headers, bullet points, and white space. A simple, clean design stands out.<\/p>\n<h3>Do I need a website to showcase my UML portfolio?<\/h3>\n<p>No. A well-formatted PDF is perfect for resumes, course submissions, and job applications. Use a free platform like GitHub Pages or Notion if you want to go digital, but it\u2019s not required.<\/p>\n<h3>Can I use the same diagrams for multiple purposes (e.g., portfolio and resume)?<\/h3>\n<p>Yes. You can reuse diagrams. Just adapt the context: use full explanations in your portfolio, and a condensed version in your resume. Always link back if possible.<\/p>\n<p>Your UML portfolio isn\u2019t a final exam. It\u2019s a living record of growth. The diagrams you create today aren\u2019t just evidence of learning\u2014they\u2019re proof of your ability to think, design, and communicate.<\/p>\n<p>Start small. Be clear. Be consistent. Build your first UML portfolio with confidence. You\u2019ve already taken the most important step.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>UML isn\u2019t just a tool\u2014it\u2019s your visual resume. When you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1717,"menu_order":4,"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-1722","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>Create Your UML Portfolio: Showcasing Your First Diagrams<\/title>\n<meta name=\"description\" content=\"Learn how to create a UML portfolio that showcases your beginner diagrams with real-world examples. Build your first UML resume and impress employers or educators with professional, clear modeling work.\" \/>\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\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create Your UML Portfolio: Showcasing Your First Diagrams\" \/>\n<meta property=\"og:description\" content=\"Learn how to create a UML portfolio that showcases your beginner diagrams with real-world examples. Build your first UML resume and impress employers or educators with professional, clear modeling work.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/\" \/>\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\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/\",\"name\":\"Create Your UML Portfolio: Showcasing Your First Diagrams\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#website\"},\"datePublished\":\"2026-02-25T10:45:03+00:00\",\"description\":\"Learn how to create a UML portfolio that showcases your beginner diagrams with real-world examples. Build your first UML resume and impress employers or educators with professional, clear modeling work.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UML Basics: Diagrams for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hands-On Projects and Next Steps\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Building Your First UML Portfolio\"}]},{\"@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":"Create Your UML Portfolio: Showcasing Your First Diagrams","description":"Learn how to create a UML portfolio that showcases your beginner diagrams with real-world examples. Build your first UML resume and impress employers or educators with professional, clear modeling work.","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\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/","og_locale":"zh_CN","og_type":"article","og_title":"Create Your UML Portfolio: Showcasing Your First Diagrams","og_description":"Learn how to create a UML portfolio that showcases your beginner diagrams with real-world examples. Build your first UML resume and impress employers or educators with professional, clear modeling work.","og_url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/","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\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/","url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/","name":"Create Your UML Portfolio: Showcasing Your First Diagrams","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#website"},"datePublished":"2026-02-25T10:45:03+00:00","description":"Learn how to create a UML portfolio that showcases your beginner diagrams with real-world examples. Build your first UML resume and impress employers or educators with professional, clear modeling work.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/create-uml-portfolio-showcase-diagrams-beginner\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/cn\/"},{"@type":"ListItem","position":2,"name":"UML Basics: Diagrams for Beginners","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/"},{"@type":"ListItem","position":3,"name":"Hands-On Projects and Next Steps","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/uml-basics-diagrams-for-beginners\/uml-projects-beginners\/"},{"@type":"ListItem","position":4,"name":"Building Your First UML Portfolio"}]},{"@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\/1722","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\/1722\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/1717"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/media?parent=1722"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/doc_tag?post=1722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}