{"id":399,"date":"2026-02-25T10:17:23","date_gmt":"2026-02-25T10:17:23","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/"},"modified":"2026-02-25T10:17:23","modified_gmt":"2026-02-25T10:17:23","slug":"bpmn-data-objects","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/","title":{"rendered":"Data and Artifacts in BPMN"},"content":{"rendered":"<p>Many beginners assume that BPMN diagrams must focus solely on tasks, events, and decisions\u2014anything else is extra. But that\u2019s a common misstep. In reality, data elements are not mere decorations. They are part of the core logic. BPMN data objects give context to actions, define input and output requirements, and help bridge the gap between process flow and real-world data handling. Without them, a diagram may be visually correct but semantically incomplete.<\/p>\n<p>As someone who\u2019s guided over 50 teams through their first BPMN modeling projects, I\u2019ve seen how omitting data objects leads to confusion, especially when analysts hand off diagrams to developers or auditors. The absence of data representation often means the process can\u2019t be validated, automated, or even understood outside the original team.<\/p>\n<p>This chapter shows you how to use BPMN data modeling effectively. You\u2019ll learn to distinguish between data objects, data stores, and artifacts\u2014how to place them properly, when to use each, and how they contribute to a complete, professional diagram. You\u2019ll also see how BPMN documentation elements like annotations add clarity without disrupting flow.<\/p>\n<h2>Understanding BPMN Data Objects<\/h2>\n<p>BPMN data objects represent information that a process acts upon. They\u2019re not just labels\u2014they are tangible inputs and outputs tied to activities.<\/p>\n<p>Think of a data object as a document, file, or dataset that a task reads, modifies, or creates. Every time a task starts or ends with data, that data should be shown.<\/p>\n<p>For example, in an invoice approval process, the \u201cReview Invoice\u201d task might consume an invoice document and produce a signed copy. That\u2019s where data objects come in.<\/p>\n<h3>How BPMN Data Objects Work<\/h3>\n<p>Use the data object symbol: a rectangle with a folded corner. It\u2019s attached to activities via a dotted line.<\/p>\n<p>You attach a data object to a task to indicate what information is involved. The line connects the object to the task, but doesn\u2019t imply flow\u2014just relationship.<\/p>\n<p>For example:<\/p>\n<ul>\n<li><strong>Input:<\/strong> The \u201cGenerate Report\u201d task requires a \u201cMonthly Sales Data\u201d object.<\/li>\n<li><strong>Output:<\/strong> The same task produces a \u201cFinalized Report\u201d object.<\/li>\n<\/ul>\n<p>This simple addition tells developers where data comes from and what\u2019s expected at the output.<\/p>\n<h2>Key Data Elements in BPMN<\/h2>\n<h3>Data Objects vs. Data Stores<\/h3>\n<p>While data objects represent data used within a process, data stores represent persistent repositories\u2014like databases or file systems\u2014where data resides across multiple processes.<\/p>\n<p>Use a data store to show where data is stored long-term. It\u2019s a rectangle with a small circle in the corner, often labeled with a name like \u201cCustomer Database\u201d or \u201cSales Ledger\u201d.<\/p>\n<p>Here\u2019s when to use each:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Use Case<\/th>\n<th>Data Object<\/th>\n<th>Data Store<\/th>\n<\/tr>\n<tr>\n<td>Temporary data used in a single task<\/td>\n<td>\u2714\ufe0f Yes<\/td>\n<td>\u274c No<\/td>\n<\/tr>\n<tr>\n<td>Data persisted across multiple processes<\/td>\n<td>\u274c No<\/td>\n<td>\u2714\ufe0f Yes<\/td>\n<\/tr>\n<tr>\n<td>Document created or consumed in workflow<\/td>\n<td>\u2714\ufe0f Yes<\/td>\n<td>\u274c No<\/td>\n<\/tr>\n<tr>\n<td>Master record stored in a system<\/td>\n<td>\u274c No<\/td>\n<td>\u2714\ufe0f Yes<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Artifacts: Enhancing Clarity Without Disruption<\/h3>\n<p>BPMN artifacts are visual aids. They\u2019re not part of the flow but provide context.<\/p>\n<p>Three main types:<\/p>\n<ul>\n<li><strong>Annotations:<\/strong> Text boxes that explain a task or condition.<\/li>\n<li><strong>Groupings:<\/strong> Rectangles that group related tasks, useful for highlighting subprocesses or phases.<\/li>\n<li><strong>Data objects:<\/strong> As described above, they\u2019re both artifacts and core elements.<\/li>\n<\/ul>\n<p>Use annotations to clarify complex logic, like \u201cOnly if customer has premium status\u201d or \u201cPending IT approval.\u201d They\u2019re not required, but they dramatically improve readability\u2014especially in diagrams with multiple decision points.<\/p>\n<h2>Best Practices for BPMN Data Modeling<\/h2>\n<p>Modeling data correctly isn\u2019t about adding everything. It\u2019s about choosing what\u2019s necessary.<\/p>\n<h3>Start with the essentials: Inputs and outputs<\/h3>\n<p>Ask: \u201cWhat data does this task need to start?\u201d and \u201cWhat data does it leave behind?\u201d<\/p>\n<p>Only include data objects that are actually involved in the task\u2019s execution.<\/p>\n<p>For example, in a \u201cValidate ID\u201d task, you\u2019d include \u201cID Document\u201d as input. But if the validation is automated, you might not need to show output unless a new document (like a validation result) is generated.<\/p>\n<h3>Keep names consistent and meaningful<\/h3>\n<p>Don\u2019t use vague names like \u201cData1\u201d or \u201cFile.\u201d Instead, use descriptive, clear labels:<\/p>\n<ul>\n<li>\u201cCustomer Application Form\u201d<\/li>\n<li>\u201cPayment Confirmation Receipt\u201d<\/li>\n<li>\u201cUpdated Inventory List\u201d<\/li>\n<\/ul>\n<p>Consistent naming prevents confusion during handover to developers or auditors.<\/p>\n<h3>Use data stores for external systems<\/h3>\n<p>When a process reads or writes to a database, don\u2019t duplicate the data flow. Instead, link the activity to the data store.<\/p>\n<p>Example: The \u201cUpdate Customer Record\u201d task connects to the \u201cCustomer Database\u201d data store. This signals to stakeholders that this action affects persistent data.<\/p>\n<h3>Don\u2019t overuse artifacts<\/h3>\n<p>Annotations are helpful, but too many clutter the diagram. Limit them to critical context\u2014like business rules, exceptions, or ownership notes.<\/p>\n<p>For instance, instead of annotating every task, focus only on complex decisions, high-risk steps, or steps requiring approval.<\/p>\n<h2>Real-World Example: Loan Approval Process<\/h2>\n<p>Let\u2019s walk through a simple but practical example using BPMN data objects and artifacts.<\/p>\n<p>Consider a loan approval workflow:<\/p>\n<ol>\n<li><strong>Application Received:<\/strong> Input: \u201cLoan Application Form\u201d<\/li>\n<li><strong>Verify Credit History:<\/strong> Input: \u201cCustomer Credit Report\u201d, Output: \u201cCredit Summary\u201d<\/li>\n<li><strong>Review by Manager:<\/strong> Input: \u201cCredit Summary\u201d, Output: \u201cApproval Decision\u201d<\/li>\n<li><strong>Notify Applicant:<\/strong> Input: \u201cApproval Decision\u201d<\/li>\n<\/ol>\n<p>Each task interacts with a data object. The \u201cCustomer Credit Report\u201d is fetched from the \u201cCredit Bureau Database\u201d data store.<\/p>\n<p>Annotate the \u201cReview by Manager\u201d task with: \u201cRequires sign-off from regional manager if loan &gt; $50,000.\u201d<\/p>\n<p>This model is clear, traceable, and audit-ready\u2014exactly what BPMN documentation elements should achieve.<\/p>\n<h2>Common Pitfalls and How to Avoid Them<\/h2>\n<h3>Overloading the diagram with data objects<\/h3>\n<p>Don\u2019t add every piece of data involved. Focus on the ones that directly affect the task&#8217;s inputs or outputs. For example, a \u201cSend Email\u201d task only needs \u201cEmail Template\u201d and \u201cRecipient List\u201d \u2014 not the entire customer database.<\/p>\n<h3>Confusing data objects with messages<\/h3>\n<p>Data objects are not message flows. Messages represent communication between participants. Data objects are about data handling within a single process.<\/p>\n<p>Use message flows only when one pool sends a message to another (e.g., \u201cApprove Loan\u201d from one system to another).<\/p>\n<h3>Ignoring data store labeling<\/h3>\n<p>Always label your data stores. \u201cCustomer Database\u201d is better than just \u201cDatabase.\u201d This clarity prevents ambiguity during process audits or system integration.<\/p>\n<h2>How to Validate Your BPMN Data Modeling<\/h2>\n<p>After modeling, check your work using this quick checklist:<\/p>\n<ul>\n<li>Every task has a clear data input and output if applicable.<\/li>\n<li>Data objects are named meaningfully and consistently.<\/li>\n<li>Data stores are used only for persistent, external data.<\/li>\n<li>Annotations are used only for critical context, not every task.<\/li>\n<li>There\u2019s no redundant data connection\u2014only meaningful relationships.<\/li>\n<\/ul>\n<p>Run this checklist before sharing your diagram with developers, auditors, or clients. It ensures your model isn\u2019t just visually correct but operationally sound.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is the purpose of BPMN data objects?<\/h3>\n<p>BPMN data objects represent information that a task uses or produces. They clarify what data is involved in a process step, helping to validate logic, support automation, and improve communication across teams.<\/p>\n<h3>When should I use a data store instead of a data object?<\/h3>\n<p>Use a data store when data is stored long-term and accessed across multiple processes\u2014like a database or file system. Use a data object when the data is temporary and used within a single task or subprocess.<\/p>\n<h3>Can BPMN artifacts affect process execution?<\/h3>\n<p>No\u2014artifacts like annotations and groupings are purely visual. They don\u2019t affect execution. But they enhance readability and support stakeholder understanding, especially in complex diagrams.<\/p>\n<h3>Do all BPMN tools support data objects and data stores?<\/h3>\n<p>Yes\u2014BPMN 2.0 standard includes them. Most modern modeling tools like Visual Paradigm support these elements. Always verify your tool\u2019s version and ensure it complies with BPMN 2.0.2.<\/p>\n<h3>How do data objects improve BPMN documentation elements?<\/h3>\n<p>Data objects add traceability. They show exactly what data is being processed at each step. This is crucial for compliance, automation planning, and stakeholder alignment\u2014making BPMN documentation more actionable and professional.<\/p>\n<h3>What happens if I omit data objects in a process that handles documents?<\/h3>\n<p>Omitting data objects leads to ambiguity. Stakeholders may not know what information is being acted upon. This causes delays in handover, errors in automation, and audit failures. Always include data objects when data is involved.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many beginners assum [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":395,"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-399","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>BPMN Data Objects: Diagramming with Clarity<\/title>\n<meta name=\"description\" content=\"Master BPMN data objects for precise process documentation. Learn how to model data objects, data stores, and artifacts to enhance workflow clarity and stakeholder communication in your BPMN diagrams.\" \/>\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\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Data Objects: Diagramming with Clarity\" \/>\n<meta property=\"og:description\" content=\"Master BPMN data objects for precise process documentation. Learn how to model data objects, data stores, and artifacts to enhance workflow clarity and stakeholder communication in your BPMN diagrams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/\" \/>\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\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/\",\"name\":\"BPMN Data Objects: Diagramming with Clarity\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#website\"},\"datePublished\":\"2026-02-25T10:17:23+00:00\",\"description\":\"Master BPMN data objects for precise process documentation. Learn how to model data objects, data stores, and artifacts to enhance workflow clarity and stakeholder communication in your BPMN diagrams.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BPMN Fundamentals for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BPMN Basics\u2014Symbols, Structure, and Syntax\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Data and Artifacts in BPMN\"}]},{\"@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":"BPMN Data Objects: Diagramming with Clarity","description":"Master BPMN data objects for precise process documentation. Learn how to model data objects, data stores, and artifacts to enhance workflow clarity and stakeholder communication in your BPMN diagrams.","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\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/","og_locale":"zh_TW","og_type":"article","og_title":"BPMN Data Objects: Diagramming with Clarity","og_description":"Master BPMN data objects for precise process documentation. Learn how to model data objects, data stores, and artifacts to enhance workflow clarity and stakeholder communication in your BPMN diagrams.","og_url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/","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\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/","url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/","name":"BPMN Data Objects: Diagramming with Clarity","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#website"},"datePublished":"2026-02-25T10:17:23+00:00","description":"Master BPMN data objects for precise process documentation. Learn how to model data objects, data stores, and artifacts to enhance workflow clarity and stakeholder communication in your BPMN diagrams.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-data-objects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/tw\/"},{"@type":"ListItem","position":2,"name":"BPMN Fundamentals for Beginners","item":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/"},{"@type":"ListItem","position":3,"name":"BPMN Basics\u2014Symbols, Structure, and Syntax","item":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/"},{"@type":"ListItem","position":4,"name":"Data and Artifacts in BPMN"}]},{"@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\/399","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\/399\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/395"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/media?parent=399"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/doc_tag?post=399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}