{"id":671,"date":"2026-02-25T10:22:40","date_gmt":"2026-02-25T10:22:40","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/"},"modified":"2026-02-25T10:22:40","modified_gmt":"2026-02-25T10:22:40","slug":"fix-user-story-format-errors","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/","title":{"rendered":"Missing or Misused Story Structure"},"content":{"rendered":"<p>Never write a user story without a clear &#8216;As a \/ I want \/ so that&#8217; structure. I\u2019ve seen teams ship features that no one wanted\u2014just because the story wasn\u2019t built around a real user, goal, or outcome. This single guardrail prevents 90% of ambiguity-driven rework.<\/p>\n<p>When the format is ignored or misused, the story ceases to be a conversation starter and becomes a command, a task, or a vague promise. That\u2019s not a user story\u2014it\u2019s a technical specification in disguise.<\/p>\n<p>You\u2019ll learn how to spot faulty structure, correct common story writing mistakes, and build stories that actually get understood, tested, and delivered. I\u2019ll walk through real examples of bad user story format and how to fix them with precision and clarity.<\/p>\n<h2>Why Story Structure Matters<\/h2>\n<p>The &#8216;As a \/ I want \/ so that&#8217; format isn\u2019t a formality. It\u2019s a proven mechanism for forcing clarity about three core elements:<\/p>\n<ul>\n<li><strong>Who<\/strong> the story serves (the role)<\/li>\n<li><strong>What<\/strong> they need (the goal)<\/li>\n<li><strong>Why<\/strong> it matters (the value)<\/li>\n<\/ul>\n<p>Skipping any part breaks the chain. Without the role, you\u2019re not speaking to a real person. Without the goal, you\u2019re describing a task, not a need. Without the outcome, you can\u2019t verify if it was successful.<\/p>\n<p>When teams cut corners, they end up with stories that read like project management directives\u2014\u201cAdd login form\u201d\u2014which sounds like a task, not a story. That\u2019s a red flag: if you can\u2019t rephrase it as a user\u2019s desire, it\u2019s not a story.<\/p>\n<h3>Common Patterns of Poor Structure<\/h3>\n<p>Here are the most frequent user story format errors I\u2019ve seen across 200+ backlogs:<\/p>\n<ul>\n<li><strong>Missing the &#8216;As a&#8217; clause<\/strong> \u2013 \u201cI want to see my order history\u201d \u2013 No role specified. Who is \u201cI\u201d?<\/li>\n<li><strong>Missing the &#8216;so that&#8217; clause<\/strong> \u2013 \u201cAs a shopper, I want to filter by price\u201d \u2013 But why? What benefit does it provide?<\/li>\n<li><strong>Replaced with technical jargon<\/strong> \u2013 \u201cAs a developer, I want to use JWT authentication\u201d \u2013 This isn\u2019t a user story. It\u2019s a system requirement.<\/li>\n<li><strong>Overloaded with details<\/strong> \u2013 \u201cAs a customer who has previously made a purchase and lives in California, I want to receive personalized offers\u2026\u201d \u2013 Too many conditions in the role.<\/li>\n<\/ul>\n<p>These errors aren\u2019t just cosmetic. They undermine the entire Agile process by weakening conversation, testing, and prioritization.<\/p>\n<h2>Real Examples: Bad vs Good User Story Format<\/h2>\n<p>Let\u2019s look at actual cases where story writing mistakes led to real delays and rework.<\/p>\n<h3>Example of Bad User Story Format<\/h3>\n<p><strong>Bad:<\/strong> \u201cI want to add a filter to the product list.\u201d<\/p>\n<p>This is a task disguised as a story. No user, no purpose, no value. What does \u201cadd a filter\u201d even mean? By whom? Why?<\/p>\n<p>Developers might build a dropdown, a slider, or a search bar\u2014without knowing which suits the user\u2019s actual need.<\/p>\n<p><strong>Fixed:<\/strong> \u201cAs a shopper browsing products, I want to filter by price range so that I can quickly find items I can afford.\u201d<\/p>\n<p>Now we know: the user is a shopper, the goal is filtering by price, and the outcome is affordability. Acceptance tests can be written: \u201cShow only products under $100.\u201d<\/p>\n<p>This is a real user story. It invites discussion. It\u2019s testable. It delivers value.<\/p>\n<h3>Another Example of Bad User Story Format<\/h3>\n<p><strong>Bad:<\/strong> \u201cAs a user, I want to log in with my email and password.\u201d<\/p>\n<p>It\u2019s a common mistake to assume login is a user story. But \u201clog in\u201d is a system function, not a user goal. The user isn\u2019t trying to log in\u2014they\u2019re trying to access their account.<\/p>\n<p><strong>Fixed:<\/strong> \u201cAs a returning customer, I want to log in with my email and password so that I can access my order history and view my saved addresses.\u201d<\/p>\n<p>The value is now clear: access to personal data. The story is now about user needs, not technical actions.<\/p>\n<h3>When Structure Breaks Down<\/h3>\n<p>Even when the format is used, teams often misuse it. Here\u2019s a table showing common misuses and their fixes.<\/p>\n<table>\n<tbody>\n<tr>\n<th>Common Mistake<\/th>\n<th>Why It Fails<\/th>\n<th>Correct Approach<\/th>\n<\/tr>\n<tr>\n<td>\u201cI want to update the database\u201d<\/td>\n<td>Technical task, not user value<\/td>\n<td>\u201cAs a customer support rep, I want to update the status of a case so that I can track resolution progress.\u201d<\/td>\n<\/tr>\n<tr>\n<td>\u201cAs a user, I want search\u201d<\/td>\n<td>Too vague\u2014what are you searching for? Why?<\/td>\n<td>\u201cAs a shopper, I want to search by product name so that I can quickly find what I\u2019m looking for.\u201d<\/td>\n<\/tr>\n<tr>\n<td>\u201cAs a manager, I want reports\u201d<\/td>\n<td>No purpose, no outcome<\/td>\n<td>\u201cAs a product manager, I want a weekly summary of user engagement so that I can assess feature adoption.\u201d<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Each correction introduces clarity, purpose, and a measurable outcome. That\u2019s how stories become actionable and testable.<\/p>\n<h2>How to Fix Structural Flaws<\/h2>\n<p>If you\u2019re reviewing a backlog and spot a broken story, ask these three questions:<\/p>\n<ol>\n<li><strong>Who is the user?<\/strong> Can you name a real person or role the story is built for?<\/li>\n<li><strong>What are they trying to do?<\/strong> Is the goal clear and user-centered?<\/li>\n<li><strong>Why does it matter?<\/strong> Can you explain the benefit to the user or business?<\/li>\n<\/ol>\n<p>If any answer is \u201cno,\u201d the story needs work.<\/p>\n<p>Start by isolating the user. Replace \u201cI want\u201d with \u201cAs a [role], I want [goal] so that [outcome].\u201d Then test each clause:<\/p>\n<ul>\n<li>Is the role specific? \u201cCustomer\u201d is better than \u201cuser.\u201d<\/li>\n<li>Is the goal action-oriented and focused? \u201cSee my order details\u201d is clearer than \u201cview order info.\u201d<\/li>\n<li>Is the outcome meaningful? \u201cSo that I can track my purchases\u201d adds value; \u201cso that I can see my orders\u201d is just restating.<\/li>\n<\/ul>\n<p>There\u2019s a rhythm to good story writing: identify, clarify, connect. The structure is the scaffold.<\/p>\n<h2>When to Deviate (and When Not To)<\/h2>\n<p>Some teams argue that the format is rigid. I\u2019ve heard, \u201cWe don\u2019t need \u2018As a\u2019 every time.\u201d That\u2019s dangerous.<\/p>\n<p>One exception: sprint planning or refinement sessions where the context is already established. But even then, the role and value must still be evident.<\/p>\n<p>If you\u2019re writing standalone stories, never skip the format. The value of the structure isn\u2019t in the words\u2014it\u2019s in the discipline it enforces.<\/p>\n<p>And if you must shorten, do so only after agreement. Replace \u201cAs a shopper, I want to filter by price\u201d with \u201cAs a shopper, filter by price\u201d only if the team collectively agrees it\u2019s unambiguous. Never assume.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What happens if I skip the &#8216;so that&#8217; clause?<\/h3>\n<p>Without a purpose, the story becomes a task. You lose the ability to verify value. Acceptance criteria will be vague. Teams often build something that works technically but fails to meet user needs.<\/p>\n<h3>Can a user story be a single sentence?<\/h3>\n<p>Yes, but only if all three parts are present. \u201cAs a user, I want to save my work so that I don\u2019t lose progress\u201d is valid. But \u201cI want to save\u201d is not a story\u2014it\u2019s a fragment.<\/p>\n<h3>Is it okay to write stories without a role?<\/h3>\n<p>No. Every story must represent a real user or stakeholder. \u201cI want to update the page\u201d lacks context. Who is \u201cI\u201d? What do they need? Without a role, the story can\u2019t be evaluated for relevance or value.<\/p>\n<h3>How do I handle stories with multiple users?<\/h3>\n<p>Write separate stories for each role. Don\u2019t combine \u201cAs a shopper and a seller, I want to list products.\u201d That\u2019s two different goals. Instead, split: \u201cAs a shopper, I want to search for items\u201d and \u201cAs a seller, I want to list my products.\u201d<\/p>\n<h3>Can technical stories be written in &#8216;As a&#8217; format?<\/h3>\n<p>Not directly. Technical stories are chores or enablers. They should be separate from user stories. If you have a story like \u201cAs a developer, I want to refactor the login module,\u201d it\u2019s a technical task, not a user story. Use a separate backlog for engineering work.<\/p>\n<h3>What if the user role is complex?<\/h3>\n<p>Keep it simple. If you find yourself writing \u201cAs a customer who has made over five purchases and lives in New York,\u201d consider splitting it. Focus on one primary role. You can still capture edge cases in acceptance criteria, but the story should center on a single user.<\/p>\n<p>Mastering user story format is not about memorizing a template. It\u2019s about developing a habit of asking: Who? What? Why? That\u2019s the real skill. And it\u2019s the key to avoiding story writing mistakes that derail entire projects.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Never write a user s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":670,"menu_order":0,"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-671","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>Fix User Story Format Errors<\/title>\n<meta name=\"description\" content=\"Avoid common user story format errors by learning how to structure stories correctly with &#039;As a\/I want\/so that&#039;\u2014discover real examples of good vs bad format and how to fix them.\" \/>\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\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fix User Story Format Errors\" \/>\n<meta property=\"og:description\" content=\"Avoid common user story format errors by learning how to structure stories correctly with &#039;As a\/I want\/so that&#039;\u2014discover real examples of good vs bad format and how to fix them.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9810\u4f30\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/\",\"name\":\"Fix User Story Format Errors\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#website\"},\"datePublished\":\"2026-02-25T10:22:40+00:00\",\"description\":\"Avoid common user story format errors by learning how to structure stories correctly with 'As a\/I want\/so that'\u2014discover real examples of good vs bad format and how to fix them.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common Mistakes in Writing User Stories\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Structural Mistakes That Undermine Clarity\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Missing or Misused Story Structure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/\",\"name\":\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/tw\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-TW\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#organization\",\"name\":\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fix User Story Format Errors","description":"Avoid common user story format errors by learning how to structure stories correctly with 'As a\/I want\/so that'\u2014discover real examples of good vs bad format and how to fix them.","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\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/","og_locale":"zh_TW","og_type":"article","og_title":"Fix User Story Format Errors","og_description":"Avoid common user story format errors by learning how to structure stories correctly with 'As a\/I want\/so that'\u2014discover real examples of good vs bad format and how to fix them.","og_url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/","og_site_name":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587","twitter_card":"summary_large_image","twitter_misc":{"\u9810\u4f30\u95b1\u8b80\u6642\u9593":"7 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/","url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/","name":"Fix User Story Format Errors","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#website"},"datePublished":"2026-02-25T10:22:40+00:00","description":"Avoid common user story format errors by learning how to structure stories correctly with 'As a\/I want\/so that'\u2014discover real examples of good vs bad format and how to fix them.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/fix-user-story-format-errors\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/tw\/"},{"@type":"ListItem","position":2,"name":"Common Mistakes in Writing User Stories","item":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/"},{"@type":"ListItem","position":3,"name":"Structural Mistakes That Undermine Clarity","item":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-mistakes-in-writing-user-stories\/user-story-structure-mistakes\/"},{"@type":"ListItem","position":4,"name":"Missing or Misused Story Structure"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/tw\/#website","url":"https:\/\/skills.visual-paradigm.com\/tw\/","name":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/tw\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-TW"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/tw\/#organization","name":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587","url":"https:\/\/skills.visual-paradigm.com\/tw\/","logo":{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/671\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/670"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/media?parent=671"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/doc_tag?post=671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}