{"id":590,"date":"2026-02-25T10:20:43","date_gmt":"2026-02-25T10:20:43","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/"},"modified":"2026-02-25T10:20:43","modified_gmt":"2026-02-25T10:20:43","slug":"consistent-bpmn-style-guide","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/","title":{"rendered":"Inconsistent Modeling Style Across a Team"},"content":{"rendered":"<p>When team members use different naming patterns, layout rules, or symbol preferences, BPMN diagrams start to feel like a patchwork of personal styles. This inconsistency isn\u2019t just aesthetic\u2014it undermines trust. A modeler might see a green diamond and assume it\u2019s a decision, while another interprets it as a data check. The same process can look different depending on who drew it, destroying the shared understanding BPMN is meant to provide.<\/p>\n<p>My experience working with teams across financial services, healthcare, and logistics has shown one truth: a lack of consistent BPMN modeling style leads to confusion, rework, and missed assumptions. It\u2019s not that the logic is wrong\u2014it\u2019s that the visual signal is broken.<\/p>\n<p>You gain clarity, consistency, and faster stakeholder alignment by defining a lightweight <strong>BPMN style guidelines<\/strong> that your team agrees on. This chapter shows exactly how to do it, with real examples of what to do and what to avoid.<\/p>\n<h2>Why Inconsistent Modeling Hurts Collaboration<\/h2>\n<p>Imagine reviewing a BPMN diagram where one modeler uses all caps, another uses sentence case, and a third uses passive voice. The business intent remains, but the interpretation drifts.<\/p>\n<p>When naming conventions vary, even simple tasks become ambiguous. \u201cProcess Request\u201d may mean \u201csubmit form\u201d in one model, \u201capprove\u201d in another. Without shared standards, the entire team must decode every label\u2014time wasted, errors introduced.<\/p>\n<p>Mixing layout styles compounds the issue. One diagram flows left to right. Another goes top to bottom. Some use tight spacing, others leave wide gaps. These aren\u2019t minor choices\u2014they signal different mental models, and when teams share the same repository, these differences become cognitive friction.<\/p>\n<h3>Real-World Impact: The Hidden Cost of Inconsistency<\/h3>\n<p>I once audited a BPMN repository with 47 diagrams. Sixty percent used different gateway styles: some had rounded corners, others sharp. Event types varied\u2014some used message start events, others used timer events without explanation. One modeler used \u201cCheck Data\u201d as a task label, another called it \u201cData Validation \u2013 Manual.\u201d<\/p>\n<p>The result? A knowledge worker had to re-learn the meaning of every symbol every time they opened a new diagram. This isn\u2019t just inefficient\u2014it\u2019s a barrier to automation, audit compliance, and process improvement.<\/p>\n<h2>Creating Your Team\u2019s Lightweight BPMN Style Guide<\/h2>\n<p>This isn\u2019t about creating a 50-page documentation manual. It\u2019s about identifying the five to eight most impactful rules that reduce ambiguity and increase readability.<\/p>\n<p>Start by observing what your team already does. Then, gather 3\u20135 experienced modelers to agree on simple, consistent rules. Focus on what matters most: clarity, correctness, and reuse.<\/p>\n<h3>Step 1: Standardize Naming Conventions<\/h3>\n<p>Use a verb-object format: \u201cSubmit Application,\u201d \u201cReview Document,\u201d \u201cApprove Request.\u201d Avoid generic verbs like \u201cProcess,\u201d \u201cHandle,\u201d or \u201cDo.\u201d<\/p>\n<p>Here\u2019s what to do and what to avoid:<\/p>\n<ul>\n<li><strong>Do:<\/strong> \u201cVerify Identity\u201d \u2014 clear, action-oriented, role-independent<\/li>\n<li><strong>Don\u2019t:<\/strong> \u201cHandle Verification\u201d \u2014 vague, passive, unclear intent<\/li>\n<li><strong>Do:<\/strong> \u201cSend Confirmation Email\u201d \u2014 describes the action and object<\/li>\n<li><strong>Don\u2019t:<\/strong> \u201cEmail to Customer\u201d \u2014 lacks specificity, could be \u201cSend,\u201d \u201cNotify,\u201d or \u201cUpdate\u201d<\/li>\n<\/ul>\n<h3>Step 2: Enforce a Uniform Layout Direction<\/h3>\n<p>Choose one direction: left-to-right or top-to-bottom. Stick to it across all diagrams. Avoid zig-zag flows or diagonal connections unless absolutely necessary.<\/p>\n<p>Use consistent alignment\u2014left-align the first column of activities, and keep lanes evenly spaced. This improves scanability and reduces eye strain.<\/p>\n<h3>Step 3: Define Symbol and Color Standards<\/h3>\n<p>Agree on which gateways to use in which contexts:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Decision Type<\/th>\n<th>Recommended Gateway<\/th>\n<th>Example<\/th>\n<\/tr>\n<tr>\n<td>Mutually exclusive<\/td>\n<td>XOR (exclusive)<\/td>\n<td>\u201cIs the applicant over 18?\u201d<\/td>\n<\/tr>\n<tr>\n<td>Multiple conditions<\/td>\n<td>AND (inclusive)<\/td>\n<td>\u201cHas ID and address been verified?\u201d<\/td>\n<\/tr>\n<tr>\n<td>One or more<\/td>\n<td>OR (inclusive)<\/td>\n<td>\u201cDid the customer contact support or file a complaint?\u201d<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Also, define color usage. If you use color, apply it consistently\u2014e.g., red for error handling, green for success paths. Avoid using color alone to convey meaning.<\/p>\n<h3>Step 4: Document Assumptions and Context<\/h3>\n<p>Every BPMN diagram should include a brief context statement. This should answer: Who owns this process? What is its scope? What is the trigger?<\/p>\n<p>Use annotations sparingly but consistently. Place them near relevant elements\u2014gateways, tasks, events\u2014so stakeholders can follow the logic without re-reading the entire flow.<\/p>\n<h2>How to Enforce BPMN Team Standards<\/h2>\n<p>Having standards isn\u2019t enough. You must make them visible and enforceable.<\/p>\n<h3>Use a Shared Repository<\/h3>\n<p>Store common elements\u2014tasks, gateways, sub-process templates\u2014in a central library. Use tools like Visual Paradigm or Camunda Modeler to create reusable components.<\/p>\n<p>When a modeler drags \u201cReview Application\u201d from the library, they\u2019re not guessing\u2014it\u2019s already formatted, labeled, and sized consistently.<\/p>\n<h3>Run a Lightweight Review Process<\/h3>\n<p>Before finalizing a diagram, have a peer check it against your <strong>BPMN style guidelines<\/strong>. Use a simple checklist:<\/p>\n<ol>\n<li>Are all task names in verb-object format?<\/li>\n<li>Is the flow direction consistent (left-to-right or top-to-bottom)?<\/li>\n<li>Are gateways used according to decision type?<\/li>\n<li>Are annotations used to clarify complex logic?<\/li>\n<li>Are all roles clearly assigned in lanes?<\/li>\n<\/ol>\n<p>If five out of five items pass, the diagram is ready for stakeholder validation.<\/p>\n<h3>Lead by Example<\/h3>\n<p>As a senior modeler or process lead, your diagrams should reflect the standards you expect others to follow. If you use inconsistent language or layout, others will too.<\/p>\n<p>When you spot a deviation, don\u2019t call it \u201cwrong\u201d\u2014ask, \u201cCan we align this with our team standards?\u201d This approach builds trust, not blame.<\/p>\n<h2>Common Pitfalls in Harmonizing BPMN Diagrams<\/h2>\n<p>Even with good intentions, teams fall into traps that undermine consistency.<\/p>\n<h3>Over-Standardizing<\/h3>\n<p>Don\u2019t dictate every detail: font size, exact spacing, or icon style. Focus on what impacts meaning\u2014naming, flow, gateway type, ownership.<\/p>\n<p>Too many rules create resistance. A lightweight guide is more sustainable.<\/p>\n<h3>Ignoring Tool Capabilities<\/h3>\n<p>Many BPMN tools offer built-in style templates, validation rules, and auto-formatting. Learn to use them.<\/p>\n<p>Visual Paradigm, for example, allows you to define default styles for tasks, events, and gateways. Once set, every new diagram inherits that look and feel.<\/p>\n<h3>Assuming Everyone Understands the Rules<\/h3>\n<p>Just publishing a guide isn\u2019t enough. Host a 30-minute session to walk through real examples\u2014show a diagram with inconsistency, then refactor it using your standards.<\/p>\n<p>Use before-and-after comparisons to show the improvement in readability and clarity.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I get my team to follow BPMN team standards?<\/h3>\n<p>Start with a workshop to define the standards together. Use real examples from your current models to show the impact of inconsistency. Then, enforce them through peer review and tool support, not top-down mandates.<\/p>\n<h3>Can we use different styles for different types of processes?<\/h3>\n<p>Yes\u2014but only if the variation is intentional and documented. For example, a customer-facing process might use a different layout than an internal back-office flow. But within each category, consistency must be maintained.<\/p>\n<h3>Should I use color in BPMN diagrams?<\/h3>\n<p>Use color to highlight key flows, not to define meaning. For example, use green for success paths, red for error conditions. But ensure the same logic is clear without color\u2014accessibility matters.<\/p>\n<h3>What if my team has no modeler experience?<\/h3>\n<p>Start small. Pick one pilot process. Apply the <strong>BPMN style guidelines<\/strong> and review it together. Use that as a teaching example. Gradually expand as skills grow.<\/p>\n<h3>How often should we revisit our BPMN team standards?<\/h3>\n<p>Reassess annually\u2014or after every major project. Feedback from new modelers and stakeholder reviews often reveals gaps in the current standards.<\/p>\n<h3>Do I need a full-time BPMN coach?<\/h3>\n<p>No. The best modelers are those who practice consistently. Designate a rotating \u201cmodeling champion\u201d per sprint to review and guide others. This builds ownership and accountability.<\/p>\n<p>Consistent BPMN modeling style isn\u2019t about perfection\u2014it\u2019s about predictability. When every diagram follows the same rules, your process models become tools of clarity, not confusion.<\/p>\n<p>By establishing a lightweight <strong>BPMN style guidelines<\/strong> and embedding it in your daily workflow, you create a foundation for reliable, reusable, and trustworthy process documentation.<\/p>\n<p>Start today. Choose one rule. Apply it to one diagram. Share it with your team. That\u2019s how you harmonize BPMN diagrams\u2014and build a culture of quality.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When team members use different naming patterns, layout rules, or symbol preferences, BPMN diagrams start to feel like a patchwork of personal styles. This inconsistency isn\u2019t just aesthetic\u2014it undermines trust. A modeler might see a green diamond and assume it\u2019s a decision, while another interprets it as a data check. The same process can look [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":585,"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-590","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>Inconsistent BPMN Modeling Style<\/title>\n<meta name=\"description\" content=\"Fix inconsistent BPMN modeling style across teams. Learn how to harmonize BPMN diagrams with lightweight BPMN team standards and style guidelines for better clarity and collaboration.\" \/>\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\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inconsistent BPMN Modeling Style\" \/>\n<meta property=\"og:description\" content=\"Fix inconsistent BPMN modeling style across teams. Learn how to harmonize BPMN diagrams with lightweight BPMN team standards and style guidelines for better clarity and collaboration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/\" \/>\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=\"7 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\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/\",\"name\":\"Inconsistent BPMN Modeling Style\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:20:43+00:00\",\"description\":\"Fix inconsistent BPMN modeling style across teams. Learn how to harmonize BPMN diagrams with lightweight BPMN team standards and style guidelines for better clarity and collaboration.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common BPMN Mistakes and How to Avoid Them\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Naming, Documentation, and Communication\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Inconsistent Modeling Style Across a Team\"}]},{\"@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":"Inconsistent BPMN Modeling Style","description":"Fix inconsistent BPMN modeling style across teams. Learn how to harmonize BPMN diagrams with lightweight BPMN team standards and style guidelines for better clarity and collaboration.","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\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/","og_locale":"pt_PT","og_type":"article","og_title":"Inconsistent BPMN Modeling Style","og_description":"Fix inconsistent BPMN modeling style across teams. Learn how to harmonize BPMN diagrams with lightweight BPMN team standards and style guidelines for better clarity and collaboration.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/","og_site_name":"Visual Paradigm Skills Portugu\u00eas","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/","name":"Inconsistent BPMN Modeling Style","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:20:43+00:00","description":"Fix inconsistent BPMN modeling style across teams. Learn how to harmonize BPMN diagrams with lightweight BPMN team standards and style guidelines for better clarity and collaboration.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/consistent-bpmn-style-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Common BPMN Mistakes and How to Avoid Them","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/"},{"@type":"ListItem","position":3,"name":"Naming, Documentation, and Communication","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-naming-and-documentation-mistakes\/"},{"@type":"ListItem","position":4,"name":"Inconsistent Modeling Style Across a Team"}]},{"@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\/590","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\/590\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/585"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=590"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}