{"id":389,"date":"2026-02-25T10:17:17","date_gmt":"2026-02-25T10:17:17","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/"},"modified":"2026-02-25T10:17:17","modified_gmt":"2026-02-25T10:17:17","slug":"business-process-language","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/","title":{"rendered":"The Language of Business Processes"},"content":{"rendered":"<p>Every time you describe a sequence of actions in your business, you\u2019re already speaking a language\u2014whether you realize it or not. The key is to make that language precise, consistent, and universally understandable. That\u2019s where BPMN comes in. As someone who\u2019s spent over two decades guiding teams through their first process diagrams, I\u2019ve seen how a single misstep in notation can lead to confusion, delays, or even failed automation.<\/p>\n<p>Think of BPMN as the grammar of business process communication. It\u2019s not just a collection of shapes\u2014it\u2019s a standardized way to express logic, responsibility, and flow. When you master this language, you\u2019re no longer guessing what a process does; you\u2019re stating it clearly, like writing a sentence in a shared dialect.<\/p>\n<p>This chapter focuses on the core principles that make BPMN effective: clarity, consistency, and stakeholder alignment. You\u2019ll learn how to express decisions, tasks, and events in a way that resonates across departments\u2014whether you&#8217;re talking to developers, operations, or executives. By the end, you\u2019ll be able to read and write workflows that communicate with precision, not guesswork.<\/p>\n<h2>Understanding the Core of Process Communication<\/h2>\n<p>Most teams start with a vague idea: \u201cWe need to improve our approval process.\u201d But that\u2019s not a process. It\u2019s a request. The real work begins when you ask: What triggers the start? Who owns each step? What happens if something goes wrong?<\/p>\n<p>That\u2019s where the business process language becomes essential. It transforms ambiguity into action. Each symbol in BPMN\u2014event, activity, gateway\u2014serves a purpose. And when used correctly, they form a narrative the entire organization can follow.<\/p>\n<p>Here\u2019s a practical rule: If a step can\u2019t be represented with a single BPMN element, break it down. Don\u2019t merge tasks or hide decisions behind vague labels. Clarity isn\u2019t optional\u2014it\u2019s the foundation of trust.<\/p>\n<h3>Why BPMN Is More Than Just Diagramming<\/h3>\n<p>BPMN isn\u2019t about aesthetics. It\u2019s about precision. A well-drawn diagram isn\u2019t just visually clean\u2014it\u2019s logically sound. A single misplaced gateway can change the outcome of an entire workflow.<\/p>\n<p>Consider this: when you use a **parallel gateway**, both paths are taken simultaneously. If you meant to represent a choice, you must use a **XOR gateway**. The difference isn\u2019t subtle. It\u2019s fundamental to how the process behaves.<\/p>\n<p>Over the years, I\u2019ve seen countless models fail not from poor design, but from misunderstanding these basic relationships. The language isn\u2019t the issue. It\u2019s how we use it.<\/p>\n<p>Here\u2019s what you gain from mastering business process language:<\/p>\n<ul>\n<li>Clear communication across technical and non-technical roles<\/li>\n<li>Reduced rework due to misinterpretation<\/li>\n<li>Better alignment with automation platforms<\/li>\n<li>A consistent framework for modeling across teams<\/li>\n<\/ul>\n<h2>Building Blocks: Events, Tasks, and Gateways<\/h2>\n<p>Every business process starts with a trigger\u2014something that kicks off the work. That\u2019s where events come in.<\/p>\n<p>Start events (a circle with a dot inside) mark the beginning. They can be triggered by time, messages, or other external inputs. A completion event (a circle with a border) indicates the end.<\/p>\n<p>Between them lie tasks\u2014rectangles that represent work to be done. These can be manual (like \u201cReview Application\u201d) or automated (\u201cSend Confirmation Email\u201d). The distinction matters for process execution and documentation.<\/p>\n<p>Gateways are where decisions live. They control the flow based on conditions. Let\u2019s say you\u2019re modeling a loan approval. The gateway after \u201cCheck Credit Score\u201d might split into two paths: \u201cScore \u2265 700 \u2192 Approve\u201d and \u201cScore &lt; 700 \u2192 Reject.\u201d<\/p>\n<p>You can\u2019t skip this step. Every process must have clear decision logic, and gateways are how you express it.<\/p>\n<h3>Choosing the Right Gateway: AND vs OR vs XOR<\/h3>\n<p>Confusion often starts here. Let\u2019s clarify:<\/p>\n<ul>\n<li><strong>XOR (Exclusive OR)<\/strong> \u2013 One path only. Used for decisions like \u201cIs the applicant over 18?\u201d<\/li>\n<li><strong>AND (Parallel)<\/strong> \u2013 Both paths are taken. Use when multiple tasks must happen simultaneously, like \u201cNotify Manager\u201d and \u201cUpdate Database.\u201d<\/li>\n<li><strong>OR (Inclusive)<\/strong> \u2013 One or more paths may be taken. Useful when a condition opens multiple options, but not all must be followed.<\/li>\n<\/ul>\n<p>Choosing the wrong gateway can invalidate your entire model. It\u2019s not a stylistic choice\u2014it\u2019s about representing what actually happens.<\/p>\n<h2>Aligning Roles and Responsibilities with Swimlanes<\/h2>\n<p>One of the most powerful features of BPMN is the swimlane. It\u2019s not just a visual aid\u2014it\u2019s a responsibility map.<\/p>\n<p>Each lane represents a role, department, or system. When you place a task inside a lane, you\u2019re saying: \u201cThis is who owns it.\u201d No more \u201cWho does this?\u201d questions. The answer is right in the diagram.<\/p>\n<p>For example, in an invoice approval workflow:<\/p>\n<ul>\n<li><strong>Procurement Team<\/strong>: Creates invoice<\/li>\n<li><strong>Finance Team<\/strong>: Reviews and approves<\/li>\n<li><strong>System<\/strong>: Updates ledger<\/li>\n<\/ul>\n<p>Swimlanes turn a flat list of steps into a clear chain of ownership. It\u2019s one of the first things I teach\u2014I\u2019ve seen cross-functional teams resolve months of miscommunication with a single swimlane diagram.<\/p>\n<h2>When Logic Meets Reality: Modeling Best Practices<\/h2>\n<p>Modeling isn\u2019t about making things look complex. It\u2019s about making logic clear. Here\u2019s how to keep your models effective:<\/p>\n<ol>\n<li><strong>Start simple<\/strong>. Begin with the high-level flow. Add detail only when needed.<\/li>\n<li><strong>Avoid crossing flows<\/strong>. Diagrams should read left to right, top to bottom. Crossing lines create confusion.<\/li>\n<li><strong>Use consistent naming<\/strong>. \u201cSubmit Application\u201d is better than \u201cStep 3.\u201d Use present tense for actions.<\/li>\n<li><strong>Clarify decision points<\/strong>. Don\u2019t rely on assumptions. Use clear labels like \u201cCredit Score \u2265 700\u201d instead of \u201cOK.\u201d<\/li>\n<li><strong>Validate early<\/strong>. Ask: Does this make sense to someone not involved in the process?<\/li>\n<\/ol>\n<p>These aren\u2019t rigid rules\u2014they\u2019re guidelines. And every time you apply them, you\u2019re speaking more clearly in the business process language.<\/p>\n<h2>Common Pitfalls in Process Modeling Fundamentals<\/h2>\n<p>Even experienced modelers make mistakes. Here are the most common ones\u2014and how to fix them:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Mistake<\/th>\n<th>Fix<\/th>\n<\/tr>\n<tr>\n<td>Merging tasks into one box<\/td>\n<td>Break them into individual actions<\/td>\n<\/tr>\n<tr>\n<td>Using a single path for complex decisions<\/td>\n<td>Use XOR or OR gateways to show alternatives<\/td>\n<\/tr>\n<tr>\n<td>Unclear start or end events<\/td>\n<td>Always define trigger and outcome<\/td>\n<\/tr>\n<tr>\n<td>Overusing gateways in a row<\/td>\n<td>Group decisions to reduce cognitive load<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Each of these undermines the purpose of process communication BPMN. A model should be easy to read, not a labyrinth.<\/p>\n<h2>Checklist: Is Your Model Ready?<\/h2>\n<p>Before sharing your BPMN diagram with stakeholders, ask:<\/p>\n<ul>\n<li>Does every event have a clear trigger?<\/li>\n<li>Is there a start and end event?<\/li>\n<li>Are all gateways correctly labeled and used?<\/li>\n<li>Do swimlanes reflect actual ownership?<\/li>\n<li>Can a non-expert follow the flow without confusion?<\/li>\n<\/ul>\n<p>If you can answer \u201cyes\u201d to all, you\u2019re speaking the language of business processes with clarity and confidence.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is the core purpose of business process language in BPMN?<\/h3>\n<p>To standardize how workflows are communicated across teams. It ensures that every stakeholder\u2014technical, managerial, or operational\u2014understands the sequence, ownership, and decision logic in the same way.<\/p>\n<h3>How do I decide between XOR and AND gateways?<\/h3>\n<p>Use XOR when only one path should be taken (mutually exclusive). Use AND when multiple paths must be followed simultaneously. If you&#8217;re unsure, ask: \u201cDo both options happen at once?\u201d If yes, it\u2019s AND. If only one, use XOR.<\/p>\n<h3>Can I use BPMN to model customer service workflows?<\/h3>\n<p>Absolutely. BPMN excels at modeling customer-facing processes like support tickets, order fulfillment, or onboarding. Use swimlanes to show roles like \u201cCustomer,\u201d \u201cSupport Agent,\u201d and \u201cSystem.\u201d<\/p>\n<h3>Why do some models look too complex?<\/h3>\n<p>Overuse of gateways, poor naming, or lack of swimlane structure often causes clutter. Keep it simple. Break large processes into sub-processes. Use consistent layout rules.<\/p>\n<h3>How does BPMN help with process communication BPMN?<\/h3>\n<p>It replaces ambiguous text with visual logic. Clear shapes, standardized rules, and defined flow paths ensure that stakeholders interpret the same process the same way\u2014reducing errors and rework.<\/p>\n<h3>Is it okay to skip swimlanes in simple models?<\/h3>\n<p>For very basic processes, yes. But even then, hint at ownership. For example, label a task as \u201cFinance: Approve.\u201d Over time, introducing swimlanes builds a habit of accountability.<\/p>\n<p>Learning the language of business processes isn\u2019t about memorizing symbols. It\u2019s about thinking in terms of logic, ownership, and clarity. Every diagram you create is a sentence in that language. Make it count.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Every time you describe a sequence of actions in your business, you\u2019re already speaking a language\u2014whether you realize it or not. The key is to make that language precise, consistent, and universally understandable. That\u2019s where BPMN comes in. As someone who\u2019s spent over two decades guiding teams through their first process diagrams, I\u2019ve seen how [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":387,"menu_order":1,"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-389","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>Mastering Business Process Language<\/title>\n<meta name=\"description\" content=\"Learn the foundational language of business processes with BPMN. Master process modeling fundamentals, business workflow terminology, and process communication BPMN for clear, effective 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\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mastering Business Process Language\" \/>\n<meta property=\"og:description\" content=\"Learn the foundational language of business processes with BPMN. Master process modeling fundamentals, business workflow terminology, and process communication BPMN for clear, effective modeling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Polski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/\",\"name\":\"Mastering Business Process Language\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\"},\"datePublished\":\"2026-02-25T10:17:17+00:00\",\"description\":\"Learn the foundational language of business processes with BPMN. Master process modeling fundamentals, business workflow terminology, and process communication BPMN for clear, effective modeling.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BPMN Fundamentals for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding BPMN and Process Thinking\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"The Language of Business Processes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"name\":\"Visual Paradigm Skills Polski\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\",\"name\":\"Visual Paradigm Skills Polski\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Polski\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mastering Business Process Language","description":"Learn the foundational language of business processes with BPMN. Master process modeling fundamentals, business workflow terminology, and process communication BPMN for clear, effective 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\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/","og_locale":"pl_PL","og_type":"article","og_title":"Mastering Business Process Language","og_description":"Learn the foundational language of business processes with BPMN. Master process modeling fundamentals, business workflow terminology, and process communication BPMN for clear, effective modeling.","og_url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/","og_site_name":"Visual Paradigm Skills Polski","twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"7 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/","name":"Mastering Business Process Language","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website"},"datePublished":"2026-02-25T10:17:17+00:00","description":"Learn the foundational language of business processes with BPMN. Master process modeling fundamentals, business workflow terminology, and process communication BPMN for clear, effective modeling.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/business-process-language\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pl\/"},{"@type":"ListItem","position":2,"name":"BPMN Fundamentals for Beginners","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/"},{"@type":"ListItem","position":3,"name":"Understanding BPMN and Process Thinking","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/"},{"@type":"ListItem","position":4,"name":"The Language of Business Processes"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website","url":"https:\/\/skills.visual-paradigm.com\/pl\/","name":"Visual Paradigm Skills Polski","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization","name":"Visual Paradigm Skills Polski","url":"https:\/\/skills.visual-paradigm.com\/pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Polski"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/389","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/389\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/387"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/media?parent=389"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/doc_tag?post=389"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}