{"id":1175,"date":"2026-02-25T10:36:57","date_gmt":"2026-02-25T10:36:57","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/"},"modified":"2026-02-25T10:36:57","modified_gmt":"2026-02-25T10:36:57","slug":"dfr-review-checklist-avoid-mistakes","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/","title":{"rendered":"DFD Review Checklist and Common Pitfall Library"},"content":{"rendered":"<p>Consistency is the hallmark of professional data flow modeling.<\/p>\n<p>Every time I audit a DFD, I ask: does the data flow match the process logic? If not, the whole model collapses.<\/p>\n<p>That\u2019s why I\u2019ve built this DFD review checklist from years of fixing broken diagrams across banking, healthcare, and government systems.<\/p>\n<p>You\u2019ll find not just a list\u2014but a battle-tested workflow to catch errors before they become technical debt.<\/p>\n<p>Use this checklist to validate your models, train your team, or audit external deliverables.<\/p>\n<h2>Essential DFD Review Checklist<\/h2>\n<p>Run this checklist on every DFD level, from context diagrams to atomic processes.<\/p>\n<ul>\n<li>Verify that all input and output flows on a process are accounted for in the parent diagram.<\/li>\n<li>Ensure no data flow enters or exits a process without being transformed or stored.<\/li>\n<li>Check that every data store has at least one input and one output flow.<\/li>\n<li>Confirm that all data flows are properly named using descriptive, action-oriented terms (e.g., \u201cPayment Details\u201d not \u201cData 1\u201d).<\/li>\n<li>Validate that external entities do not have data stores attached\u2014only processes and data flows.<\/li>\n<li>Ensure that no process is isolated\u2014every process must connect to at least one data flow.<\/li>\n<li>Review that all data flows between levels maintain identical names and semantics.<\/li>\n<li>Double-check that data flows in child diagrams do not introduce new data types or meanings not present in the parent.<\/li>\n<li>Confirm that no flow appears in a child diagram that doesn\u2019t originate from or terminate at a process or data store in the parent.<\/li>\n<li>Use your data dictionary to verify that all data elements referenced in flows are defined and consistent across levels.<\/li>\n<\/ul>\n<h3>Common Pitfall Library<\/h3>\n<p>These are the errors I see most often in real-world projects\u2014and how to fix them.<\/p>\n<h4>1. Missing or Extra Flows<\/h4>\n<p>One of the most frequent issues: flows that exist in a child diagram but not their parent.<\/p>\n<p>Why it happens: poor decomposition or lack of traceability.<\/p>\n<p>How to fix: use a flow traceability matrix. Every flow in a child diagram must have a direct parent flow or a process that generates it.<\/p>\n<h4>2. Unbalanced Processes<\/h4>\n<p>A process with no input flows but outputs data? That\u2019s a red flag.<\/p>\n<p>Real example: a \u201cGenerate Report\u201d process with no input data from a system\u2014impossible unless the data is magically created.<\/p>\n<p>Fix: ensure every outgoing flow has at least one source of input, either from data stores, external entities, or other processes.<\/p>\n<h4>3. Misused Data Stores<\/h4>\n<p>Some teams use data stores to \u201chold\u201d data but never reference them in flows.<\/p>\n<p>Problem: data stores must be accessed. If a data store is never read or written, it\u2019s a phantom.<\/p>\n<p>Solution: remove unused data stores or add a clear read\/write flow. If no process accesses it, it doesn\u2019t belong.<\/p>\n<h4>4. Inconsistent Naming Across Levels<\/h4>\n<p>\u201cCustomer Order\u201d in Level 1 becomes \u201cOrder Data\u201d in Level 2. That\u2019s a semantic break.<\/p>\n<p>Why it matters: inconsistency hides ambiguity and confuses stakeholders.<\/p>\n<p>Fix: use a centralized data dictionary. All data flows must use the same name and definition across all levels.<\/p>\n<h4>5. Over-Decomposition<\/h4>\n<p>Creating too many child processes leads to clutter and poor readability.<\/p>\n<p>Rule of thumb: if a process is smaller than a single sentence to describe, it\u2019s likely atomic.<\/p>\n<p>Check: can you explain what happens in one step? If yes, it\u2019s probably decomposed enough.<\/p>\n<h4>6. Process Without Output<\/h4>\n<p>Processes that only consume data but don\u2019t produce anything are logically invalid.<\/p>\n<p>Example: \u201cValidate Customer ID\u201d with no output flow. Who receives the result?<\/p>\n<p>Fix: always ask: what happens after this step? Ensure output flow is defined.<\/p>\n<h2>DFD Quality Checklist for Team Audits<\/h2>\n<p>In my experience, a consistent DFD review process reduces rework by up to 40%.<\/p>\n<p>Here\u2019s my recommended checklist for team-based DFD validation.<\/p>\n<table>\n<tbody>\n<tr>\n<th>Check<\/th>\n<th>Why It Matters<\/th>\n<th>How to Verify<\/th>\n<\/tr>\n<tr>\n<td>Data flows match between parent and child<\/td>\n<td>Ensures consistency<\/td>\n<td>Run a flow name comparison across levels<\/td>\n<\/tr>\n<tr>\n<td>All processes have inputs and outputs<\/td>\n<td>Prevents logical gaps<\/td>\n<td>Trace each process to its flows<\/td>\n<\/tr>\n<tr>\n<td>No orphaned data stores<\/td>\n<td>Avoids unused components<\/td>\n<td>Check for read\/write flows<\/td>\n<\/tr>\n<tr>\n<td>External entities are not connected to data stores<\/td>\n<td>Enforces correct boundaries<\/td>\n<td>Review all entity-process connections<\/td>\n<\/tr>\n<tr>\n<td>Processes are atomic<\/td>\n<td>Ensures correctness<\/td>\n<td>Can it be broken down further?<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Pro Tip: Use Visual Paradigm for Automated Validation<\/h3>\n<p>My team uses Visual Paradigm\u2019s DFD consistency checker to detect mismatched flows.<\/p>\n<p>It highlights processes that have outputs without matching inputs, or flows not traced back to a parent.<\/p>\n<p>It\u2019s not foolproof\u2014but it catches 80% of common errors before peer review.<\/p>\n<h2>When to Revisit Your DFD<\/h2>\n<p>Not every model needs a full audit. Use these triggers to know when to apply the DFD quality checklist.<\/p>\n<ul>\n<li>After a major system change or integration.<\/li>\n<li>Before handing off the model to developers or auditors.<\/li>\n<li>When feedback from stakeholders highlights confusion about data movement.<\/li>\n<li>When new requirements suggest a flow that doesn\u2019t align with existing structure.<\/li>\n<li>Before upgrading from Level 1 to Level 2 or higher.<\/li>\n<\/ul>\n<p>Revisiting isn\u2019t about perfection\u2014it\u2019s about clarity. A DFD that confuses its audience fails its purpose.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What should I do if a process has no input flow?<\/h3>\n<p>If a process has no input flow, it either consumes data from a store or receives data from an external entity not shown in the current diagram scope.<\/p>\n<p>Double-check: is the data source missing? If yes, add the flow or clarify the scope.<\/p>\n<h3>Can a data store have only input flows and no output?<\/h3>\n<p>No. A data store must be read from. If it has only input and no output, it\u2019s being used as a dumping ground.<\/p>\n<p>This violates the principle of data integrity. Either remove the store or add a read flow.<\/p>\n<h3>How do I balance a Level 1 DFD with a Level 2?<\/h3>\n<p>Start with the parent process. For each input\/output flow in the parent, ensure that the child diagram shows a process that handles it.<\/p>\n<p>Use your data dictionary: every data element in the parent flow must appear in the child diagram, either as input, output, or stored.<\/p>\n<h3>Is it okay to have a process that only stores data?<\/h3>\n<p>No. A process must transform data. Simply \u201cstore data\u201d is not a valid action.<\/p>\n<p>Instead, name the process based on the transformation: \u201cSave Customer Profile\u201d or \u201cUpdate Payment Status\u201d.<\/p>\n<h3>Why do my DFDs keep failing the review?<\/h3>\n<p>Most failures stem from inconsistent naming, missing data flows, or data stores with no access.<\/p>\n<p>Run the DFD quality checklist. Use a data dictionary. And never skip the peer review step.<\/p>\n<h3>Can DFDs be used in Agile environments?<\/h3>\n<p>Absolutely. DFDs help translate user stories into clear data movement logic.<\/p>\n<p>Use them in discovery sessions to map how data flows through a feature\u2014then extract technical tasks from the model.<\/p>\n<p>They\u2019re not outdated. They\u2019re just misunderstood.<\/p>\n<p>Remember: the goal isn\u2019t to create perfect diagrams.<\/p>\n<p>It\u2019s to ensure that every process, flow, and store serves a purpose\u2014and that the model reflects reality, not guesswork.<\/p>\n<p>Use this DFD review checklist to stay sharp, avoid DFD mistakes, and build trust in your analysis.<\/p>\n<p>And when in doubt, ask: does this flow make sense to the person who\u2019ll have to maintain it?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Consistency is the hallmark of professional data flow modeling. Every time I audit a DFD, I ask: does the data [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1173,"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-1175","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 Review Checklist: Avoid Mistakes &amp; Ensure Quality<\/title>\n<meta name=\"description\" content=\"Use this expert DFD review checklist to validate your diagrams, avoid common mistakes, and ensure consistency across all levels. Improve quality and accuracy in system modeling.\" \/>\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\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DFD Review Checklist: Avoid Mistakes &amp; Ensure Quality\" \/>\n<meta property=\"og:description\" content=\"Use this expert DFD review checklist to validate your diagrams, avoid common mistakes, and ensure consistency across all levels. Improve quality and accuracy in system modeling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills\u65e5\u672c\u8a9e\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"6\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/\",\"name\":\"DFD Review Checklist: Avoid Mistakes & Ensure Quality\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-02-25T10:36:57+00:00\",\"description\":\"Use this expert DFD review checklist to validate your diagrams, avoid common mistakes, and ensure consistency across all levels. Improve quality and accuracy in system modeling.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mastering Data Flow Diagram Levels and Balancing\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Learning Reinforcement Tools\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"DFD Review Checklist and Common Pitfall Library\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/\",\"name\":\"Visual Paradigm Skills\u65e5\u672c\u8a9e\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/ja\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#organization\",\"name\":\"Visual Paradigm Skills\u65e5\u672c\u8a9e\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills\u65e5\u672c\u8a9e\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DFD Review Checklist: Avoid Mistakes & Ensure Quality","description":"Use this expert DFD review checklist to validate your diagrams, avoid common mistakes, and ensure consistency across all levels. Improve quality and accuracy in system modeling.","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\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/","og_locale":"ja_JP","og_type":"article","og_title":"DFD Review Checklist: Avoid Mistakes & Ensure Quality","og_description":"Use this expert DFD review checklist to validate your diagrams, avoid common mistakes, and ensure consistency across all levels. Improve quality and accuracy in system modeling.","og_url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/","og_site_name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"6\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/","name":"DFD Review Checklist: Avoid Mistakes & Ensure Quality","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-02-25T10:36:57+00:00","description":"Use this expert DFD review checklist to validate your diagrams, avoid common mistakes, and ensure consistency across all levels. Improve quality and accuracy in system modeling.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfr-review-checklist-avoid-mistakes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/ja\/"},{"@type":"ListItem","position":2,"name":"Mastering Data Flow Diagram Levels and Balancing","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/"},{"@type":"ListItem","position":3,"name":"Learning Reinforcement Tools","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/"},{"@type":"ListItem","position":4,"name":"DFD Review Checklist and Common Pitfall Library"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website","url":"https:\/\/skills.visual-paradigm.com\/ja\/","name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/ja\/#organization","name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","url":"https:\/\/skills.visual-paradigm.com\/ja\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills\u65e5\u672c\u8a9e"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1175","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1175\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1173"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=1175"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=1175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}