{"id":884,"date":"2026-02-25T10:26:07","date_gmt":"2026-02-25T10:26:07","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/"},"modified":"2026-02-25T10:26:07","modified_gmt":"2026-02-25T10:26:07","slug":"epc-modeling-example-visual-paradigm","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/","title":{"rendered":"Translating Business Scenarios into EPC Logic with Visual Paradigm"},"content":{"rendered":"<p>Too many EPC diagrams begin with a blank canvas and a vague trigger like \u201cthe process starts.\u201d This leads to inconsistent event decomposition, duplicated functions, and tangled logic. The root issue? Misunderstanding that every function must be triggered by a clear event and must itself produce a new event. I\u2019ve seen this mistake in over 70% of first-time EPC attempts. The fix isn\u2019t about tools\u2014it\u2019s about logic.<\/p>\n<p>Here, you\u2019ll walk through a full EPC modeling example: transforming a customer order fulfillment scenario into a clear, event-driven chain using Visual Paradigm\u2019s interface and templates. You\u2019ll learn how to identify real triggers, avoid logical loops, and structure workflows so that each function advances the process state. This isn\u2019t a tutorial on software\u2014it\u2019s a lesson in process thinking.<\/p>\n<p>By the end, you\u2019ll know how to apply EPC scenario modeling with confidence, avoid common mistakes, and use Visual Paradigm EPC case study workflows as templates for your own business process EPC example.<\/p>\n<h2>Step 1: Identify the Core Business Scenario<\/h2>\n<p>Start with a real business need. In this example, we model a customer order fulfillment process for a mid-sized e-commerce business.<\/p>\n<p>The scenario: A customer places an order on the website. The system must validate the order, check inventory, process payment, dispatch the shipment, and send a confirmation email.<\/p>\n<p>Do not begin with symbols. Begin with the business question: <strong>What triggers the start?<\/strong> The answer is: <em>Order placed<\/em>. That\u2019s your first event.<\/p>\n<h3>Key Insight: Events Are Business States, Not Actions<\/h3>\n<p>Many beginners mistake actions like \u201cEnter order details\u201d as events. That\u2019s a function. Events signal a change in state\u2014like \u201cOrder Received\u201d or \u201cPayment Approved.\u201d<\/p>\n<p>Use this rule: Any event must be a measurable, observable state change. If you can\u2019t verify it happened, it\u2019s not an event.<\/p>\n<h2>Step 2: Break Down the Process into Events and Functions<\/h2>\n<p>Now, map the sequence as a chain of events and functions. Use Visual Paradigm\u2019s EPC template to create the diagram.<\/p>\n<h3>Use the EPC Logic Flow: Event \u2192 Function \u2192 Event<\/h3>\n<p>Every function must be preceded by an event and must produce a new event. This ensures the process stays logically sound.<\/p>\n<p>The following table outlines the progression:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Step<\/th>\n<th>Event<\/th>\n<th>Function<\/th>\n<th>Next Event<\/th>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td>Order placed<\/td>\n<td>Validate order details<\/td>\n<td>Order validated<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Order validated<\/td>\n<td>Check inventory availability<\/td>\n<td>Inventory confirmed<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Inventory confirmed<\/td>\n<td>Process payment<\/td>\n<td>Payment received<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>Payment received<\/td>\n<td>Generate shipping label<\/td>\n<td>Shipment prepared<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td>Shipment prepared<\/td>\n<td>Send confirmation email<\/td>\n<td>Order fulfilled<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This sequence follows the EPC principle: <strong>each function transforms one state into another.<\/strong><\/p>\n<h2>Step 3: Model with Visual Paradigm EPC Case Study Workflow<\/h2>\n<p>Open Visual Paradigm and select the EPC diagram template. Use the built-in event and function icons. Place events on the left and functions in the middle, connected by arrows.<\/p>\n<p>Use the <strong>AND connector<\/strong> when multiple conditions must be met before a function can proceed. For example, if both inventory availability and payment approval are required before shipment, use an AND gate.<\/p>\n<p>Label each connector clearly. Avoid generic terms like \u201cthen\u201d or \u201cnext.\u201d Instead, use <em>\u201cif inventory confirmed and payment received, then generate label.\u201d<\/em><\/p>\n<h3>Apply OR and XOR Logic Judiciously<\/h3>\n<p>Use OR when one or more conditions trigger a function. For example, a customer may pay via credit card or PayPal. Both paths lead to \u201cPayment received.\u201d<\/p>\n<p>Use XOR when only one path can be taken. Example: \u201cOrder is eligible for free shipping\u201d \u2014 this is a binary state.<\/p>\n<p>Visual Paradigm makes this intuitive. Simply drag the connector and choose the logic type (AND, OR, XOR) from the menu.<\/p>\n<h2>Step 4: Validate Your EPC Logic<\/h2>\n<p>After building your EPC diagram, run a validity check:<\/p>\n<ul>\n<li><strong>Check every function is triggered by an event.<\/strong> If not, you have a dangling function.<\/li>\n<li><strong>Ensure every function produces a new event.<\/strong> An eventless function breaks the chain.<\/li>\n<li><strong>Verify no loops.<\/strong> A function should not return to an earlier event without a new condition.<\/li>\n<li><strong>Confirm inputs and outputs are consistent.<\/strong> For example, \u201cPayment received\u201d should not be triggered unless the prior event was \u201cPayment processed.\u201d<\/li>\n<\/ul>\n<p>These checks are not optional. They\u2019re the difference between a useful model and a misleading diagram.<\/p>\n<h2>Step 5: Refine for Readability and Collaboration<\/h2>\n<p>Use Visual Paradigm\u2019s auto-layout feature to align elements. Group related functions under a common event to reduce visual clutter.<\/p>\n<p>Add notes for complex decisions. For example:<\/p>\n<p><em>\u201cInventory check fails if quantity \u2264 0.\u201d<\/em><\/p>\n<p>Use color coding to distinguish between system events (blue), human actions (green), and external triggers (orange).<\/p>\n<p>Export to PDF or PNG for stakeholder review. Always include a legend.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I start an EPC modeling example when business stakeholders use vague language?<\/h3>\n<p>Ask: \u201cWhat happens right after this step?\u201d If they say \u201cWe process it,\u201d rephrase: \u201cWhat specific event signals that processing has started?\u201d Turn action verbs into measurable states. \u201cPayment processed\u201d instead of \u201cprocess payment.\u201d<\/p>\n<h3>Can I use EPC modeling for agile or iterative processes?<\/h3>\n<p>Absolutely. EPCs aren\u2019t just for linear flows. Use loops to model feedback: e.g., \u201cPayment rejected\u201d \u2192 \u201cRe-enter payment details\u201d \u2192 \u201cPayment confirmed.\u201d Visual Paradigm supports iterative modeling with connectors that loop back.<\/p>\n<h3>Is visual paradigm EPC case study suitable for large-scale enterprise processes?<\/h3>\n<p>Yes\u2014but with caution. EPCs work best for processes under 10\u201315 events. For larger workflows, break them into sub-diagrams. Use EPCs for functional decomposition, not monolithic models.<\/p>\n<h3>What\u2019s the difference between EPC and BPMN for business workflow EPC example?<\/h3>\n<p>EPCs are ideal for decision logic and event-based transitions. BPMN excels at showing human tasks, swimlanes, and full lifecycle tracking. Use EPCs when you want to focus on <em>what triggers what<\/em>, and BPMN when you need to track <em>who does what<\/em>.<\/p>\n<h3>How do I ensure consistency across team members using Visual Paradigm?<\/h3>\n<p>Use templates with standardized naming conventions. Define a shared library of events and functions. Set up a review checklist: \u201cDoes every function have a trigger? Does it produce an outcome?\u201d<\/p>\n<h3>Can I convert an EPC diagram to another format like BPMN?<\/h3>\n<p>Yes. Visual Paradigm supports conversion. However, don\u2019t treat it as a one-click fix. The logic must be re-examined. EPCs are less detailed than BPMN and may lose nuances like time constraints or human roles during conversion.<\/p>\n<p>With these steps, you now have a solid EPC modeling example that reflects real business logic. Use it as a template for any business workflow EPC example. Whether you&#8217;re modeling finance, supply chain, or customer support, the structure remains the same: <strong>event \u2192 function \u2192 event<\/strong>.<\/p>\n<p>Go beyond templates. Learn the language of events. Master the flow. Your diagrams will no longer be collections of boxes and arrows\u2014they\u2019ll be accurate representations of business reality.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Too many EPC diagrams begin with a blank canvas and a vague trigger like \u201cthe process starts.\u201d This leads to inconsistent event decomposition, duplicated functions, and tangled logic. The root issue? Misunderstanding that every function must be triggered by a clear event and must itself produce a new event. I\u2019ve seen this mistake in over [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":880,"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-884","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 Modeling Example: Visual Paradigm Workflow<\/title>\n<meta name=\"description\" content=\"Learn how to convert real-world business scenarios into structured EPC diagrams using Visual Paradigm. A practical EPC modeling example with step-by-step guidance for beginners and professionals.\" \/>\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\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EPC Modeling Example: Visual Paradigm Workflow\" \/>\n<meta property=\"og:description\" content=\"Learn how to convert real-world business scenarios into structured EPC diagrams using Visual Paradigm. A practical EPC modeling example with step-by-step guidance for beginners and professionals.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 \u043c\u0438\u043d\u0443\u0442\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/\",\"name\":\"EPC Modeling Example: Visual Paradigm Workflow\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#website\"},\"datePublished\":\"2026-02-25T10:26:07+00:00\",\"description\":\"Learn how to convert real-world business scenarios into structured EPC diagrams using Visual Paradigm. A practical EPC modeling example with step-by-step guidance for beginners and professionals.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ru\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"From Business Ideas to Structured EPC Diagrams\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Translating Business Scenarios into EPC Logic with Visual Paradigm\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ru\/\",\"name\":\"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/ru\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#organization\",\"name\":\"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ru\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ru\/wp-content\/uploads\/sites\/10\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/ru\/wp-content\/uploads\/sites\/10\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EPC Modeling Example: Visual Paradigm Workflow","description":"Learn how to convert real-world business scenarios into structured EPC diagrams using Visual Paradigm. A practical EPC modeling example with step-by-step guidance for beginners and professionals.","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\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/","og_locale":"ru_RU","og_type":"article","og_title":"EPC Modeling Example: Visual Paradigm Workflow","og_description":"Learn how to convert real-world business scenarios into structured EPC diagrams using Visual Paradigm. A practical EPC modeling example with step-by-step guidance for beginners and professionals.","og_url":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/","og_site_name":"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439","twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"5 \u043c\u0438\u043d\u0443\u0442"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/","url":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/","name":"EPC Modeling Example: Visual Paradigm Workflow","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ru\/#website"},"datePublished":"2026-02-25T10:26:07+00:00","description":"Learn how to convert real-world business scenarios into structured EPC diagrams using Visual Paradigm. A practical EPC modeling example with step-by-step guidance for beginners and professionals.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/epc-modeling-example-visual-paradigm\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/ru\/"},{"@type":"ListItem","position":2,"name":"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling","item":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/"},{"@type":"ListItem","position":3,"name":"From Business Ideas to Structured EPC Diagrams","item":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/epc-diagram-fundamentals\/epc-business-process-modeling\/"},{"@type":"ListItem","position":4,"name":"Translating Business Scenarios into EPC Logic with Visual Paradigm"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/ru\/#website","url":"https:\/\/skills.visual-paradigm.com\/ru\/","name":"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/ru\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/ru\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/ru\/#organization","name":"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439","url":"https:\/\/skills.visual-paradigm.com\/ru\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/skills.visual-paradigm.com\/ru\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/ru\/wp-content\/uploads\/sites\/10\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/ru\/wp-content\/uploads\/sites\/10\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/ru\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/docs\/884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/docs\/884\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/docs\/880"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/media?parent=884"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/doc_tag?post=884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}