{"id":620,"date":"2026-02-25T10:21:28","date_gmt":"2026-02-25T10:21:28","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/"},"modified":"2026-02-25T10:21:28","modified_gmt":"2026-02-25T10:21:28","slug":"dfd-diagnostic-playbook","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/","title":{"rendered":"How to Use This Book as a Diagnostic Playbook"},"content":{"rendered":"<p>When a DFD causes confusion, misalignment, or delays, it\u2019s rarely due to a lack of effort\u2014it\u2019s often because the root issue wasn\u2019t diagnosed correctly. This book isn\u2019t meant to be read cover to cover. It\u2019s built as a diagnostic playbook, designed for real-world use in design sessions, code reviews, and onboarding.<\/p>\n<p>You don\u2019t need to understand every detail to get value. Start where the problem is visible: a confusing flow, a mismatched input, a process that seems to generate data from nothing.<\/p>\n<p>Think of this book as a field guide to pattern recognition. Each chapter isolates a common failure mode\u2014scope creep, unbalanced flows, inconsistent naming\u2014so you can identify the symptom, jump to the relevant section, and apply corrective action.<\/p>\n<p>My advice? Never treat DFDs as static deliverables. Treat them as living artifacts. Use this guide not just to fix mistakes, but to build resilience into your team\u2019s modeling process.<\/p>\n<h2>Start with the Symptoms, Not the Theory<\/h2>\n<p>When a stakeholder says, \u201cI don\u2019t understand this flow,\u201d or a developer asks, \u201cWhere does this data come from?\u201d, don\u2019t start with notation rules. Look for symptoms.<\/p>\n<p>Ask: Is the diagram too cluttered? Are data flows disappearing between levels? Are processes named too vaguely? These aren\u2019t flaws in the notation\u2014they\u2019re symptoms of deeper structural or communicative gaps.<\/p>\n<p>Use this book as a DFD troubleshooting guide. Match the symptom to a category:<\/p>\n<ul>\n<li><strong>Scope &amp; boundaries<\/strong>: Are external entities misclassified? Is the system boundary unclear?<\/li>\n<li><strong>Leveling &amp; decomposition<\/strong>: Are processes split unevenly? Does a child diagram introduce unrelated functions?<\/li>\n<li><strong>Consistency<\/strong>: Do inputs and outputs balance across levels? Are data definitions consistent?<\/li>\n<li><strong>Readability<\/strong>: Is the layout chaotic? Are colors or labels distracting?<\/li>\n<\/ul>\n<p>Once you\u2019ve identified the likely category, go straight to that chapter. You\u2019ll find not just an explanation, but a refactoring path and a checklist to confirm the fix.<\/p>\n<h2>Use It as a Review Playbook for Teams<\/h2>\n<p>Use this book in design walkthroughs, peer reviews, and onboarding. It\u2019s not a training manual\u2014it\u2019s a quality gate.<\/p>\n<p>For example, before a sprint planning meeting, run a quick DFD review playbook session:<\/p>\n<ol>\n<li>Assign each team member a chapter to review (e.g., \u201cCheck for unbalanced data flows\u201d).<\/li>\n<li>Use the checklist in <em>Chapter: Balancing and Consistency Problems<\/em> to flag issues.<\/li>\n<li>Discuss discrepancies aloud. Focus on reasoning, not just correctness.<\/li>\n<li>Document changes in a shared log or version control system.<\/li>\n<\/ol>\n<p>This turns a passive review into a learning moment. New analysts learn faster when they can see how real errors are diagnosed and resolved.<\/p>\n<h3>Integrate with Modeling Tools<\/h3>\n<p>Tools like Visual Paradigm are not just for drawing\u2014they\u2019re for structuring the diagnostic process. Use their features to:<\/p>\n<ul>\n<li>Store sample diagrams in a central project repository.<\/li>\n<li>Save multiple versions to track changes over time.<\/li>\n<li>Use built-in validation to flag unbalanced flows or invalid connections.<\/li>\n<li>Create templates that enforce naming and numbering standards.<\/li>\n<\/ul>\n<p>These features turn the book\u2019s checklists into automated guards. For example, set up a rule that flags any process without at least one input and one output\u2014this catches missing interface issues early.<\/p>\n<h2>Apply It Beyond the Design Phase<\/h2>\n<p>DFD modeling isn\u2019t just for requirements gathering. Use this book to:<\/p>\n<ul>\n<li><strong>Onboard new analysts<\/strong>: Give them the DFD diagnostic playbook as a starter guide. Have them audit a real diagram using a checklist.<\/li>\n<li><strong>Support incident investigations<\/strong>: When a system fails, trace data flows back to the DFD. Was the root cause a missing input or an unbalanced transformation?<\/li>\n<li><strong>Improve audit readiness<\/strong>: Show how each flow has a documented source and purpose. This supports compliance and traceability.<\/li>\n<\/ul>\n<p>Teams that treat DFDs as living artifacts\u2014updated with every change\u2014report significantly fewer integration issues and faster onboarding.<\/p>\n<h2>Build a Personal DFD Diagnostic Routine<\/h2>\n<p>Here\u2019s a simple routine I\u2019ve used for over 20 years:<\/p>\n<ol>\n<li>When you see a DFD, start with the <em>big picture<\/em>: Does it make sense at a glance?<\/li>\n<li>Check for <em>obvious flaws<\/em>: illegal connections, missing data stores, unbalanced flows.<\/li>\n<li>Use the <em>DFD review playbook<\/em> to drill down: Is the scope clear? Are processes decomposed logically?<\/li>\n<li>Apply the checklist from the relevant chapter.<\/li>\n<li>Document your findings\u2014especially if you\u2019re not the original creator.<\/li>\n<\/ol>\n<p>This routine takes under 15 minutes and prevents 80% of common errors. It\u2019s not about perfection. It\u2019s about consistency.<\/p>\n<h2>Real-World Example: Fixing a Confused Context Diagram<\/h2>\n<p>Imagine a context diagram that shows the bank system receiving data from \u201cCustomer,\u201d \u201cATM,\u201d and \u201cServer.\u201d But \u201cServer\u201d is actually a component inside the system.<\/p>\n<p>Look up <em>chapter: Unclear System Boundaries<\/em>. The checklist asks:<\/p>\n<ul>\n<li>Are all external entities truly external?<\/li>\n<li>Is anything inside the system treated as a source of data?<\/li>\n<li>Are assumptions about scope documented?<\/li>\n<\/ul>\n<p>Apply it. You\u2019ll realize: \u201cServer\u201d is a technical detail. Move it to a Level 1 diagram. Replace it with \u201cBank Network\u201d as an external entity. Add a note: \u201cAll backend components are internal.\u201d<\/p>\n<p>Problem solved. No overwork. No rework.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I use this book if I\u2019m new to DFDs?<\/h3>\n<p>Start with the symptom-based approach. Don\u2019t try to master all concepts. Open the book, identify the issue (e.g., \u201cconfusing diagram\u201d), and go to the relevant chapter. Use the checklists as guides. You\u2019ll build experience incrementally.<\/p>\n<h3>Can I use the DFD diagnostic playbook in code reviews?<\/h3>\n<p>Absolutely. Use it as a lightweight validation step. Ask: Does the DFD match the code\u2019s data flow? Are inputs and outputs consistent? If not, flag it for discussion. This prevents misalignment before deployment.<\/p>\n<h3>How often should I review a DFD?<\/h3>\n<p>At minimum, review before integration, after significant changes, and during onboarding. Treat it as a living document. Update it as the system evolves. Use versioning to track changes.<\/p>\n<h3>Is it better to fix a flawed DFD step-by-step or redraw from scratch?<\/h3>\n<p>Use this rule: If more than 30% of the diagram is problematic, or if confusion persists after fixes, consider a redraw. But always document why. Transparency builds trust.<\/p>\n<h3>What if my team uses multiple tools for DFDs?<\/h3>\n<p>Centralize them. Use a single modeling platform (e.g., Visual Paradigm) to store all DFDs. Create a shared library with templates and standards. This prevents fragmentation and ensures consistency.<\/p>\n<h3>How can I make the DFD review playbook work in a remote team?<\/h3>\n<p>Use screen-sharing in meetings. Assign sections to team members. Use comments in the modeling tool to flag issues. Record decisions. Keep the playbook in a shared folder with access logs.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When a DFD causes confusion, misalignment, or delays, it\u2019s rarely due to a lack of effort\u2014it\u2019s often because t [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":616,"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-620","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 Diagnostic Playbook: Your Step-by-Step Guide<\/title>\n<meta name=\"description\" content=\"Turn this book into a DFD troubleshooting guide with actionable steps. Learn how to use it as a reference, apply checklists, and improve team reviews with real-world examples.\" \/>\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\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DFD Diagnostic Playbook: Your Step-by-Step Guide\" \/>\n<meta property=\"og:description\" content=\"Turn this book into a DFD troubleshooting guide with actionable steps. Learn how to use it as a reference, apply checklists, and improve team reviews with real-world examples.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/\" \/>\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=\"5\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\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/\",\"name\":\"DFD Diagnostic Playbook: Your Step-by-Step Guide\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-02-25T10:21:28+00:00\",\"description\":\"Turn this book into a DFD troubleshooting guide with actionable steps. Learn how to use it as a reference, apply checklists, and improve team reviews with real-world examples.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common DFD Mistakes and How to Avoid Them\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Why DFDs Go Wrong\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to Use This Book as a Diagnostic Playbook\"}]},{\"@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 Diagnostic Playbook: Your Step-by-Step Guide","description":"Turn this book into a DFD troubleshooting guide with actionable steps. Learn how to use it as a reference, apply checklists, and improve team reviews with real-world examples.","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\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/","og_locale":"ja_JP","og_type":"article","og_title":"DFD Diagnostic Playbook: Your Step-by-Step Guide","og_description":"Turn this book into a DFD troubleshooting guide with actionable steps. Learn how to use it as a reference, apply checklists, and improve team reviews with real-world examples.","og_url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/","og_site_name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"5\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/","name":"DFD Diagnostic Playbook: Your Step-by-Step Guide","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-02-25T10:21:28+00:00","description":"Turn this book into a DFD troubleshooting guide with actionable steps. Learn how to use it as a reference, apply checklists, and improve team reviews with real-world examples.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/dfd-diagnostic-playbook\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/ja\/"},{"@type":"ListItem","position":2,"name":"Common DFD Mistakes and How to Avoid Them","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/"},{"@type":"ListItem","position":3,"name":"Why DFDs Go Wrong","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/common-dfd-mistakes-and-how-to-avoid-them\/why-dfd-go-wrong\/"},{"@type":"ListItem","position":4,"name":"How to Use This Book as a Diagnostic Playbook"}]},{"@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\/620","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\/620\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/616"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=620"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}