{"id":1470,"date":"2026-02-25T10:42:05","date_gmt":"2026-02-25T10:42:05","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/"},"modified":"2026-02-25T10:42:05","modified_gmt":"2026-02-25T10:42:05","slug":"when-to-use-soaml-in-system-design","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/","title":{"rendered":"When to Use SoaML in System Design"},"content":{"rendered":"<p>SoaML is not a one-size-fits-all modeling tool\u2014it\u2019s a precision instrument for service-centric system design.<\/p>\n<p>When you&#8217;re building systems where clear service boundaries, interoperability, and contract-driven design matter, SoaML becomes indispensable.<\/p>\n<p>It\u2019s not about replacing UML\u2014it\u2019s about extending it with semantics that reflect business service realities.<\/p>\n<p>Over the past two decades, I\u2019ve seen teams go from tangled integration spaghetti to clean, scalable architectures by applying SoaML at the right moment.<\/p>\n<p>This chapter shows you exactly when to use SoaML, when it adds little value, and how to make that decision based on real project context\u2014no guesswork.<\/p>\n<h2>When SoaML Shines: Key Use Cases<\/h2>\n<h3>Enterprise Integration and Service Orchestration<\/h3>\n<p>When multiple departments or systems\u2014like HR, Finance, and Logistics\u2014must share services through a central integration layer, SoaML provides the structure to model these interactions clearly.<\/p>\n<p>For example, in a large retail enterprise, a centralized Order Fulfillment Service may be consumed by Sales, Inventory, and Shipping systems. SoaML allows you to define the contracts, roles, and capabilities involved in a way that aligns business and IT.<\/p>\n<p>SoaML for enterprise modeling helps prevent rework by making service dependencies, ownership, and responsibilities explicit from day one.<\/p>\n<h3>Modular Monoliths and Domain-Driven Design (DDD) Boundaries<\/h3>\n<p>Even in monolithic applications, teams using bounded contexts benefit from SoaML to visualize service boundaries.<\/p>\n<p>I\u2019ve worked with teams that used SoaML to model their DDD domains as service-capable components\u2014mapping business capabilities to service interfaces and defining clear contracts.<\/p>\n<p>This approach ensures that even within a single codebase, services remain loosely coupled and discoverable.<\/p>\n<p>SoaML use cases like this demonstrate how modeling at the service level improves maintainability and supports future decomposition into microservices.<\/p>\n<h3>Multi-Domain and Distributed Systems<\/h3>\n<p>When your system spans multiple domains\u2014such as Customer Management, Payment Processing, and Fraud Detection\u2014SoaML provides a robust way to model who owns what and how services interact.<\/p>\n<p>For example, in a banking platform, the Credit Card Service may be owned by one team, while the Risk Assessment Service belongs to another. SoaML allows you to define participants, roles, and contracts without requiring full technical implementation.<\/p>\n<p>These diagrams become the foundation for governance, audit trails, and compliance\u2014critical when services are developed and managed across different teams or even companies.<\/p>\n<h3>API-First Design and Contract-Driven Development<\/h3>\n<p>When you\u2019re designing APIs with external consumers in mind, SoaML\u2019s ability to model service contracts explicitly is invaluable.<\/p>\n<p>Instead of relying on informal documentation, you can define operations, message formats, error codes, and security requirements directly in SoaML.<\/p>\n<p>This makes it easier to validate API designs early and ensures that both providers and consumers agree on semantics before code is written.<\/p>\n<p>SoaML for enterprise modeling becomes especially powerful when used in tandem with OpenAPI or AsyncAPI specs\u2014using SoaML to model the high-level architecture and the specs to detail implementation.<\/p>\n<h2>When SoaML Adds Little Value<\/h2>\n<h3>Simple, Single-Page Applications with No Service Boundaries<\/h3>\n<p>If your project is a lightweight web app that doesn\u2019t involve service integration, internal or external, SoaML is overkill.<\/p>\n<p>For example, a client dashboard that fetches data via a single REST endpoint and renders it in real time doesn\u2019t require modeling service contracts or participants.<\/p>\n<p>Using SoaML here would add complexity without benefit\u2014just as you wouldn\u2019t draw an architectural diagram for a script that just prints &#8220;Hello World.&#8221;<\/p>\n<h3>Short-Lived or Experimental Projects<\/h3>\n<p>SoaML excels in long-term, maintainable systems\u2014but not in proof-of-concept spikes or short-lived prototypes.<\/p>\n<p>If the goal is to test an idea, validate a workflow, or explore a technology, investing time in SoaML diagrams may slow down delivery.<\/p>\n<p>Use lightweight sketches or UML component diagrams instead. Save SoaML for the phase when you\u2019re ready to formalize, scale, and govern the solution.<\/p>\n<h3>Legacy Systems with No Intention to Decouple<\/h3>\n<p>Some legacy systems are designed to be tightly coupled and rarely evolve. If no team plans to refactor, extract services, or share functionality externally, modeling with SoaML offers no immediate return on investment.<\/p>\n<p>Forcing SoaML into a system with no real service boundaries leads to confusion and friction\u2014especially if the model doesn\u2019t reflect actual runtime behavior.<\/p>\n<p>Instead, focus on migration planning. Use SoaML only when you\u2019re ready to break down monoliths into maintainable service units.<\/p>\n<h2>Decision Framework: When to Apply SoaML<\/h2>\n<p>The key is not a rigid rule but a strategic judgment.<\/p>\n<p>Ask yourself:<\/p>\n<ul>\n<li>Are we building a system where services will be reused across teams or domains?<\/li>\n<li>Do we need to define clear contracts before implementation begins?<\/li>\n<li>Are we integrating with systems outside our control\u2014especially enterprise-level ones?<\/li>\n<li>Will this system need governance, documentation, or audit trails in the future?<\/li>\n<li>Are we planning to evolve this into a modular or microservices-based architecture?<\/li>\n<\/ul>\n<p>If more than two of these questions are \u201cyes,\u201d SoaML is likely the right modeling choice.<\/p>\n<p>If the answer is \u201cno\u201d to all, consider simpler modeling approaches like UML component diagrams, sequence diagrams, or even plain flowcharts.<\/p>\n<h2>SoaML vs. Other Modeling Approaches: A Practical Comparison<\/h2>\n<table>\n<thead>\n<tr>\n<th>Project Type<\/th>\n<th>Recommended Modeling Approach<\/th>\n<th>Why<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Legacy monolith with no service boundaries<\/td>\n<td>UML component or class diagrams<\/td>\n<td>No need for service-level abstraction<\/td>\n<\/tr>\n<tr>\n<td>API-first microservices project<\/td>\n<td>SoaML + OpenAPI<\/td>\n<td>Models contracts, participants, and ownership<\/td>\n<\/tr>\n<tr>\n<td>Internal workflow automation (no external consumers)<\/td>\n<td>BPMN or simple flowcharts<\/td>\n<td>Too much overhead for SoaML<\/td>\n<\/tr>\n<tr>\n<td>Enterprise-wide integration platform<\/td>\n<td>SoaML for enterprise modeling<\/td>\n<td>Manages cross-domain service dependencies<\/td>\n<\/tr>\n<tr>\n<td>Proof-of-concept prototype<\/td>\n<td>Sketch, UML, or no diagram<\/td>\n<td>Speed &gt; structure at this stage<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Best Practices for Applying SoaML<\/h2>\n<ul>\n<li><strong>Start simple<\/strong>: Begin with the core elements\u2014participants, service contracts, and capabilities. Don\u2019t over-model from day one.<\/li>\n<li><strong>Align with business domains<\/strong>: Use SoaML to reflect real-world ownership and responsibilities, not just technical grouping.<\/li>\n<li><strong>Use SoaML early<\/strong>: Integrate it into architecture planning, not just after implementation.<\/li>\n<li><strong>Validate with stakeholders<\/strong>: Have business and technical teams review the model together to avoid misalignment.<\/li>\n<li><strong>Iterate<\/strong>: SoaML models should evolve. Update them as business needs change or services are restructured.<\/li>\n<\/ul>\n<p>Remember: SoaML is not a replacement for good architecture\u2014it\u2019s a tool to make it more visible, consistent, and governable.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What\u2019s the best time to apply SoaML?<\/h3>\n<p>When you\u2019re designing systems where service boundaries, contracts, and ownership matter\u2014especially in enterprise integration, modular systems, or multi-domain platforms. Use it early in the design phase, before implementation begins.<\/p>\n<h3>Are there SoaML use cases where it\u2019s not recommended?<\/h3>\n<p>Yes. For simple apps with no service reuse, short-lived prototypes, or legacy systems with no intent to evolve, SoaML adds overhead without benefit. Use simpler models like UML or flowcharts instead.<\/p>\n<h3>How does SoaML help in enterprise modeling?<\/h3>\n<p>It provides a standardized way to model service ownership, contracts, and interactions across business domains. This clarity supports governance, reduces integration risks, and enables long-term maintainability.<\/p>\n<h3>Can SoaML be used with microservices?<\/h3>\n<p>Absolutely. SoaML is ideal for modeling microservice boundaries, service contracts, and interactions. It helps teams define service responsibilities, ensure contract compliance, and manage dependencies in a scalable way.<\/p>\n<h3>Is SoaML only for large organizations?<\/h3>\n<p>No. Any team working on a system with multiple service dependencies\u2014regardless of company size\u2014can benefit from SoaML. The key is whether service clarity and governance matter to your project.<\/p>\n<h3>How does SoaML differ from UML?<\/h3>\n<p>SoaML extends UML with service-specific elements like service contracts, participants, and capabilities. While UML focuses on general-purpose software structure, SoaML adds semantics for service orientation\u2014making it ideal for enterprise and distributed systems.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SoaML is not a one-size-fits-all modeling tool\u2014it\u2019s a precision instrument for service-centric system design. When you&#8217;re building systems where clear service boundaries, interoperability, and contract-driven design matter, SoaML becomes indispensable. It\u2019s not about replacing UML\u2014it\u2019s about extending it with semantics that reflect business service realities. Over the past two decades, I\u2019ve seen teams go from [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1468,"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-1470","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>When to Use SoaML in System Design<\/title>\n<meta name=\"description\" content=\"Discover the best time to apply SoaML in system design. Learn SoaML use cases for enterprise integration, modular systems, and multi-domain services. Understand when SoaML adds value and when to avoid it.\" \/>\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\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"When to Use SoaML in System Design\" \/>\n<meta property=\"og:description\" content=\"Discover the best time to apply SoaML in system design. Learn SoaML use cases for enterprise integration, modular systems, and multi-domain services. Understand when SoaML adds value and when to avoid it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/\" \/>\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\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/\",\"name\":\"When to Use SoaML in System Design\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:42:05+00:00\",\"description\":\"Discover the best time to apply SoaML in system design. Learn SoaML use cases for enterprise integration, modular systems, and multi-domain services. Understand when SoaML adds value and when to avoid it.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SoaML Diagram Fundamentals: A Beginner\u2019s Guide\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding the Foundations of SoaML\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"When to Use SoaML in System Design\"}]},{\"@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":"When to Use SoaML in System Design","description":"Discover the best time to apply SoaML in system design. Learn SoaML use cases for enterprise integration, modular systems, and multi-domain services. Understand when SoaML adds value and when to avoid it.","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\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/","og_locale":"pt_PT","og_type":"article","og_title":"When to Use SoaML in System Design","og_description":"Discover the best time to apply SoaML in system design. Learn SoaML use cases for enterprise integration, modular systems, and multi-domain services. Understand when SoaML adds value and when to avoid it.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/","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\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/","name":"When to Use SoaML in System Design","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:42:05+00:00","description":"Discover the best time to apply SoaML in system design. Learn SoaML use cases for enterprise integration, modular systems, and multi-domain services. Understand when SoaML adds value and when to avoid it.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/when-to-use-soaml-in-system-design\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"SoaML Diagram Fundamentals: A Beginner\u2019s Guide","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/"},{"@type":"ListItem","position":3,"name":"Understanding the Foundations of SoaML","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/soaml-diagram-fundamentals\/introduction-to-soaml\/"},{"@type":"ListItem","position":4,"name":"When to Use SoaML in System Design"}]},{"@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\/1470","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\/1470\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/1468"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=1470"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=1470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}