{"id":1187,"date":"2026-02-25T10:37:22","date_gmt":"2026-02-25T10:37:22","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/"},"modified":"2026-02-25T10:37:22","modified_gmt":"2026-02-25T10:37:22","slug":"touchpoints-and-bpmn","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/","title":{"rendered":"Understanding Touchpoints, Moments of Truth, and Channels"},"content":{"rendered":"<p>Most teams waste hours trying to reconcile journey maps with process models because they treat them as separate artifacts. The real issue? They\u2019re not aligning the human experience with operational logic. The shift? Start by treating touchpoints not as static moments, but as active triggers in a BPMN flow. This transforms experience design from storytelling into executable strategy.<\/p>\n<p>I\u2019ve spent over two decades helping organizations bridge the gap between customer emotions and back-office systems. What I\u2019ve learned is this: when you map touchpoints directly into BPMN\u2014such as using activities for customer-facing interactions or lanes for channels\u2014you create models that both CX leaders and IT teams can trust and act on.<\/p>\n<p>This chapter shows you how to define and represent touchpoints, moments of truth, and channels in ways that integrate naturally into BPMN. You\u2019ll see real-world examples across web, mobile, phone, and in-person interactions, and learn how to avoid common modeling pitfalls that lead to confusion and misalignment.<\/p>\n<h2>What Are Touchpoints, Moments of Truth, and Channels?<\/h2>\n<h3>Touchpoints: Where Experience Meets Action<\/h3>\n<p>Touchpoints are any point of interaction between a customer and a company. They\u2019re not just buttons or screens\u2014they\u2019re moments of decision, expectation, or emotion.<\/p>\n<p>Consider a customer clicking \u201cForgot Password\u201d on a banking app. That\u2019s not just a UI element. It\u2019s a touchpoint where the customer expects clarity, security, and speed.<\/p>\n<p>In BPMN, these are best modeled as **activities**\u2014typically placed in a dedicated lane labeled \u201cCustomer\u201d or \u201cFrontline.\u201d This makes the customer\u2019s action explicit, and helps teams see where delays or confusion occur.<\/p>\n<ul>\n<li><strong>Web**: Login form, chat widget, checkout button<\/strong><\/li>\n<li><strong>Mobile**: App notification, in-app purchase, biometric login<\/strong><\/li>\n<p><strong><\/p>\n<li><strong>Phone**: Call center IVR, agent handoff, callback request<\/strong><\/li>\n<p><strong><\/p>\n<li><strong>In-person**: In-store kiosk, cashier interaction, service advisor<\/strong><\/li>\n<p><strong><br \/>\n<\/strong><\/strong><\/strong><\/ul>\n<p><strong><strong><strong><\/p>\n<h3>Moments of Truth: The Crossroads of Experience<\/h3>\n<p>Moments of Truth are specific touchpoints with high emotional or decision-making weight. They\u2019re where trust is built\u2014or broken.<\/p>\n<p>For instance, when a customer receives a confirmation email after a purchase, that\u2019s a moment of truth. They\u2019re now either reassured (\u201cI did it\u201d) or anxious (\u201cDid it go through?\u201d).<\/p>\n<p>These should be modeled as **gateways** or **events** in BPMN, especially when they trigger a response or decision. Use a <strong>message event<\/strong> or <strong>intermediate throw event<\/strong> labeled \u201cCustomer Confirmation Sent\u201d to mark the moment.<\/p>\n<p>Here\u2019s how to identify a moment of truth:<\/p>\n<ol>\n<li>Does the customer make a decision here?<\/li>\n<li>Is the outcome uncertain or emotionally charged?<\/li>\n<li>Would failure here damage trust or lead to churn?<\/li>\n<li>If yes to any, it\u2019s a moment of truth.<\/li>\n<\/ol>\n<h3>Channels: The Pathways of Interaction<\/h3>\n<p>Channels are the delivery methods\u2014web, mobile, phone, in-person\u2014through which touchpoints are experienced.<\/p>\n<p>Modeling channels in BPMN is not about duplicating logic. It\u2019s about organizing the flow to show how different paths converge on the same outcome.<\/p>\n<p>Use **lanes** to represent channels. For example:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Channel<\/th>\n<th>Best Practice in BPMN<\/th>\n<\/tr>\n<tr>\n<td>Web<\/td>\n<td>Group all web-based activities in a \u201cWeb Channel\u201d lane<\/td>\n<\/tr>\n<tr>\n<td>Mobile App<\/td>\n<td>Use a separate lane for mobile actions<\/td>\n<\/tr>\n<tr>\n<td>Call Center<\/td>\n<td>Model agent interactions in \u201cCustomer Support\u201d lane with a separate role<\/td>\n<\/tr>\n<tr>\n<td>In-Person<\/td>\n<td>Use a \u201cBranch Service\u201d lane for physical interactions<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>These lanes don\u2019t need to be separate pools. Often, a single pool with multiple lanes keeps the model clear and reusable.<\/p>\n<h2>How to Represent Touchpoints in Process Models<\/h2>\n<p>Touchpoints are not passive. They\u2019re triggers for action. The key is to make them **active components** in your BPMN model.<\/p>\n<p>Here\u2019s a simple pattern:<\/p>\n<ol>\n<li>Start with the customer\u2019s action as a <strong>task<\/strong> in the \u201cCustomer\u201d lane.<\/li>\n<li>Follow with a <strong>message flow<\/strong> to the internal process lane.<\/li>\n<li>Use a <strong>gateway<\/strong> to model decision points like \u201cIs the data valid?\u201d<\/li>\n<li>End with a <strong>customer-facing response<\/strong> task.<\/li>\n<\/ol>\n<p>This structure makes every touchpoint a visible, analyzable step\u2014no more invisible handoffs.<\/p>\n<h3>Example: Password Reset Flow<\/h3>\n<p>Let\u2019s walk through a real example.<\/p>\n<ul>\n<li><strong>Activity (Customer Lane)<\/strong>: User clicks \u201cForgot Password\u201d<\/li>\n<li><strong>Message Flow<\/strong>: Request sent to \u201cAuthentication Service\u201d<\/li>\n<li><strong>Gateway<\/strong>: Is email valid? \u2192 Yes \u2192 Send reset link<\/li>\n<li><strong>Activity (Customer Lane)<\/strong>: User receives email and opens it<\/li>\n<li><strong>Message Flow<\/strong>: Clicks link \u2192 sends to \u201cReset Service\u201d<\/li>\n<li><strong>Gateway<\/strong>: Is token valid? \u2192 Yes \u2192 Show reset form<\/li>\n<li><strong>Activity (Customer Lane)<\/strong>: Enters new password<\/li>\n<li><strong>Message Flow<\/strong>: Sends to backend<\/li>\n<li><strong>Event (Customer Lane)<\/strong>: Success message displayed<\/li>\n<\/ul>\n<p>This model shows not just what happens, but where the customer is, what they\u2019re doing, and when they experience uncertainty.<\/p>\n<h2>Why Channels in Customer Journeys Matter<\/h2>\n<p>Customers don\u2019t see \u201cprocesses.\u201d They see channels. A user might start on mobile, continue on web, and finish via phone call.<\/p>\n<p>When modeling, avoid treating each channel as a separate process. Instead, use a **single BPMN diagram** with lanes for each channel, and show how flows converge.<\/p>\n<p>This reduces redundancy, ensures consistency, and helps answer questions like:<\/p>\n<ul>\n<li>Where is the bottleneck in the self-service path?<\/li>\n<li>Why do some customers switch from web to phone?<\/li>\n<li>What\u2019s the average time between touchpoints?<\/li>\n<\/ul>\n<p>By grouping touchpoints by channel, you can analyze performance per pathway and optimize where it matters most.<\/p>\n<h2>Best Practices for Modeling Touchpoints and Channels<\/h2>\n<ul>\n<li><strong>Use a customer-first lane<\/strong>: Always include a \u201cCustomer\u201d lane to maintain the human perspective.<\/li>\n<li><strong>Label actions clearly<\/strong>: Instead of \u201cActivity 1,\u201d write \u201cEnters login details\u201d or \u201cRequests callback.\u201d<\/li>\n<li><strong>Use message flows for handoffs<\/strong>: Clearly show when a customer action triggers a backend process.<\/li>\n<li><strong>Group by channel, not by system<\/strong>: A service might be used across channels\u2014model the flow, not the tech.<\/li>\n<li><strong>Annotate moments of truth<\/strong>: Use notes or color coding to highlight high-stakes interactions.<\/li>\n<\/ul>\n<p>Remember: BPMN isn\u2019t a technical diagram. It\u2019s a shared language for experience.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What\u2019s the difference between a touchpoint and a moment of truth in BPMN?<\/h3>\n<p>A touchpoint is any interaction point\u2014the \u201cwhat.\u201d A moment of truth is a high-stakes touchpoint where the customer decides whether to continue, trust, or leave. In BPMN, touchpoints are modeled as tasks. Moments of truth are often marked with gateways, events, or annotations to signal decision or emotional weight.<\/p>\n<h3>Can I use BPMN to model multi-channel customer journeys?<\/h3>\n<p>Absolutely. Use lanes to represent different channels (web, mobile, phone, in-person). Show how the customer moves between channels using message flows and shared data. Keep the core process in one diagram for clarity. You can also create a \u201cchannel layer\u201d view that isolates each path.<\/p>\n<h3>How do I represent a moment of truth in BPMN?<\/h3>\n<p>Use an <strong>intermediate throw event<\/strong> labeled \u201cMoment of Truth: Confirmation Sent\u201d or a <strong>gateway<\/strong> with a decision condition like \u201cCustomer Confirmed? Yes\/No.\u201d Add a note to explain its significance\u2014e.g., \u201cThis is where trust is established.\u201d<\/p>\n<h3>Should I create separate BPMN diagrams for each channel?<\/h3>\n<p>No. That leads to duplication and inconsistency. Instead, use one diagram with lanes for each channel. If you must split, create a master diagram with a reference to the channel-specific ones. This keeps models aligned and easier to maintain.<\/p>\n<h3>How do I avoid clutter when modeling multiple channels?<\/h3>\n<p>Use groupings, annotations, and color coding. Limit each lane to key actions. Use swimlanes only when necessary. Keep the customer lane visible to anchor the journey. Remove redundant activities\u2014especially those with the same logic across channels.<\/p>\n<h3>Can BPMN help me identify where customers abandon a journey?<\/h3>\n<p>Yes. Use <strong>boundary events<\/strong> on activities to capture exceptions like \u201cUser Leaves Page.\u201d Use <strong>compensation events<\/strong> to model recovery paths. Track these in your BPMN model and link them to analytics. This turns experience insights into process changes.<\/p>\n<p><\/strong><\/strong><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most teams waste hours trying to reconcile journey maps with process models because they treat them as separate artifacts. The real issue? They\u2019re not aligning the human experience with operational logic. The shift? Start by treating touchpoints not as static moments, but as active triggers in a BPMN flow. This transforms experience design from storytelling [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1186,"menu_order":0,"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-1187","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>Touchpoints and BPMN: Designing Customer-Centric Processes<\/title>\n<meta name=\"description\" content=\"Learn how to represent touchpoints and BPMN models to improve customer experience. Discover practical techniques for mapping channels, moments of truth, and customer interactions in BPMN diagrams.\" \/>\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\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Touchpoints and BPMN: Designing Customer-Centric Processes\" \/>\n<meta property=\"og:description\" content=\"Learn how to represent touchpoints and BPMN models to improve customer experience. Discover practical techniques for mapping channels, moments of truth, and customer interactions in BPMN diagrams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/\" \/>\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\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/\",\"name\":\"Touchpoints and BPMN: Designing Customer-Centric Processes\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:37:22+00:00\",\"description\":\"Learn how to represent touchpoints and BPMN models to improve customer experience. Discover practical techniques for mapping channels, moments of truth, and customer interactions in BPMN diagrams.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Modeling Customer Journeys with BPMN\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Foundations of Customer Journey Thinking\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Understanding Touchpoints, Moments of Truth, and Channels\"}]},{\"@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":"Touchpoints and BPMN: Designing Customer-Centric Processes","description":"Learn how to represent touchpoints and BPMN models to improve customer experience. Discover practical techniques for mapping channels, moments of truth, and customer interactions in BPMN diagrams.","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\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/","og_locale":"pt_PT","og_type":"article","og_title":"Touchpoints and BPMN: Designing Customer-Centric Processes","og_description":"Learn how to represent touchpoints and BPMN models to improve customer experience. Discover practical techniques for mapping channels, moments of truth, and customer interactions in BPMN diagrams.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/","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\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/","name":"Touchpoints and BPMN: Designing Customer-Centric Processes","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:37:22+00:00","description":"Learn how to represent touchpoints and BPMN models to improve customer experience. Discover practical techniques for mapping channels, moments of truth, and customer interactions in BPMN diagrams.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/touchpoints-and-bpmn\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Modeling Customer Journeys with BPMN","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/"},{"@type":"ListItem","position":3,"name":"Foundations of Customer Journey Thinking","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/customer-journey-foundations\/"},{"@type":"ListItem","position":4,"name":"Understanding Touchpoints, Moments of Truth, and Channels"}]},{"@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\/1187","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\/1187\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/1186"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=1187"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=1187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}