{"id":393,"date":"2026-02-25T10:17:19","date_gmt":"2026-02-25T10:17:19","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/"},"modified":"2026-02-25T10:17:19","modified_gmt":"2026-02-25T10:17:19","slug":"bpmn-vs-uml","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/","title":{"rendered":"BPMN vs Other Notations: UML, DFD, ArchiMate"},"content":{"rendered":"<p>When you&#8217;re learning to model business processes, one of the first questions you\u2019ll face is: \u201cShould I use BPMN, or is UML better?\u201d It\u2019s a natural point of confusion. I\u2019ve seen hundreds of beginners wrestle with this exact dilemma\u2014trying to force one notation into every scenario, only to end up with a cluttered, misunderstood diagram.<\/p>\n<p>The truth? They\u2019re not competitors. They\u2019re teammates. BPMN is built for the business side\u2014clear, intuitive, and focused on workflow. UML, on the other hand, is designed for developers and system architects, where logic, structure, and behavior matter more than flow.<\/p>\n<p>My advice? Start with BPMN for anything involving people, decisions, or handoffs. Use UML when you\u2019re modeling software components, data relationships, or system behavior. That\u2019s what I\u2019ve taught for over two decades: modeling isn\u2019t about picking the most complex tool\u2014it\u2019s about choosing the right one for the job.<\/p>\n<p>Here, you\u2019ll learn how to tell them apart, when to use each, and how they can work together\u2014without the jargon. You\u2019ll walk away with a clear decision framework, not just a list of rules.<\/p>\n<h2>BPMN vs UML: Core Focus and Purpose<\/h2>\n<h3>What BPMN Is Really For<\/h3>\n<p>BPMN, or Business Process Model and Notation, is designed to be readable by everyone\u2014managers, analysts, developers, clients. Its strength lies in visual clarity and real-world alignment.<\/p>\n<p>Think of it like a flowchart for decisions, approvals, and handoffs. A BPMN diagram answers: Who does what? When does it happen? What triggers the next step?<\/p>\n<p>It\u2019s not about code. It\u2019s about process. That\u2019s why it\u2019s used to document order fulfillment, customer service workflows, and approval chains\u2014where timing, roles, and conditions matter.<\/p>\n<h3>What UML Is Actually For<\/h3>\n<p>UML, or Unified Modeling Language, is built for software development. It\u2019s not a process modeler\u2014it\u2019s a system modeler.<\/p>\n<p>Use UML when you\u2019re designing classes, defining state machines, or mapping object interactions. It excels at showing how software components behave under different conditions.<\/p>\n<p>Where BPMN says \u201cthis step happens after approval,\u201d UML says \u201cthis method executes when the state is \u2018pending\u2019 and the user is \u2018authorized.\u2019\u201d One speaks in business terms. The other in code logic.<\/p>\n<h2>Key Differences in Practice<\/h2>\n<p>Let\u2019s look at how they differ in real-world modeling.<\/p>\n<table>\n<tbody>\n<tr>\n<th>Aspect<\/th>\n<th>BPMN<\/th>\n<th>UML<\/th>\n<\/tr>\n<tr>\n<td>Primary Use<\/td>\n<td>Business process workflows<\/td>\n<td>Software system design<\/td>\n<\/tr>\n<tr>\n<td>Target Audience<\/td>\n<td>Business analysts, managers, clients<\/td>\n<td>Developers, architects, engineers<\/td>\n<\/tr>\n<tr>\n<td>Focus<\/td>\n<td>Who does what, when, and why<\/td>\n<td>How objects collaborate, how logic flows<\/td>\n<\/tr>\n<tr>\n<td>Key Elements<\/td>\n<td>Events, activities, gateways, lanes<\/td>\n<td>Classes, state machines, sequence diagrams<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Consider a customer refund request. In BPMN, you\u2019d model the steps: \u201cCustomer submits request,\u201d \u201cManager approves,\u201d \u201cSystem processes refund.\u201d The focus is on roles and decisions.<\/p>\n<p>In UML, you\u2019d model the behavior: \u201cRefundRequest object transitions from \u2018Pending\u2019 to \u2018Approved\u2019 when manager\u2019s action is recorded.\u201d You\u2019d show the method calls, object states, and data flow.<\/p>\n<p>They\u2019re not the same. But they\u2019re both necessary in a complete system. The key is knowing when to use which.<\/p>\n<h2>When to Use Each: A Decision Guide<\/h2>\n<p>Here\u2019s how to approach your modeling decisions:<\/p>\n<ol>\n<li><strong>Do you need to communicate with non-technical stakeholders?<\/strong> Use BPMN. It\u2019s intuitive. A manager should be able to follow it without a PhD in computer science.<\/li>\n<li><strong>Are you designing software behavior or system logic?<\/strong> Use UML. Sequence diagrams, state machines, and class diagrams are your tools.<\/li>\n<li><strong>Is the goal to document a business process for automation?<\/strong> Start with BPMN. Then link it to UML models for development.<\/li>\n<li><strong>Are you modeling a complex system with internal state changes?<\/strong> Use UML. BPMN isn\u2019t built to handle deep state logic.<\/li>\n<\/ol>\n<p>Remember: BPMN is for the \u201cwhat\u201d and \u201cwho.\u201d UML is for the \u201chow.\u201d<\/p>\n<h2>BPMN vs DFD: Understanding the Flow<\/h2>\n<p>Another common comparison is BPMN vs DFD\u2014Data Flow Diagrams. DFD focuses on data movement across systems, showing where data comes from, where it goes, and how it\u2019s processed.<\/p>\n<p>BPMN shows <em>who does what<\/em>. DFD shows <em>where data goes<\/em>. A loan approval process might use BPMN to show the steps from application to approval. DFD would show how loan data flows from the user form, through underwriting systems, to credit reporting tools.<\/p>\n<p>They\u2019re complementary. DFD helps you trace data. BPMN helps you trace responsibility. Use both in complex systems to ensure full visibility.<\/p>\n<p>When working with systems that involve both process flow and data processing\u2014like order processing or payroll\u2014use BPMN for the workflow and DFD for data routing. This is where process notations comparison becomes essential.<\/p>\n<h2>BPMN vs ArchiMate: Modeling at Different Levels<\/h2>\n<p>ArchiMate adds another layer: enterprise architecture. It\u2019s not about individual steps. It\u2019s about structure, behavior, and strategy.<\/p>\n<p>ArchiMate models the \u201cwhy\u201d behind processes. It answers: What\u2019s the business capability? What\u2019s the strategy? How do services and applications connect?<\/p>\n<p>BPMN models the \u201chow.\u201d It\u2019s tactical. ArchiMate is strategic.<\/p>\n<p>For example, a retail company might use ArchiMate to model the \u201cOrder Fulfillment\u201d capability across departments. Then use BPMN to model the actual workflow from order placement to delivery.<\/p>\n<p>Think of BPMN as the blueprint. ArchiMate is the master plan. They\u2019re not in conflict. They\u2019re aligned.<\/p>\n<p>When you\u2019re modeling at the enterprise level, use ArchiMate to define your architecture. Then use BPMN to detail how specific processes operate within that architecture.<\/p>\n<h2>How They Work Together: A Real-World Example<\/h2>\n<p>Let\u2019s say your company is automating invoice processing.<\/p>\n<p>Start with BPMN: Model the steps\u2014\u201cInvoice received,\u201d \u201cVerify vendor,\u201d \u201cCheck PO match,\u201d \u201cApprove for payment.\u201d Use lanes to show which team handles each step.<\/p>\n<p>Then use UML: Design the Invoice class, define the \u201cmatch\u201d method, and create a sequence diagram showing how it integrates with the procurement system.<\/p>\n<p>Use ArchiMate: Define the \u201cProcurement Process\u201d as a business capability. Link it to the \u201cInvoice Processing\u201d application and the \u201cFinance\u201d business unit.<\/p>\n<p>BPMN handles the workflow. UML handles the logic. ArchiMate handles the strategy. This is how process notations comparison leads to clarity.<\/p>\n<p>It\u2019s not about choosing one. It\u2019s about choosing the right combination for your stage.<\/p>\n<h2>Best Practices for Using BPMN Effectively<\/h2>\n<p>Here are a few key tips I\u2019ve learned from teaching students and working with enterprise teams:<\/p>\n<ul>\n<li><strong>Keep one process per diagram<\/strong>. Don\u2019t try to show everything at once. Break complex processes into sub-processes or use swimlanes.<\/li>\n<li><strong>Use consistent naming<\/strong>. \u201cApprove invoice\u201d is clearer than \u201cProcess 2024-03-15.\u201d Use verbs in the base form.<\/li>\n<li><strong>Limit parallel branches<\/strong>. More than three parallel paths become hard to follow. Use sub-processes or conditional splits.<\/li>\n<li><strong>Always define start and end events<\/strong>. Every process must begin with an event (e.g., \u201cInvoice received\u201d) and end with one (e.g., \u201cPayment issued\u201d).<\/li>\n<li><strong>Use gateways sparingly<\/strong>. Only use them when you have a logical decision point. Avoid XOR gateways unless you\u2019re certain only one path will execute.<\/li>\n<\/ul>\n<p>These aren\u2019t just rules\u2014they\u2019re habits that make your models trustworthy and reusable.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can BPMN replace UML in software development?<\/h3>\n<p>No. BPMN is not designed to model software behavior. UML is better suited for class design, sequence flows, and state machines. Use BPMN to define the business logic, then UML to implement it.<\/p>\n<h3>When should I use DFD instead of BPMN?<\/h3>\n<p>Use DFD when you need to focus on data flow\u2014especially in systems where data is the main driver. Use BPMN when the process flow, roles, and decisions are the priority.<\/p>\n<h3>How does ArchiMate integrate with BPMN?<\/h3>\n<p>ArchiMate provides the strategic framework. BPMN delivers the tactical workflow. Use ArchiMate to define business capabilities and services, then use BPMN to model detailed processes that support them.<\/p>\n<h3>Can I use both BPMN and UML in the same project?<\/h3>\n<p>Absolutely. Many organizations use BPMN for business process documentation and UML for system design. They\u2019re not in conflict. They support each other.<\/p>\n<h3>Is BPMN easier to learn than UML?<\/h3>\n<p>Yes, for beginners. BPMN uses intuitive shapes and focuses on real-world process flow. UML requires understanding of object-oriented concepts, which can be a barrier for non-technical users.<\/p>\n<h3>What\u2019s the biggest mistake beginners make when comparing BPMN vs UML?<\/h3>\n<p>Assuming one can do everything the other can. BPMN isn\u2019t for system logic. UML isn\u2019t for process flow. Knowing their boundaries is key to using them correctly.<\/p>\n<p>When you understand what each notation is built for, you stop asking \u201cwhich is better?\u201d and start asking \u201cwhich one fits this problem?\u201d That shift in mindset is what turns a beginner into a confident modeler.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you&#8217;re learning to model business processes, one of the first questions you\u2019ll face is: \u201cShould I use BPMN, or is UML better?\u201d It\u2019s a natural point of confusion. I\u2019ve seen hundreds of beginners wrestle with this exact dilemma\u2014trying to force one notation into every scenario, only to end up with a cluttered, misunderstood diagram. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":387,"menu_order":5,"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-393","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>BPMN vs UML: Choosing the Right Process Notation<\/title>\n<meta name=\"description\" content=\"Compare BPMN vs UML to understand when to use each process notation. Learn real-world applications, key differences, and how they work together in enterprise 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\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN vs UML: Choosing the Right Process Notation\" \/>\n<meta property=\"og:description\" content=\"Compare BPMN vs UML to understand when to use each process notation. Learn real-world applications, key differences, and how they work together in enterprise modeling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Indonesia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/\",\"name\":\"BPMN vs UML: Choosing the Right Process Notation\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\"},\"datePublished\":\"2026-02-25T10:17:19+00:00\",\"description\":\"Compare BPMN vs UML to understand when to use each process notation. Learn real-world applications, key differences, and how they work together in enterprise modeling.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BPMN Fundamentals for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding BPMN and Process Thinking\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"BPMN vs Other Notations: UML, DFD, ArchiMate\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"name\":\"Visual Paradigm Skills Indonesia\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\",\"name\":\"Visual Paradigm Skills Indonesia\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Indonesia\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BPMN vs UML: Choosing the Right Process Notation","description":"Compare BPMN vs UML to understand when to use each process notation. Learn real-world applications, key differences, and how they work together in enterprise 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\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/","og_locale":"id_ID","og_type":"article","og_title":"BPMN vs UML: Choosing the Right Process Notation","og_description":"Compare BPMN vs UML to understand when to use each process notation. Learn real-world applications, key differences, and how they work together in enterprise modeling.","og_url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/","og_site_name":"Visual Paradigm Skills Indonesia","twitter_card":"summary_large_image","twitter_misc":{"Estimasi waktu membaca":"7 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/","url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/","name":"BPMN vs UML: Choosing the Right Process Notation","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#website"},"datePublished":"2026-02-25T10:17:19+00:00","description":"Compare BPMN vs UML to understand when to use each process notation. Learn real-world applications, key differences, and how they work together in enterprise modeling.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-vs-uml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/id\/"},{"@type":"ListItem","position":2,"name":"BPMN Fundamentals for Beginners","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/"},{"@type":"ListItem","position":3,"name":"Understanding BPMN and Process Thinking","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/"},{"@type":"ListItem","position":4,"name":"BPMN vs Other Notations: UML, DFD, ArchiMate"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/id\/#website","url":"https:\/\/skills.visual-paradigm.com\/id\/","name":"Visual Paradigm Skills Indonesia","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization","name":"Visual Paradigm Skills Indonesia","url":"https:\/\/skills.visual-paradigm.com\/id\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Indonesia"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/393\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/387"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/media?parent=393"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/doc_tag?post=393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}