{"id":623,"date":"2026-02-25T10:21:29","date_gmt":"2026-02-25T10:21:29","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/"},"modified":"2026-02-25T10:21:29","modified_gmt":"2026-02-25T10:21:29","slug":"dfd-system-boundaries-external-entity-mistakes","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/","title":{"rendered":"Unclear System Boundaries and External Entities"},"content":{"rendered":"<p>One of the most frequent yet overlooked issues I&#8217;ve seen in real-world data flow diagrams is a system boundary that doesn&#8217;t reflect actual data ownership or responsibility. I\u2019ve reviewed diagrams where entire departments were drawn as external entities\u2014only to later discover they were internal to the system being modeled. It creates confusion, breaks traceability, and leads to wasted effort during implementation.<\/p>\n<p>Correctly drawing DFD system boundaries isn&#8217;t just a notational formality. It directly shapes how we see data ownership, accountability, and integration points. When the boundary is off, even the most carefully labeled flows become suspect.<\/p>\n<p>This chapter dives into common errors in defining system boundary in DFD, why they happen, and how to fix them with real-world clarity. You&#8217;ll learn how to identify true external entities, avoid treating internal processes as outsiders, and document assumptions without overcomplicating the model.<\/p>\n<h2>Why DFD System Boundaries Matter<\/h2>\n<p>Think of the system boundary as a firewall. Everything inside is under your control. Everything outside is a source or sink of data that your system must interact with. Mislabeling either side breaks the entire logic of the diagram.<\/p>\n<p>External entity mistakes often happen when analysts conflate &#8220;who uses the system&#8221; with &#8220;what\u2019s outside the system.&#8221; A user might be internal to the system but a customer in the business model. That distinction is critical.<\/p>\n<p>Here\u2019s the rule: if a process or data store is part of the system\u2019s logic or execution, it belongs inside the boundary. If it\u2019s not under your control and doesn&#8217;t belong to the system\u2019s operational scope, it\u2019s an external entity.<\/p>\n<h3>Common Misconceptions About External Entities<\/h3>\n<ul>\n<li><strong>Assuming users are always external entities.<\/strong> A user login process may involve internal authentication logic\u2014those components stay inside the boundary.<\/li>\n<li><strong>Treating departments as externals when they&#8217;re part of a single system.<\/strong> The HR department may only be one process in the system, not a separate entity.<\/li>\n<li><strong>Placing microservices or databases inside the system when they\u2019re not under direct control.<\/strong> If a service is external, even if it runs on your servers, it should be modeled as an external entity unless it\u2019s fully owned and managed by your team.<\/li>\n<\/ul>\n<p>These missteps often stem from treating the system as a black box based on application interface alone\u2014without clarifying what&#8217;s truly part of the system\u2019s responsibility.<\/p>\n<h2>How to Identify True External Entities<\/h2>\n<p>Ask these three questions for every potential entity:<\/p>\n<ol>\n<li><strong>Is this entity responsible for initiating or receiving data that flows into or out of the system?<\/strong> If yes, it\u2019s a candidate for external entity status.<\/li>\n<li><strong>Is this entity under the system\u2019s direct control, or does the system have no authority over its data?<\/strong> If the system cannot modify or delete data from it, it\u2019s external.<\/li>\n<li><strong>Does this entity represent a distinct organizational or technical boundary?<\/strong> If it\u2019s a separate team, system, or legal entity, it\u2019s likely external.<\/li>\n<\/ol>\n<p>When in doubt, test against the boundary: if data flows in and out, but the entity manages its own data independently, it\u2019s external. If the system owns or transforms it, it belongs inside.<\/p>\n<h3>Practical Tip: Use a Decision Matrix<\/h3>\n<table>\n<tbody>\n<tr>\n<th>Question<\/th>\n<th>Internal (Inside)<\/th>\n<th>External (Outside)<\/th>\n<\/tr>\n<tr>\n<td>Can the system modify or delete data?<\/td>\n<td>Yes<\/td>\n<td>No<\/td>\n<\/tr>\n<tr>\n<td>Does it initiate data flows?<\/td>\n<td>No<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td>Is it part of the system&#8217;s execution logic?<\/td>\n<td>Yes<\/td>\n<td>No<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This matrix helps avoid ambiguity when you&#8217;re unsure. It\u2019s a quick way to validate assumptions before drawing.<\/p>\n<h2>Real-World Example: HR System Boundary Error<\/h2>\n<p>I once reviewed an HR system DFD where \u201cPayroll Team\u201d was listed as an external entity. The problem? The same team handled both processing payroll data and sending it to the accounting system. The payroll logic was internal to the HR system.<\/p>\n<p>Here\u2019s what happened:<\/p>\n<ul>\n<li>Payroll calculation was done by a process inside the HR system.<\/li>\n<li>The \u201cPayroll Team\u201d was merely a role\u2014no independent data store or decision authority.<\/li>\n<li>When the team was modeled as external, data flows like \u201cPayroll Details\u201d and \u201cPayment Confirmation\u201d implied a two-way dependency that didn\u2019t exist.<\/li>\n<\/ul>\n<p>The fix: move the Payroll Team\u2019s responsibilities inside the system. Replace the external entity with a process called \u201cCalculate Employee Pay\u201d and update data flows accordingly.<\/p>\n<p>Result: the diagram now reflects reality. No more confusion about who\u2019s responsible for data processing.<\/p>\n<h2>DFD Context Boundary Issues: Red Flag Patterns<\/h2>\n<p>Here\u2019s how to spot DFD context boundary issues early:<\/p>\n<ul>\n<li><strong>Too many external entities.<\/strong> Any system with more than 5\u20136 external entities warrants scrutiny. Often, some are actually internal processes or data stores.<\/li>\n<li><strong>External entities with internal data stores.<\/strong> If an external entity has its own database, but the system is responsible for maintaining it, reconsider its placement.<\/li>\n<li><strong>Flows that enter and exit the same external entity with no process in between.<\/strong> That\u2019s a red flag. There should be a process between input and output.<\/li>\n<li><strong>Entities that are only mentioned in one diagram.<\/strong> If an entity appears only in the context diagram but not in any lower-level DFD, it\u2019s suspicious.<\/li>\n<\/ul>\n<p>These patterns suggest a misclassification. Always verify that the external entity\u2019s role matches its data flow behavior.<\/p>\n<h2>Checklist: Defining System Boundary in DFD<\/h2>\n<p>Before finalizing your DFD, run through this checklist:<\/p>\n<ul>\n<li><strong>Every external entity must be a distinct, independent entity in terms of data ownership.<\/strong><\/li>\n<li><strong>Internal processes and data stores should not be mistakenly labeled as external.<\/strong><\/li>\n<li><strong>All data flows in and out of the system must originate from or terminate at a clear external entity.<\/strong><\/li>\n<li><strong>Each entity is either fully internal or fully external\u2014no in-between roles.<\/strong><\/li>\n<li><strong>Assumptions about system scope are documented in a legend or note.<\/strong><\/li>\n<\/ul>\n<p>Use this to audit your own diagrams. It prevents errors before stakeholders review them.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What if a user is from another department but works in the same company?<\/h3>\n<p>Same company doesn\u2019t mean same system. If the user\u2019s data is processed by a different system, they\u2019re external. If they\u2019re part of the same system\u2019s user base, they\u2019re internal. The boundary depends on data control, not location.<\/p>\n<h3>Can a database be an external entity?<\/h3>\n<p>Only if the system doesn\u2019t control it. If the system reads from or writes to a database outside its control, it\u2019s external. If it manages the database as part of its logic, it\u2019s internal.<\/p>\n<h3>How do I handle external systems that are critical to functionality?<\/h3>\n<p>Even critical systems should be external entities if they\u2019re not part of the system\u2019s execution. Label them clearly\u2014e.g., \u201cExternal Payment Gateway (API)\u201d.<\/p>\n<h3>Is it okay to have a &#8220;System&#8221; as an external entity?<\/h3>\n<p>No. The system itself is never an external entity. It\u2019s the boundary you\u2019re drawing. If a system appears as an external entity, you\u2019ve likely confused the scope.<\/p>\n<h3>What if the client insists on treating a department as external?<\/h3>\n<p>Document the disagreement. Explain that doing so misrepresents responsibility and data ownership. Use the decision matrix to show why it should be internal. The goal is clarity, not compliance.<\/p>\n<h3>Should I model third-party APIs as external entities?<\/h3>\n<p>Yes. Any API that your system calls but doesn\u2019t control is an external entity. Treat it as a source or sink of data, not a part of the system\u2019s logic.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the most frequent yet overlooked issues I&#8217;ve seen in real-world data flow diagrams is a system boundary that doesn&#8217;t reflect actual data ownership or responsibility. I\u2019ve reviewed diagrams where entire departments were drawn as external entities\u2014only to later discover they were internal to the system being modeled. It creates confusion, breaks traceability, and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":621,"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-623","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 System Boundaries: Avoiding External Entity Mistakes<\/title>\n<meta name=\"description\" content=\"Learn how to define system boundary in DFD correctly, avoid external entity mistakes, and draw clean DFD context boundaries that reflect real data flows. Expert tips for clarity and accuracy.\" \/>\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\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DFD System Boundaries: Avoiding External Entity Mistakes\" \/>\n<meta property=\"og:description\" content=\"Learn how to define system boundary in DFD correctly, avoid external entity mistakes, and draw clean DFD context boundaries that reflect real data flows. Expert tips for clarity and accuracy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Indonesia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/\",\"name\":\"DFD System Boundaries: Avoiding External Entity Mistakes\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\"},\"datePublished\":\"2026-02-25T10:21:29+00:00\",\"description\":\"Learn how to define system boundary in DFD correctly, avoid external entity mistakes, and draw clean DFD context boundaries that reflect real data flows. Expert tips for clarity and accuracy.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common DFD Mistakes and How to Avoid Them\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Scope and Boundary Mistakes\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Unclear System Boundaries and External Entities\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"name\":\"Visual Paradigm Skills Indonesia\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\",\"name\":\"Visual Paradigm Skills Indonesia\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Indonesia\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DFD System Boundaries: Avoiding External Entity Mistakes","description":"Learn how to define system boundary in DFD correctly, avoid external entity mistakes, and draw clean DFD context boundaries that reflect real data flows. Expert tips for clarity and accuracy.","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\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/","og_locale":"id_ID","og_type":"article","og_title":"DFD System Boundaries: Avoiding External Entity Mistakes","og_description":"Learn how to define system boundary in DFD correctly, avoid external entity mistakes, and draw clean DFD context boundaries that reflect real data flows. Expert tips for clarity and accuracy.","og_url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/","og_site_name":"Visual Paradigm Skills Indonesia","twitter_card":"summary_large_image","twitter_misc":{"Estimasi waktu membaca":"6 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/","url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/","name":"DFD System Boundaries: Avoiding External Entity Mistakes","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#website"},"datePublished":"2026-02-25T10:21:29+00:00","description":"Learn how to define system boundary in DFD correctly, avoid external entity mistakes, and draw clean DFD context boundaries that reflect real data flows. Expert tips for clarity and accuracy.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/dfd-system-boundaries-external-entity-mistakes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/id\/"},{"@type":"ListItem","position":2,"name":"Common DFD Mistakes and How to Avoid Them","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/"},{"@type":"ListItem","position":3,"name":"Scope and Boundary Mistakes","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/dfd-scope-mistakes\/"},{"@type":"ListItem","position":4,"name":"Unclear System Boundaries and External Entities"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/id\/#website","url":"https:\/\/skills.visual-paradigm.com\/id\/","name":"Visual Paradigm Skills Indonesia","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization","name":"Visual Paradigm Skills Indonesia","url":"https:\/\/skills.visual-paradigm.com\/id\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Indonesia"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/623\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/621"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/media?parent=623"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/doc_tag?post=623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}