{"id":601,"date":"2026-02-25T10:20:48","date_gmt":"2026-02-25T10:20:48","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/"},"modified":"2026-02-25T10:20:48","modified_gmt":"2026-02-25T10:20:48","slug":"bpmn-black-box-vs-white-box-pool-mistakes","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/","title":{"rendered":"Incorrect Use of Black-Box and White-Box Pools"},"content":{"rendered":"<p>One of the most persistent misunderstandings I\u2019ve seen in BPMN modeling is treating every pool as if it must be fully detailed\u2014like a technical blueprint. But if you\u2019ve ever found yourself staring at a diagram where a supplier\u2019s process is drawn in the same level of depth as your internal workflows, you\u2019ve made a classic mistake. The truth is, not every participant needs to be visible in full white-box detail.<\/p>\n<p>Over the past two decades, I\u2019ve reviewed hundreds of BPMN models, and the most frequent failure isn\u2019t syntax or flow\u2014it\u2019s <strong>misjudging the purpose of a pool<\/strong>. A well-structured collaboration model balances clarity with relevance. A black-box pool shows only interactions and handoffs. A white-box view dives into internal logic. Knowing when to use which is the difference between a useful model and one that confuses stakeholders, hides responsibilities, or becomes impossible to maintain.<\/p>\n<p>Here, I\u2019ll walk you through the real rules\u2014drawn from actual implementations, not just best practices. You\u2019ll learn how to apply the right level of detail to external participants, avoid the trap of over-modeling, and combine views so your diagrams remain both actionable and auditable.<\/p>\n<h2>When to Use Black-Box Pools<\/h2>\n<p>Think of a black-box pool as a contract. You don\u2019t need to know how the supplier runs their operation\u2014only that they deliver on time, and what triggers their response.<\/p>\n<p>Black-box modeling is ideal when:<\/p>\n<ul>\n<li>The external process is not under your control.<\/li>\n<li>The process is complex or proprietary.<\/li>\n<li>Your goal is to model interactions, not internal workflows.<\/li>\n<li>The external partner is a third party (e.g., bank, government agency, vendor).<\/li>\n<\/ul>\n<p>For example, when modeling a payment processing flow, representing the bank as a black-box pool prevents you from getting bogged down in their internal authorization logic. You only care about the message sent and the response received.<\/p>\n<p><strong>Key signal for black-box use:<\/strong> The external participant\u2019s internal steps are irrelevant to your business process understanding.<\/p>\n<h3>Practical Pattern: The Black-Box Contract<\/h3>\n<p>Use message flows to define interactions. Keep the pool\u2019s interior empty or use a generic placeholder like \u201cProcess: Bank Verification.\u201d This preserves clarity of intent.<\/p>\n<p>Example:<\/p>\n<pre><code>\n[Your Organization] --(Send Payment Request)--&gt; [Bank (Black Box)]\n[Bank (Black Box)] --(Send Payment Confirmation)--&gt; [Your Organization]\n<\/code><\/pre>\n<p>By limiting internal activity, you avoid overloading the diagram and maintain focus on your own process flow.<\/p>\n<h2>When to Use White-Box Pools<\/h2>\n<p>A white-box pool is necessary when you need to model a process that is either:<\/p>\n<ul>\n<li>Internal to your organization.<\/li>\n<li>Shared across departments you manage.<\/li>\n<li>Subject to regulatory or audit requirements.<\/li>\n<\/ul>\n<p>When you\u2019re modeling an approval workflow involving your HR, IT, and Finance teams, each with defined roles and handoffs, you must expose the internal logic. Otherwise, you lose traceability and accountability.<\/p>\n<p><strong>Key signal for white-box use:<\/strong> The internal steps directly impact your process behavior, decision logic, or compliance.<\/p>\n<h3>Practical Pattern: The White-Box Collaboration<\/h3>\n<p>Create lanes for each role. Add activities with clear owners. Use message flows for handoffs. This makes responsibilities explicit and enables validation.<\/p>\n<p>Example:<\/p>\n<pre><code>\n[HR Dept] --(Submit Leave Request)--&gt; [IT Dept]\n[IT Dept] --(Approve\/Reject)--&gt; [Finance Dept]\n[Finance Dept] --(Process Payment)--&gt; [HR Dept]\n<\/code><\/pre>\n<p>This structure ensures you can track who did what, when, and why. It\u2019s not just about flow\u2014it\u2019s about accountability.<\/p>\n<h2>Common Mistakes and How to Fix Them<\/h2>\n<h3>Over-Detailing External Partners<\/h3>\n<p>One of the most frequent errors I see: modeling a customer&#8217;s onboarding process in full white-box detail. A customer is not a department. Their internal steps are not your concern.<\/p>\n<p><strong>Problem:<\/strong> You end up with a massive, unreadable diagram that\u2019s not your responsibility to maintain.<\/p>\n<p><strong>Solution:<\/strong> Use a black-box pool with one or two placeholder activities, such as \u201cCustomer completes form\u201d and \u201cCustomer receives confirmation.\u201d Keep the focus on your interaction points.<\/p>\n<h3>Leaving Critical External Behavior Opaque<\/h3>\n<p>Conversely, hiding too much detail can be just as bad. If a supplier\u2019s response time determines your next step, but you\u2019ve drawn nothing inside their pool, you\u2019ve created a blind spot.<\/p>\n<p><strong>Problem:<\/strong> The process appears correct, but fails in real execution due to unmodeled dependencies.<\/p>\n<p><strong>Solution:<\/strong> Apply minimal white-box detail when necessary. For example, if the partner\u2019s response must be within 24 hours, add a timer boundary event inside their pool: \u201cWait for response (24h).\u201d This preserves the black-box feel while exposing critical timing behavior.<\/p>\n<h3>Switching Between Black-Box and White-Box Without Intent<\/h3>\n<p>Some teams flip between styles within the same diagram\u2014white-box for one partner, black-box for another\u2014without a clear rationale. This confuses stakeholders.<\/p>\n<p><strong>Problem:<\/strong> No consistency. Readers can\u2019t tell why one pool is detailed and another isn\u2019t.<\/p>\n<p><strong>Solution:<\/strong> Apply a consistent rule: <strong>only white-box external participants that directly affect your process behavior or are under your governance.<\/strong><\/p>\n<h2>Best Practices: Combining Black-Box and White-Box Views<\/h2>\n<p>Most projects don\u2019t rely on a single diagram. Instead, use a layered approach.<\/p>\n<h3>Pattern 1: The Master Collaboration Diagram (Black-Box)<\/h3>\n<p>Model the end-to-end journey using black-box pools for all external participants. This is your high-level roadmap for stakeholders.<\/p>\n<h3>Pattern 2: Supporting Internal Detail Diagrams (White-Box)<\/h3>\n<p>For any internal or shared process, create a separate diagram with full white-box detail. Link it using a call activity or subprocess.<\/p>\n<p>Example:<\/p>\n<ul>\n<li>Main diagram: [Your Company] \u2192 [Payment Gateway (black box)]<\/li>\n<li>Sub-diagram: [Payment Gateway Internal Process] (white-box, with lanes for validation, authorization, and logging)<\/li>\n<\/ul>\n<p>This keeps the main process readable while allowing deep dives where needed.<\/p>\n<h3>Pattern 3: Use Call Activities for Reusable External Logic<\/h3>\n<p>If a partner\u2019s process is standard (e.g., a bank\u2019s payment verification), model it once in a white-box sub-process, then reference it using a <strong>Call Activity<\/strong>.<\/p>\n<pre><code>\n[Your Org] --(Send to Payment Gateway)--&gt; [Call Activity: Payment Verification (white box)]\n<\/code><\/pre>\n<p>This avoids duplication and maintains separation of concerns.<\/p>\n<h2>Decision Framework: When to Choose Black vs White<\/h2>\n<p>Use this simple decision tree when modeling a pool:<\/p>\n<ol>\n<li><strong>Is this participant internal or under your control?<\/strong> \u2192 Yes \u2192 <strong>White-box<\/strong><\/li>\n<li><strong>Does their internal behavior affect your next step?<\/strong> \u2192 Yes \u2192 <strong>White-box<\/strong><\/li>\n<li><strong>Is the process proprietary or out of your control?<\/strong> \u2192 Yes \u2192 <strong>Black-box<\/strong><\/li>\n<li><strong>Is the behavior irrelevant to your flow?<\/strong> \u2192 Yes \u2192 <strong>Black-box<\/strong><\/li>\n<\/ol>\n<p>This framework prevents overthinking and ensures consistent application.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>When should I use a black-box pool in BPMN?<\/h3>\n<p>Use a black-box pool when the external participant is not under your control, their internal logic is irrelevant to your process, or you only care about message exchanges. This keeps the model focused and avoid unnecessary complexity.<\/p>\n<h3>What are the risks of over-detailing a partner\u2019s process?<\/h3>\n<p>Over-detailed external processes create unreadable diagrams, increase maintenance burden, and can lead to modeling errors. Stakeholders may misunderstand ownership, and changes in the partner\u2019s process require constant rework on your side.<\/p>\n<h3>Can I use both black-box and white-box views in the same project?<\/h3>\n<p>Absolutely. Use black-box views for high-level collaboration diagrams. Use white-box views for internal or shared processes. Link them via call activities or subprocesses to maintain clarity and consistency.<\/p>\n<h3>How do I model a partner\u2019s response time in a black-box pool?<\/h3>\n<p>Use a timer boundary event inside the partner\u2019s pool. For example, \u201cWait for response (24h).\u201d This exposes time-critical behavior without revealing internal steps.<\/p>\n<h3>Should I model a customer\u2019s actions in full detail?<\/h3>\n<p>No. Customers should typically be modeled as black-box pools. Focus on the interactions\u2014e.g., \u201cCustomer submits form,\u201d \u201cCustomer confirms.\u201d The actual steps they take are not your responsibility to model.<\/p>\n<h3>What if I need to show that a partner\u2019s process has a decision point?<\/h3>\n<p>If the decision affects your process flow, model it in a white-box sub-process. Otherwise, keep it in the black-box pool using a message like \u201cPartner responds with approval or rejection.\u201d The decision logic remains opaque but the outcome is clear.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the most persistent misunderstandings I\u2019ve seen in BPMN modeling is treating every pool as if it must be fully detailed\u2014like a technical blueprint. But if you\u2019ve ever found yourself staring at a diagram where a supplier\u2019s process is drawn in the same level of depth as your internal workflows, you\u2019ve made a classic [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":597,"menu_order":3,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-601","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 Black Box vs White Box Pool Mistakes<\/title>\n<meta name=\"description\" content=\"Master the correct use of black-box and white-box pools in BPMN. Avoid common mistakes in external participant detail level and collaboration modeling with practical patterns and expert insights.\" \/>\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-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Black Box vs White Box Pool Mistakes\" \/>\n<meta property=\"og:description\" content=\"Master the correct use of black-box and white-box pools in BPMN. Avoid common mistakes in external participant detail level and collaboration modeling with practical patterns and expert insights.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/\" \/>\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-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/\",\"name\":\"BPMN Black Box vs White Box Pool Mistakes\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:20:48+00:00\",\"description\":\"Master the correct use of black-box and white-box pools in BPMN. Avoid common mistakes in external participant detail level and collaboration modeling with practical patterns and expert insights.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/#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\":\"Collaboration and Interaction Mistakes\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Incorrect Use of Black-Box and White-Box Pools\"}]},{\"@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":"BPMN Black Box vs White Box Pool Mistakes","description":"Master the correct use of black-box and white-box pools in BPMN. Avoid common mistakes in external participant detail level and collaboration modeling with practical patterns and expert insights.","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-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/","og_locale":"pt_PT","og_type":"article","og_title":"BPMN Black Box vs White Box Pool Mistakes","og_description":"Master the correct use of black-box and white-box pools in BPMN. Avoid common mistakes in external participant detail level and collaboration modeling with practical patterns and expert insights.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/","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-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/","name":"BPMN Black Box vs White Box Pool Mistakes","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:20:48+00:00","description":"Master the correct use of black-box and white-box pools in BPMN. Avoid common mistakes in external participant detail level and collaboration modeling with practical patterns and expert insights.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-black-box-vs-white-box-pool-mistakes\/#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":"Collaboration and Interaction Mistakes","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/"},{"@type":"ListItem","position":4,"name":"Incorrect Use of Black-Box and White-Box Pools"}]},{"@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\/601","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\/601\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/597"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=601"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=601"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}