{"id":644,"date":"2026-02-25T10:21:36","date_gmt":"2026-02-25T10:21:36","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/"},"modified":"2026-02-25T10:21:36","modified_gmt":"2026-02-25T10:21:36","slug":"dfd-naming-mistakes-vague-labels","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/","title":{"rendered":"Poor Labeling: Vague or Ambiguous Names"},"content":{"rendered":"<p>Every time I open a DFD from a team new to modeling, I scan the first few processes. More often than not, I see \u201cProcess Data,\u201d \u201cHandle Info,\u201d or \u201cUpdate Records.\u201d Not a single one tells me what\u2019s actually happening. These aren\u2019t just lazy labels\u2014they\u2019re red flags. They signal a breakdown in communication and hide the very logic the DFD was meant to reveal.<\/p>\n<p>Even with correct notation and structure, poor labeling undermines the entire purpose of a DFD. A diagram becomes a black box to reviewers, testers, and developers. When the process name doesn\u2019t articulate intent, you can\u2019t verify it against requirements. You can\u2019t review for consistency. You can\u2019t even trace it back to a business rule.<\/p>\n<p>This chapter isn\u2019t about syntax. It\u2019s about meaning. I\u2019ll show you how vague process names DFDs create confusion, and how better naming for data flows turns ambiguity into clarity. You\u2019ll learn DFD label best practices grounded in real-world feedback, not theory.<\/p>\n<h2>Why Vague Process Names DFDs Break Communication<\/h2>\n<p>Let\u2019s clear the air: no one sets out to write \u201cHandle Info.\u201d But over time, vague labels become a habit\u2014especially when teams prioritize speed over precision.<\/p>\n<p>Consider a process labeled \u201cProcess Data.\u201d It could mean anything: filtering customer records, validating inputs, calculating risk scores, or generating reports. No one can tell. When a developer reads this, they must guess\u2014and guess wrong more often than not.<\/p>\n<p>Weak names make peer reviews useless. Reviewers can\u2019t challenge poorly named processes because they don\u2019t understand them. The result? Misaligned expectations, rework, and delayed delivery.<\/p>\n<h3>The Hidden Cost of Ambiguity<\/h3>\n<p>Here\u2019s what happens in practice:<\/p>\n<ul>\n<li><strong>Integration failures:<\/strong> A process labeled \u201cUpdate Status\u201d might update a record in the system, but not the data store in the CRM. The mismatch goes unnoticed until deployment.<\/li>\n<li><strong>Test coverage gaps:<\/strong> Testers can\u2019t design test cases for \u201cProcess Data.\u201d What input? What output? What transformation? They skip it.<\/li>\n<li><strong>Onboarding delays:<\/strong> New team members spend hours dissecting vague labels instead of focusing on actual logic.<\/li>\n<\/ul>\n<p>What looks like a minor labeling issue becomes a systemic blocker to clarity and quality.<\/p>\n<h2>From Vague to Testable: Naming Guidelines That Work<\/h2>\n<p>Good labeling isn\u2019t about length. It\u2019s about precision. The best process names include a meaningful verb and a clear object. They answer: *What data is being transformed, and how?*<\/p>\n<h3>Process Naming: Verbs + Objects = Clarity<\/h3>\n<p>Use the pattern: <strong>[Action Verb] + [Data Object]<\/strong>. This forces you to think about what\u2019s actually happening.<\/p>\n<p>Here\u2019s a before-and-after comparison:<\/p>\n<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\">\n<tbody>\n<tr>\n<th>Weak Name<\/th>\n<th>Improved Name<\/th>\n<\/tr>\n<tr>\n<td>Process Data<\/td>\n<td>Validate Customer Application Form<\/td>\n<\/tr>\n<tr>\n<td>Handle Info<\/td>\n<td>Calculate Risk Score Based on Credit History<\/td>\n<\/tr>\n<tr>\n<td>Update Records<\/td>\n<td>Update Customer Status to Active After Approval<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Each improved name is testable. You can ask: \u201cDoes this process validate the form? Does it check all fields? Is the validation rule documented?\u201d<\/p>\n<h3>Data Flow Naming: Be Specific About What Moves<\/h3>\n<p>Data flows should describe the *data object* and its *purpose*. Avoid generic terms like \u201cinformation,\u201d \u201cdata,\u201d or \u201cdetails.\u201d<\/p>\n<p>Instead of:<\/p>\n<ul>\n<li>\u201cSend data to HR\u201d<\/li>\n<li>\u201cPass information to finance\u201d<\/li>\n<\/ul>\n<p>Use:<\/p>\n<ul>\n<li>\u201cTransmit approved leave request to HR system\u201d<\/li>\n<li>\u201cSubmit monthly expense report to finance ledger\u201d<\/li>\n<\/ul>\n<p>These names make the flow unambiguous. They also help trace data across systems and ensure audit trails are accurate.<\/p>\n<h3>Data Store Naming: Focus on Content, Not Function<\/h3>\n<p>Data stores are often mislabeled with functional verbs. \u201cCustomer Data Store\u201d is vague. What data? Who owns it?<\/p>\n<p>Instead, name them after the content they represent:<\/p>\n<ul>\n<li>\u201cApproved Customer Applications\u201d<\/li>\n<li>\u201cPending Risk Assessments\u201d<\/li>\n<li>\u201cActive Employee Records\u201d<\/li>\n<\/ul>\n<p>These names make it easier to understand which data is stored where and why. They also help when creating a data dictionary.<\/p>\n<h2>Checklist: DFD Label Best Practices<\/h2>\n<p>Use this checklist before finalizing any DFD. Run it on every process, flow, and data store.<\/p>\n<ol>\n<li><strong>Does the name use a clear, active verb?<\/strong> Avoid passive or vague verbs like \u201chandle,\u201d \u201cprocess,\u201d \u201cmanage.\u201d<\/li>\n<li><strong>Is the object specific and traceable?<\/strong> Name must reference a real data element, not a vague category.<\/li>\n<li><strong>Can you imagine a test case for it?<\/strong> If not, the label is too abstract.<\/li>\n<li><strong>Is the name consistent with other labels in the model?<\/strong> Use the same terminology for the same concept.<\/li>\n<li><strong>Does it pass the \u201c3-second rule\u201d?<\/strong> Can a teammate understand it without asking?<\/li>\n<\/ol>\n<p>If any answer is \u201cno,\u201d revise the label.<\/p>\n<h2>Common Pitfalls and How to Avoid Them<\/h2>\n<h3>Overuse of \u201cProcess\u201d in Names<\/h3>\n<p>Some teams start every process name with \u201cProcess X.\u201d This adds no value and hides intent.<\/p>\n<p>\u274c \u201cProcess Customer Order\u201d<br \/>\n\u2705 \u201cValidate and Accept Customer Order\u201d<\/p>\n<p>Start with the action, not the category. The diagram already shows it\u2019s a process.<\/p>\n<h3>Using Acronyms Without Definition<\/h3>\n<p>\u201cSubmit RMA\u201d may be clear to your team\u2014but not to auditors or new hires.<\/p>\n<p>\u2705 \u201cSubmit Return Merchandise Authorization (RMA) Form\u201d<\/p>\n<p>Always spell out acronyms the first time they appear in the diagram or legend.<\/p>\n<h3>Confusing Names Across Levels<\/h3>\n<p>Don\u2019t reuse the same name at different levels with different meanings. For example, \u201cProcess Payment\u201d at Level 0 might mean \u201cauthorize funds,\u201d while at Level 1 it could mean \u201cissue bank transfer.\u201d<\/p>\n<p>Use unique, context-specific names. Add a suffix if needed: \u201cProcess Payment (Initial Authorization)\u201d and \u201cProcess Payment (Final Transfer).\u201d<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I name a process that does multiple things?<\/h3>\n<p>Split it. If a process performs more than two distinct actions, decompose it. A process should do one thing, and do it well. Ask: \u201cWhat is the primary transformation?\u201d Use that as the label. If the process must handle multiple steps, break it into sub-processes.<\/p>\n<h3>Should I use singular or plural in data flow names?<\/h3>\n<p>Use singular when referring to a single instance of data. Use plural when referring to a group. For example: \u201cSubmit Expense Report\u201d (singular) vs \u201cTransmit Monthly Payroll Data\u201d (plural). Be consistent within the model.<\/p>\n<h3>Can I use abbreviations in DFDs?<\/h3>\n<p>Yes\u2014but only if they\u2019re defined in a legend or data dictionary. Avoid abbreviations that aren\u2019t widely recognized. For example, \u201cPO\u201d is common, but \u201cCustID\u201d should be \u201cCustomer ID\u201d on first use.<\/p>\n<h3>What if two processes do similar things but in different systems?<\/h3>\n<p>Use the system name in the label for clarity. For example: \u201cValidate Application (HR System)\u201d and \u201cValidate Application (Finance System).\u201d This prevents confusion and supports traceability.<\/p>\n<h3>Is it okay to use a noun as a process name?<\/h3>\n<p>Only if it\u2019s a clear, active action. \u201cCustomer Approval\u201d is not a process\u2014it\u2019s a state. Instead, use \u201cApprove Customer Application.\u201d Nouns can describe data stores or flows, but not processes.<\/p>\n<h3>How can I audit my DFDs for naming consistency?<\/h3>\n<p>Use a peer review checklist. Ask: \u201cDoes every label describe a clear transformation? Is the same term used for the same data? Can someone new understand it without explanation?\u201d Use a tool with a data dictionary to flag inconsistencies automatically.<\/p>\n<p>Remember: DFDs are not just diagrams. They are living representations of business logic. The labels are the language of that logic. When they\u2019re vague, the model fails. When they\u2019re precise, the system becomes understandable, testable, and maintainable.<\/p>\n<p>Replace \u201cProcess Data\u201d with \u201cVerify User Credentials.\u201d Swap \u201cSend Info\u201d for \u201cTransmit Risk Assessment to Underwriting Team.\u201d These small changes make a massive difference in clarity, auditability, and team alignment.<\/p>\n<p>Every time you revise a label, you\u2019re not just fixing a word\u2014you\u2019re strengthening the integrity of the entire system.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Every time I open a DFD from a team new to modeling, I scan the first few processes. More often than not, I see \u201cProcess Data,\u201d \u201cHandle Info,\u201d or \u201cUpdate Records.\u201d Not a single one tells me what\u2019s actually happening. These aren\u2019t just lazy labels\u2014they\u2019re red flags. They signal a breakdown in communication and hide [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":640,"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-644","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>DFD Naming Mistakes: Fix Vague Labels<\/title>\n<meta name=\"description\" content=\"Fix vague DFD naming mistakes with actionable best practices. Learn how to replace &#039;Process Data&#039; with precise, testable labels for data flows, processes, and stores.\" \/>\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-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DFD Naming Mistakes: Fix Vague Labels\" \/>\n<meta property=\"og:description\" content=\"Fix vague DFD naming mistakes with actionable best practices. Learn how to replace &#039;Process Data&#039; with precise, testable labels for data flows, processes, and stores.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/\" \/>\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\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/\",\"name\":\"DFD Naming Mistakes: Fix Vague Labels\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:21:36+00:00\",\"description\":\"Fix vague DFD naming mistakes with actionable best practices. Learn how to replace 'Process Data' with precise, testable labels for data flows, processes, and stores.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common DFD Mistakes and How to Avoid Them\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Notation and Diagramming Anti-Patterns\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Poor Labeling: Vague or Ambiguous Names\"}]},{\"@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":"DFD Naming Mistakes: Fix Vague Labels","description":"Fix vague DFD naming mistakes with actionable best practices. Learn how to replace 'Process Data' with precise, testable labels for data flows, processes, and stores.","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-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/","og_locale":"pt_PT","og_type":"article","og_title":"DFD Naming Mistakes: Fix Vague Labels","og_description":"Fix vague DFD naming mistakes with actionable best practices. Learn how to replace 'Process Data' with precise, testable labels for data flows, processes, and stores.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/","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\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/","name":"DFD Naming Mistakes: Fix Vague Labels","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:21:36+00:00","description":"Fix vague DFD naming mistakes with actionable best practices. Learn how to replace 'Process Data' with precise, testable labels for data flows, processes, and stores.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/dfd-naming-mistakes-vague-labels\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Common DFD Mistakes and How to Avoid Them","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/"},{"@type":"ListItem","position":3,"name":"Notation and Diagramming Anti-Patterns","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-notation-mistakes\/"},{"@type":"ListItem","position":4,"name":"Poor Labeling: Vague or Ambiguous Names"}]},{"@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\/644","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\/644\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/640"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=644"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=644"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}