{"id":897,"date":"2026-02-25T10:26:13","date_gmt":"2026-02-25T10:26:13","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/"},"modified":"2026-02-25T10:26:13","modified_gmt":"2026-02-25T10:26:13","slug":"epc-checklist-hallmarks-well-structured-epc-diagram","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/","title":{"rendered":"Checklist: Hallmarks of a Well-Structured EPC Diagram"},"content":{"rendered":"<p>Too many EPC diagrams look like tangled wires\u2014logically inconsistent, vague in intent, and difficult to validate. The key isn\u2019t complexity, but clarity. A well-structured EPC diagram isn\u2019t just visually clean; it enforces event-state consistency and logical rigor. Unlike BPMN, which emphasizes flow and timing, EPC centers on cause-and-effect logic anchored in events. This distinction is critical: EPCs are not flowcharts\u2014they are logic maps.<\/p>\n<p>Over two decades of modeling enterprise processes taught me this: a good EPC diagram doesn\u2019t just depict what happens\u2014it verifies whether it should happen. This checklist distills my experience into actionable criteria. Use it to audit your own diagrams or validate those from colleagues. It\u2019s not about perfection; it\u2019s about ensuring your model reflects reality and can be used for decision-making, automation, or process improvement.<\/p>\n<p>When you work through this EPC checklist, you&#8217;re not just applying rules\u2014you&#8217;re building confidence that your diagrams will endure scrutiny, survive handover, and deliver value beyond the initial design phase.<\/p>\n<h2>Core EPC Design Principles<\/h2>\n<h3>1. Event-Driven Logic Is the Foundation<\/h3>\n<p>Every chain in an EPC must begin with an event and proceed through functions that trigger the next event. Events are not actions\u2014they are states or triggers. A \u201cCustomer places order\u201d event must be followed by a function like \u201cProcess order,\u201d which then triggers \u201cOrder confirmed.\u201d<\/p>\n<p>Check that no function is isolated from an event. If a function appears without a preceding event or leads to no next event, the logic breaks.<\/p>\n<h3>2. Functions Are Single, Atomic Actions<\/h3>\n<p>Never group multiple actions under one function. \u201cProcess order and notify warehouse\u201d violates atomicity. Break it into two: \u201cProcess order\u201d and \u201cNotify warehouse.\u201d<\/p>\n<p>Each function should be a single verb, clearly describing a discrete task. This ensures consistency when validating EPC quality.<\/p>\n<h3>3. Logical Operators Are Used Correctly<\/h3>\n<p>AND, OR, and XOR gates are not optional\u2014they define branching logic. A common error is using AND when XOR is required, or misplacing OR gates that create unintended alternatives.<\/p>\n<p>Use AND when all paths must be satisfied (e.g., \u201cApprove invoice AND receive delivery\u201d). Use OR when only one path is needed (e.g., \u201cCustomer selects credit card OR PayPal\u201d). Use XOR for exclusive choice (e.g., \u201cUser logs in with email OR phone\u201d).<\/p>\n<h3>4. No Redundant or Circular Triggers<\/h3>\n<p>Ensure no function re-triggers the same event it was meant to resolve. For example, \u201cApprove order\u201d should not lead back to \u201cOrder pending approval.\u201d That creates a loop that breaks logical flow.<\/p>\n<p>Check for cycles. A valid EPC must not contain loops unless explicitly modeled using feedback mechanisms (e.g., \u201cRecheck approval\u201d in a rejection cycle).<\/p>\n<h2>Structural Integrity and Clarity<\/h2>\n<h3>1. Consistent Visual Layout and Flow Direction<\/h3>\n<p>Always use left-to-right or top-to-bottom flow. Avoid zig-zag or reverse flows. Layout influences readability and is critical for validating EPC quality.<\/p>\n<p>Group related functions and events visually. Use alignment tools in Visual Paradigm or similar to maintain even spacing and straight connectors.<\/p>\n<h3>2. Unique and Descriptive Labels<\/h3>\n<p>Labels must be unambiguous. Avoid \u201cProcess\u201d or \u201cHandle.\u201d Instead, use \u201cVerify customer ID\u201d or \u201cGenerate invoice.\u201d<\/p>\n<p>Each event and function should have a unique name across the diagram. Avoid synonyms like \u201cConfirm\u201d and \u201cAccept\u201d for the same state, as they confuse logic.<\/p>\n<h3>3. Minimal Use of Connectors<\/h3>\n<p>Connectors (e.g., \u201cA1\u201d, \u201cB2\u201d) should be used sparingly\u2014and only when necessary to link disjointed sections of a large diagram.<\/p>\n<p>A good EPC diagram should rarely need more than 2\u20133 connectors. If you use more than five, consider splitting the diagram into sub-processes.<\/p>\n<h3>4. Clear Start and End Events<\/h3>\n<p>Every EPC must begin with a start event (e.g., \u201cCustomer places order\u201d) and end with a final event (e.g., \u201cOrder delivered\u201d).<\/p>\n<p>Verify that no functional path leads to a dead end. Every function must lead to a new event or another function that eventually ends.<\/p>\n<h2>Validation and Peer Review<\/h2>\n<h3>1. Walkthrough with Real Business Scenarios<\/h3>\n<p>Test the model with actual data. Ask: \u201cIf a customer places an order, does every step in the EPC reflect what happens in reality?\u201d<\/p>\n<p>Use the walkthrough to spot missing functions (e.g., \u201cWhere is tax calculation?\u201d) or flawed logic (e.g., \u201cCan we ship before approval?\u201d).<\/p>\n<h3>2. Peer Review Checklist<\/h3>\n<ul>\n<li>Are all events clearly defined and measurable?<\/li>\n<li>Are all functions limited to one action?<\/li>\n<li>Do logical gates match business rules?<\/li>\n<li>Is there a clear, unbroken path from start to end?<\/li>\n<li>Are there any redundant, circular, or unreachable elements?<\/li>\n<\/ul>\n<h3>3. Validate Against Business Objectives<\/h3>\n<p>Ask: \u201cDoes this EPC help measure efficiency, reduce errors, or support automation?\u201d<\/p>\n<p>A good EPC diagram doesn\u2019t just map a process\u2014it enables measurement. If a function doesn\u2019t align with a KPI (e.g., delivery time, approval delay), reconsider its inclusion.<\/p>\n<h3>4. Use Automated Validation Where Possible<\/h3>\n<p>Tools like Visual Paradigm offer automated validation features. Run them to detect missing events, unreachable functions, or invalid gate logic.<\/p>\n<p>These tools don\u2019t replace judgment\u2014but they catch 80% of common EPC errors before sharing.<\/p>\n<h2>Summary Table: EPC Checklist for Quality<\/h2>\n<table>\n<tbody>\n<tr>\n<th>Category<\/th>\n<th>Criterion<\/th>\n<th>Check<\/th>\n<\/tr>\n<tr>\n<td>Event Logic<\/td>\n<td>Each function triggered by an event<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<tr>\n<td>Function Design<\/td>\n<td>Atomic, single-action functions<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<tr>\n<td>Logical Operators<\/td>\n<td>AND, OR, XOR used correctly<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<tr>\n<td>Flow Integrity<\/td>\n<td>Clear start and end events; no cycles<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<tr>\n<td>Visual Clarity<\/td>\n<td>Left-to-right flow; aligned connectors<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<tr>\n<td>Label Quality<\/td>\n<td>Descriptive, unique, consistent<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<tr>\n<td>Peer Review<\/td>\n<td>Tested with real scenario; reviewed by colleague<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<tr>\n<td>Automation Readiness<\/td>\n<td>Supports measurable KPIs or digital integration<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I know if my EPC diagram is good enough?<\/h3>\n<p>Run it against this checklist. If every item passes, it\u2019s a solid baseline. A truly good EPC diagram will also be understandable to someone unfamiliar with the process.<\/p>\n<h3>Can I use EPC for complex, multi-department workflows?<\/h3>\n<p>Yes\u2014but keep it modular. Break large processes into sub-diagrams, each with its own start and end events. Refer to them using connectors or grouping labels.<\/p>\n<h3>Why is EPC better than BPMN for some use cases?<\/h3>\n<p>EPC excels when the goal is logic clarity\u2014especially in enterprise business process design. It strips away timing, lanes, and artifacts, focusing purely on event-driven cause and effect. For decision modeling and process verification, EPC often outperforms BPMN.<\/p>\n<h3>What if my EPC has loops? Is that allowed?<\/h3>\n<p>Yes, loops are allowed\u2014but only when modeled intentionally. Use feedback mechanisms (e.g., \u201cRecheck approval\u201d) and ensure they have clear exit conditions. Avoid infinite loops.<\/p>\n<h3>How often should I review or update my EPC diagrams?<\/h3>\n<p>At minimum, review them after any major business change. Update them when workflows evolve, KPIs shift, or automation is implemented.<\/p>\n<h3>Does EPC checklist apply to digital transformation projects?<\/h3>\n<p>Absolutely. A validated EPC diagram is a prerequisite for automation. It defines precisely what processes are to be digitized, which decisions are involved, and where data flows\u2014making it essential for integration and system design.<\/p>\n<p>Remember: a well-structured EPC diagram isn\u2019t just a visual aid\u2014it\u2019s a working model. When you follow this EPC checklist, you\u2019re not just drawing a diagram. You\u2019re building logic that can be shared, tested, and trusted.<\/p>\n<p>Now, go build one that doesn\u2019t just look right\u2014but works right.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Too many EPC diagrams look like tangled wires\u2014logically inconsistent, vague in intent, and difficult to validate. The key isn\u2019t complexity, but clarity. A well-structured EPC diagram isn\u2019t just visually clean; it enforces event-state consistency and logical rigor. Unlike BPMN, which emphasizes flow and timing, EPC centers on cause-and-effect logic anchored in events. This distinction is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":895,"menu_order":1,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-897","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>EPC Checklist: Hallmarks of a Well-Structured EPC Diagram<\/title>\n<meta name=\"description\" content=\"Master EPC design principles with this definitive checklist to validate EPC quality and ensure your diagrams are clear, consistent, and professionally structured for enterprise use.\" \/>\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\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EPC Checklist: Hallmarks of a Well-Structured EPC Diagram\" \/>\n<meta property=\"og:description\" content=\"Master EPC design principles with this definitive checklist to validate EPC quality and ensure your diagrams are clear, consistent, and professionally structured for enterprise use.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Espa\u00f1ol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\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\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/\",\"name\":\"EPC Checklist: Hallmarks of a Well-Structured EPC Diagram\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\"},\"datePublished\":\"2026-02-25T10:26:13+00:00\",\"description\":\"Master EPC design principles with this definitive checklist to validate EPC quality and ensure your diagrams are clear, consistent, and professionally structured for enterprise use.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Practice, Reflection, and Next Steps\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Checklist: Hallmarks of a Well-Structured EPC Diagram\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/\",\"name\":\"Visual Paradigm Skills Espa\u00f1ol\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#organization\",\"name\":\"Visual Paradigm Skills Espa\u00f1ol\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Espa\u00f1ol\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EPC Checklist: Hallmarks of a Well-Structured EPC Diagram","description":"Master EPC design principles with this definitive checklist to validate EPC quality and ensure your diagrams are clear, consistent, and professionally structured for enterprise use.","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\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/","og_locale":"es_ES","og_type":"article","og_title":"EPC Checklist: Hallmarks of a Well-Structured EPC Diagram","og_description":"Master EPC design principles with this definitive checklist to validate EPC quality and ensure your diagrams are clear, consistent, and professionally structured for enterprise use.","og_url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/","og_site_name":"Visual Paradigm Skills Espa\u00f1ol","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/","url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/","name":"EPC Checklist: Hallmarks of a Well-Structured EPC Diagram","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#website"},"datePublished":"2026-02-25T10:26:13+00:00","description":"Master EPC design principles with this definitive checklist to validate EPC quality and ensure your diagrams are clear, consistent, and professionally structured for enterprise use.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-checklist-hallmarks-well-structured-epc-diagram\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/es\/"},{"@type":"ListItem","position":2,"name":"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/"},{"@type":"ListItem","position":3,"name":"Practice, Reflection, and Next Steps","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/"},{"@type":"ListItem","position":4,"name":"Checklist: Hallmarks of a Well-Structured EPC Diagram"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/es\/#website","url":"https:\/\/skills.visual-paradigm.com\/es\/","name":"Visual Paradigm Skills Espa\u00f1ol","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/es\/#organization","name":"Visual Paradigm Skills Espa\u00f1ol","url":"https:\/\/skills.visual-paradigm.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Espa\u00f1ol"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/897","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/897\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/895"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/media?parent=897"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/doc_tag?post=897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}