{"id":1394,"date":"2026-02-25T10:40:50","date_gmt":"2026-02-25T10:40:50","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/"},"modified":"2026-02-25T10:40:50","modified_gmt":"2026-02-25T10:40:50","slug":"create-uml-diagrams-with-confidence","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/","title":{"rendered":"From Whiteboard to Diagram: Turning Ideas into Clear Models"},"content":{"rendered":"<p>Most teams waste weeks trying to perfect a diagram before writing a single line of code. The real issue isn\u2019t complexity\u2014it\u2019s premature rigor. I\u2019ve seen architects spend hours aligning boxes and labels when a rough sketch would\u2019ve sufficed. The shift? Start with intent, not perfection.<\/p>\n<p>I\u2019ve guided over 300 teams from whiteboard to working UML models. What I\u2019ve learned: clarity trumps completeness. A diagram that communicates the core logic of a system\u2014no more, no less\u2014is worth ten that look textbook-perfect but are misunderstood.<\/p>\n<p>By the end of this chapter, you\u2019ll know how to transform a vague idea into a crisp UML diagram using minimal steps. You\u2019ll learn to pick the right diagram type, apply real-world structure, and use Visual Paradigm UML templates to cut setup time in half. No fluff. Just actionable methods.<\/p>\n<h2>Start with Intent, Not Perfection<\/h2>\n<p>Diagrams aren\u2019t art. They\u2019re tools to solve problems. The moment you stop asking \u201cDoes this look professional?\u201d and start asking \u201cDoes this help someone understand the system?\u201d you\u2019ve crossed into effective modeling.<\/p>\n<p>Ask yourself three questions before drawing:<\/p>\n<ul>\n<li>Who is this for? (Developers? Clients? Operations?)<\/li>\n<li>What decision will they make based on this?<\/li>\n<li>What\u2019s the one thing they must remember from this diagram?<\/li>\n<\/ul>\n<p>If you can\u2019t answer these in one sentence, the diagram isn\u2019t focused. Strip away everything that doesn\u2019t support that core message.<\/p>\n<p>For example, in a hospital system, the use case diagram isn\u2019t about drawing every possible action\u2014just the ones that define patient care. The goal isn\u2019t to show every possible route through the system, but to clarify who does what and when.<\/p>\n<h2>Choose the Right Diagram for the Job<\/h2>\n<p>Not every system needs all six UML diagrams. Over-modeling leads to confusion. Under-modeling causes misalignment. The key is matching the diagram to the question.<\/p>\n<table>\n<tbody>\n<tr>\n<th>Question<\/th>\n<th>Best UML Diagram<\/th>\n<th>When to Use<\/th>\n<\/tr>\n<tr>\n<td>What are the main actors and their interactions?<\/td>\n<td>Use Case Diagram<\/td>\n<td>Clarifying requirements with stakeholders<\/td>\n<\/tr>\n<tr>\n<td>How do objects interact over time?<\/td>\n<td>Sequence Diagram<\/td>\n<td>Designing complex workflows like payment processing<\/td>\n<\/tr>\n<tr>\n<td>What are the core entities and relationships?<\/td>\n<td>Class Diagram<\/td>\n<td>Designing data models or object hierarchies<\/td>\n<\/tr>\n<tr>\n<td>How does the system move through states?<\/td>\n<td>State Machine Diagram<\/td>\n<td>Modeling lifecycle states like order fulfillment<\/td>\n<\/tr>\n<tr>\n<td>How is the system deployed across hardware?<\/td>\n<td>Deployment Diagram<\/td>\n<td>Planning microservices or cloud architecture<\/td>\n<\/tr>\n<tr>\n<td>What are the high-level process flows?<\/td>\n<td>Activity Diagram<\/td>\n<td>Documenting business logic or decision trees<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Real-World Example: E-Commerce Payment Flow<\/h3>\n<p>When modeling a payment request, I used a sequence diagram to clarify interactions among: User, Order Service, Payment Gateway, and Bank.<\/p>\n<p>Instead of jumping into full UML syntax, I began with a simple flow: User \u2192 Request Payment \u2192 Gateway \u2192 Bank \u2192 Confirm \u2192 Update Order. Then I added lifelines, messages, and activation bars.<\/p>\n<p>This approach revealed a critical flaw: the payment confirmation was sent before the bank confirmed the transaction. A simple shift in message order fixed a potential race condition.<\/p>\n<p>Visual Paradigm UML templates let me start from a pre-built sequence diagram structure. I didn\u2019t have to create from scratch\u2014I just filled in the actors and steps. This saved 20 minutes per diagram and reduced errors.<\/p>\n<h2>Leverage Visual Paradigm UML Templates<\/h2>\n<p>Templates aren\u2019t shortcuts\u2014they\u2019re accelerators. They embed patterns I\u2019ve seen in 200+ real projects.<\/p>\n<p>When I needed to model a hospital registration workflow, I selected the \u201cActivity Diagram \u2013 Business Process\u201d template. It came with swimlanes, decision nodes, and start\/end markers. I only had to rename the steps and add transitions.<\/p>\n<p>Here\u2019s what I learned: templates reduce cognitive load. You focus on logic, not layout. The tool handles alignment, spacing, and consistent symbols.<\/p>\n<p>Use these templates to:<\/p>\n<ul>\n<li>Speed up initial modeling without sacrificing accuracy<\/li>\n<li>Ensure consistency across team members<\/li>\n<li>Reinforce best practices through structure<\/li>\n<\/ul>\n<p>Don\u2019t treat them as rigid frameworks. Use them as launchpads. Customize the template to your domain\u2014add domain-specific icons, rename actors, or simplify flows.<\/p>\n<h3>Pro Tip: Validate Early, Iterate Often<\/h3>\n<p>Show the diagram to someone not involved in its creation. If they can\u2019t explain it in under a minute, it\u2019s not clear enough.<\/p>\n<p>I once showed a class diagram to a junior developer. He said, \u201cI don\u2019t know what that \u2018Invoice\u2019 class is doing here.\u201d I realized the relationship between Invoice and Payment was abstract. I added a note: \u201cRepresents a payment record after processing.\u201d Suddenly, it made sense.<\/p>\n<p>Use feedback loops to refine. A diagram isn\u2019t done when it looks good\u2014it\u2019s done when it works.<\/p>\n<h2>From Sketch to Shareable Model<\/h2>\n<p>Start with pencil and paper. A messy sketch often reveals more than a polished diagram.<\/p>\n<p>Then, import it into Visual Paradigm. Use the \u201cSketch to UML\u201d feature to auto-detect elements like actors, boxes, and arrows. It won\u2019t be perfect\u2014but it\u2019s a starting point.<\/p>\n<p>Next, refine:<\/p>\n<ol>\n<li>Align elements using the grid and auto-spacing tools.<\/li>\n<li>Apply standard UML notation (e.g., dashed line for inheritance, open arrow for association).<\/li>\n<li>Add meaningful names\u2014avoid \u201cEntity1\u201d or \u201cStep2.\u201d<\/li>\n<li>Use color coding to group related elements (e.g., red for errors, green for success paths).<\/li>\n<li>Export as PNG or PDF, or generate a report via Doc Composer.<\/li>\n<\/ol>\n<p>Now, your diagram is ready for peer review, documentation, or integration into code.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What\u2019s the best way to start creating UML diagrams?<\/h3>\n<p>Begin with the intent behind the diagram, not the format. Ask: \u201cWho needs to understand this?\u201d Then choose the simplest UML diagram that answers a single key question. Use Visual Paradigm UML templates to avoid reinventing the wheel.<\/p>\n<h3>Can I use UML diagram examples from real projects?<\/h3>\n<p>Absolutely. Studying UML diagram examples from systems like e-commerce, banking, or healthcare helps you understand how professionals apply notation in context. Always analyze why a diagram was created\u2014not just what it shows.<\/p>\n<h3>How do Visual Paradigm UML templates improve modeling speed?<\/h3>\n<p>They provide pre-configured structures that follow UML standards. You avoid setting up layout, alignment, and symbol rules manually. This frees you to focus on logic and domain details.<\/p>\n<h3>Do I need to know all UML diagrams to be effective?<\/h3>\n<p>No. Focus on mastering 2\u20133 diagram types relevant to your work. For most developers, that\u2019s class, sequence, and activity diagrams. Use others only when needed to solve a specific problem.<\/p>\n<h3>How can I ensure my diagrams are accurate and consistent?<\/h3>\n<p>Use Visual Paradigm\u2019s built-in validation tools. They check for missing elements, incorrect associations, and naming violations. Pair this with peer review\u2014especially from someone outside your immediate team.<\/p>\n<h3>Is it worth generating code from UML diagrams?<\/h3>\n<p>Yes, when the model is stable. Code generation from UML diagrams via Visual Paradigm saves time and ensures consistency. But only generate when the model accurately reflects the system. Never rely on it as a substitute for design thinking.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most teams waste weeks trying to perfect a diagram before writing a single line of code. The real issue isn\u2019t complexity\u2014it\u2019s premature rigor. I\u2019ve seen architects spend hours aligning boxes and labels when a rough sketch would\u2019ve sufficed. The shift? Start with intent, not perfection. I\u2019ve guided over 300 teams from whiteboard to working UML [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1390,"menu_order":3,"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-1394","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 UML Diagrams with Confidence<\/title>\n<meta name=\"description\" content=\"Learn how to create UML diagrams from scratch using practical techniques, UML diagram examples, and Visual Paradigm UML templates for faster, more accurate modeling.\" \/>\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\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create UML Diagrams with Confidence\" \/>\n<meta property=\"og:description\" content=\"Learn how to create UML diagrams from scratch using practical techniques, UML diagram examples, and Visual Paradigm UML templates for faster, more accurate modeling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Portugu\u00eas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/\",\"name\":\"Create UML Diagrams with Confidence\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:40:50+00:00\",\"description\":\"Learn how to create UML diagrams from scratch using practical techniques, UML diagram examples, and Visual Paradigm UML templates for faster, more accurate modeling.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Real-World UML: Case Studies in Software Design\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Foundations of Practical UML\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"From Whiteboard to Diagram: Turning Ideas into Clear Models\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Portugu\u00eas\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create UML Diagrams with Confidence","description":"Learn how to create UML diagrams from scratch using practical techniques, UML diagram examples, and Visual Paradigm UML templates for faster, more accurate modeling.","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\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/","og_locale":"pt_PT","og_type":"article","og_title":"Create UML Diagrams with Confidence","og_description":"Learn how to create UML diagrams from scratch using practical techniques, UML diagram examples, and Visual Paradigm UML templates for faster, more accurate modeling.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/","og_site_name":"Visual Paradigm Skills Portugu\u00eas","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/","name":"Create UML Diagrams with Confidence","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:40:50+00:00","description":"Learn how to create UML diagrams from scratch using practical techniques, UML diagram examples, and Visual Paradigm UML templates for faster, more accurate modeling.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/create-uml-diagrams-with-confidence\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Real-World UML: Case Studies in Software Design","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/"},{"@type":"ListItem","position":3,"name":"Foundations of Practical UML","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/real-world-uml-case-studies-software-design\/foundations-of-practical-uml\/"},{"@type":"ListItem","position":4,"name":"From Whiteboard to Diagram: Turning Ideas into Clear Models"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website","url":"https:\/\/skills.visual-paradigm.com\/pt\/","name":"Visual Paradigm Skills Portugu\u00eas","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization","name":"Visual Paradigm Skills Portugu\u00eas","url":"https:\/\/skills.visual-paradigm.com\/pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Portugu\u00eas"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/1394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/1394\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/1390"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=1394"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=1394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}