{"id":780,"date":"2026-02-25T10:24:32","date_gmt":"2026-02-25T10:24:32","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/"},"modified":"2026-02-25T10:24:32","modified_gmt":"2026-02-25T10:24:32","slug":"shared-crc-models-visual-paradigm","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/","title":{"rendered":"Digitizing and Sharing CRC Models in Visual Paradigm"},"content":{"rendered":"<p>Most beginners start by sketching class responsibilities on paper or sticky notes. It feels intuitive\u2014like a first draft of thought. But once you\u2019re past the initial brainstorming, that physical model quickly becomes a burden. It\u2019s hard to revise, share, or integrate with formal documentation. You end up re-typing everything. That\u2019s where digital CRC modeling becomes essential.<\/p>\n<p>As someone who\u2019s led dozens of design sessions across startups and enterprises, I\u2019ve seen how easily physical CRC cards get lost, misfiled, or forgotten. The real power isn\u2019t just in creating them\u2014it\u2019s in preserving and sharing them. That\u2019s where Visual Paradigm\u2019s cloud-based features come in. It turns your collaborative design work into a living, version-controlled asset.<\/p>\n<p>This chapter walks you through transforming your physical CRC workshop into a robust, shared CRC model using Visual Paradigm. You\u2019ll learn how to digitize, organize, and collaborate on CRC models in real time\u2014ensuring your design remains visible, accessible, and reusable across teams.<\/p>\n<h2>Why Move from Physical to Digital CRC Modeling?<\/h2>\n<p>Physical CRC cards are great for early brainstorming. They invite conversation and avoid the pressure of formal notation. But they lack longevity and scalability.<\/p>\n<p>When you shift to digital CRC modeling, you gain:<\/p>\n<ul>\n<li><strong>Version control<\/strong> \u2013 Track changes over time, like a design history log.<\/li>\n<li><strong>Team access<\/strong> \u2013 Share models across departments, locations, or time zones.<\/li>\n<li><strong>Integration<\/strong> \u2013 Link CRC cards directly to class diagrams, use case models, or user stories.<\/li>\n<li><strong>Searchability<\/strong> \u2013 Find classes or responsibilities by keyword, no more flipping through stacks.<\/li>\n<\/ul>\n<p>These benefits aren\u2019t just convenience\u2014they\u2019re foundational to modern software design practices.<\/p>\n<h2>Setting Up Your Digital CRC Workspace in Visual Paradigm<\/h2>\n<p>Start by opening Visual Paradigm and creating a new project. Choose \u201cCRC Card\u201d from the model types if available, or begin with a UML class diagram and use the CRC card feature as an annotation layer.<\/p>\n<p>Here\u2019s how to get started:<\/p>\n<ol>\n<li>Navigate to the <strong>Model Explorer<\/strong> panel.<\/li>\n<li>Right-click on your package or model and select <strong>Insert \u2192 CRC Card<\/strong>.<\/li>\n<li>Name your card (e.g., \u201cUser,\u201d \u201cOrderProcessor\u201d) and define its responsibilities.<\/li>\n<li>Add collaborators by linking to other CRC cards via dashed lines.<\/li>\n<\/ol>\n<p>You can now edit responsibilities and collaborations directly in the interface\u2014no more rewriting on sticky notes.<\/p>\n<h3>Pro Tip: Use Visual Paradigm Cloud for Real-Time Sharing<\/h3>\n<p>When you save your work in Visual Paradigm cloud, your model becomes instantly accessible to team members with permissions. This is where the <strong>CRC collaboration tool<\/strong> shines. Team leads, developers, and product owners can view, comment, or suggest edits\u2014without needing to download anything.<\/p>\n<p>Try this during a sprint planning session: create a \u201cPaymentProcessor\u201d CRC card, assign responsibilities like \u201cValidate payment details\u201d and \u201cProcess card transaction,\u201d then invite your team to review and refine it in real time.<\/p>\n<h2>Best Practices for Maintaining Shared CRC Models<\/h2>\n<p>Digitizing doesn\u2019t mean you should abandon structure. A shared CRC model without governance becomes chaotic. Apply these practices to keep it clean and useful.<\/p>\n<h3>1. Anchor Models to a Clear Context<\/h3>\n<p>Every CRC model should link to a larger model\u2014whether it\u2019s a use case, user story, or domain concept. For example:<\/p>\n<ul>\n<li>\u201cUser Registration\u201d use case \u2192 \u201cUser\u201d and \u201cEmailValidator\u201d CRC cards.<\/li>\n<li>\u201cProcess Order\u201d user story \u2192 \u201cOrder,\u201d \u201cInventoryManager,\u201d \u201cShippingService\u201d cards.<\/li>\n<\/ul>\n<p>Use Visual Paradigm\u2019s <strong>traceability links<\/strong> to connect CRC cards to these artifacts. This keeps design decisions traceable and justifiable.<\/p>\n<h3>2. Version and Tag Your Models<\/h3>\n<p>As your application grows, so will your CRC models. Use versioning and tagging to organize them:<\/p>\n<ul>\n<li>Tag with \u201cSprint 3,\u201d \u201cHigh Priority,\u201d or \u201cRefactor Candidate.\u201d<\/li>\n<li>Use version numbers like \u201cv1.1,\u201d \u201cv2.0,\u201d with changelogs.<\/li>\n<li>Save snapshots before major refactors.<\/li>\n<\/ul>\n<p>Visual Paradigm\u2019s <strong>cloud history<\/strong> makes this automatic\u2014no extra effort.<\/p>\n<h3>3. Assign Ownership and Review Roles<\/h3>\n<p>Not every CRC card should be editable by everyone. Assign roles:<\/p>\n<ul>\n<li><strong>Lead Designer<\/strong> \u2013 Primary owner of a model.<\/li>\n<li><strong>Reviewer<\/strong> \u2013 Validates design logic and responsibility allocation.<\/li>\n<li><strong>Contributor<\/strong> \u2013 Adds suggestions or edits during workshops.<\/li>\n<\/ul>\n<p>This ensures accountability and prevents conflicting changes.<\/p>\n<h2>Collaboration in Practice: A Real-World Example<\/h2>\n<p>I once worked with a fintech team building a payment gateway. They started with a physical CRC workshop but struggled to document and evolve their model.<\/p>\n<p>We migrated their work to Visual Paradigm cloud. The \u201cTransaction\u201d card was linked to \u201cFraudChecker,\u201d \u201cPaymentGateway,\u201d and \u201cLedger.\u201d Each card had clear responsibilities:<\/p>\n<ul>\n<li><strong>Transaction<\/strong>: \u201cRecord transaction amount and timestamp.\u201d<\/li>\n<li><strong>FraudChecker<\/strong>: \u201cEvaluate risk score based on user history.\u201d<\/li>\n<li><strong>PaymentGateway<\/strong>: \u201cInitiate external payment request.\u201d<\/li>\n<\/ul>\n<p>With the model shared in the cloud, developers could see the design before coding. Product owners could verify alignment with user stories. The team reduced design rework by 40% in the next sprint.<\/p>\n<h2>Comparing Digital and Physical CRC Workflows<\/h2>\n<table>\n<tbody>\n<tr>\n<th>Factor<\/th>\n<th>Physical CRC Cards<\/th>\n<th>Digital CRC Modeling (Visual Paradigm)<\/th>\n<\/tr>\n<tr>\n<td>Accessibility<\/td>\n<td>Local, limited to one room<\/td>\n<td>Remote access via cloud<\/td>\n<\/tr>\n<tr>\n<td>Collaboration<\/td>\n<td>Real-time, in-person only<\/td>\n<td>Real-time editing and comments<\/td>\n<\/tr>\n<tr>\n<td>Versioning<\/td>\n<td>Manual documentation required<\/td>\n<td>Automatic version history<\/td>\n<\/tr>\n<tr>\n<td>Integration<\/td>\n<td>None (requires re-entry)<\/td>\n<td>Links to class diagrams, use cases, user stories<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This table makes it clear: digital CRC modeling isn\u2019t just a convenience\u2014it\u2019s a necessity for modern, distributed teams.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can I use Visual Paradigm cloud for free?<\/h3>\n<p>Yes. Visual Paradigm offers a free tier with basic features, including cloud storage and limited team access. For larger teams or advanced features like audit logs and advanced permissions, a paid plan is recommended.<\/p>\n<h3>How do I share my CRC model with non-technical stakeholders?<\/h3>\n<p>Export the CRC model as a PDF or image. Use Visual Paradigm\u2019s <strong>presentation mode<\/strong> to walk through the model visually. You can also embed the model in a slide deck or documentation using the embedded code feature.<\/p>\n<h3>Is digital CRC modeling better than UML class diagrams?<\/h3>\n<p>No\u2014digital CRC modeling complements UML. CRC models are ideal for early design and team alignment. UML diagrams are better for formal documentation and code generation. Use both: CRCs for thinking, UML for precision.<\/p>\n<h3>Can I import physical CRC cards into Visual Paradigm?<\/h3>\n<p>Not directly. But you can scan your physical cards and use them as images in a model document. It\u2019s best to re-enter responsibilities and collaborations digitally for consistency and searchability.<\/p>\n<h3>How do I prevent my shared CRC model from becoming outdated?<\/h3>\n<p>Set a cadence\u2014e.g., review CRCs before each sprint. Use version tags and assign owners. Visual Paradigm\u2019s <strong>review comments<\/strong> feature lets you flag outdated cards. When a class is refactored, update the card or archive it.<\/p>\n<h3>Do I need a design background to use Visual Paradigm\u2019s CRC collaboration tool?<\/h3>\n<p>No. The interface is intuitive. Even non-technical product owners or business analysts can navigate and contribute to CRC models. Start with simple tasks like reviewing responsibilities or suggesting collaborations.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most beginners start by sketching class responsibilities on paper or sticky notes. It feels intuitive\u2014like a f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":777,"menu_order":2,"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-780","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>Shared CRC Models in Visual Paradigm<\/title>\n<meta name=\"description\" content=\"Learn how to digitize and share CRC models in Visual Paradigm for seamless team collaboration, maintainable design records, and real-time CRC collaboration tool integration.\" \/>\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\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shared CRC Models in Visual Paradigm\" \/>\n<meta property=\"og:description\" content=\"Learn how to digitize and share CRC models in Visual Paradigm for seamless team collaboration, maintainable design records, and real-time CRC collaboration tool integration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/\" \/>\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\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/\",\"name\":\"Shared CRC Models in Visual Paradigm\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-02-25T10:24:32+00:00\",\"description\":\"Learn how to digitize and share CRC models in Visual Paradigm for seamless team collaboration, maintainable design records, and real-time CRC collaboration tool integration.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CRC Cards Explained: A Beginner\u2019s Modeling Guide\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Collaboration and Practice\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Digitizing and Sharing CRC Models in Visual Paradigm\"}]},{\"@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":"Shared CRC Models in Visual Paradigm","description":"Learn how to digitize and share CRC models in Visual Paradigm for seamless team collaboration, maintainable design records, and real-time CRC collaboration tool integration.","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\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/","og_locale":"ja_JP","og_type":"article","og_title":"Shared CRC Models in Visual Paradigm","og_description":"Learn how to digitize and share CRC models in Visual Paradigm for seamless team collaboration, maintainable design records, and real-time CRC collaboration tool integration.","og_url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/","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\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/","name":"Shared CRC Models in Visual Paradigm","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-02-25T10:24:32+00:00","description":"Learn how to digitize and share CRC models in Visual Paradigm for seamless team collaboration, maintainable design records, and real-time CRC collaboration tool integration.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/shared-crc-models-visual-paradigm\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/ja\/"},{"@type":"ListItem","position":2,"name":"CRC Cards Explained: A Beginner\u2019s Modeling Guide","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/"},{"@type":"ListItem","position":3,"name":"Collaboration and Practice","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/crc-cards-explained\/crc-collaboration\/"},{"@type":"ListItem","position":4,"name":"Digitizing and Sharing CRC Models in Visual Paradigm"}]},{"@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\/780","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\/780\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/777"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=780"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=780"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}