{"id":934,"date":"2026-02-25T10:32:31","date_gmt":"2026-02-25T10:32:31","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/"},"modified":"2026-02-25T10:32:31","modified_gmt":"2026-02-25T10:32:31","slug":"visual-paradigm-crc-workflow","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/","title":{"rendered":"Tool Support: Visual Paradigm and the CRC-to-Class Workflow"},"content":{"rendered":"<p>Many teams begin modeling with CRC cards because they\u2019re intuitive and collaborative. But when the design grows, so does the friction\u2014hand-drawn notes get lost, team members disagree on how responsibilities map to methods, and converting ideas into consistent UML becomes a manual, error-prone task.<\/p>\n<p>That\u2019s where the Visual Paradigm CRC workflow changes everything. It\u2019s not just about digitizing your team\u2019s brainstorming\u2014it\u2019s about preserving intent while enabling structured, traceable design. The tool doesn\u2019t replace your design process; it strengthens it by making the CRC-to-UML transition seamless, reusable, and team-aligned.<\/p>\n<p>With over 20 years in object-oriented design, I\u2019ve seen countless teams struggle to scale their CRC insights into formal documentation. The breakthrough came not with better diagrams, but with better tooling that respects the collaborative nature of CRC while empowering precision.<\/p>\n<h2>Why Visual Paradigm Is the Right Tool for the CRC-to-Class Journey<\/h2>\n<p>Visual Paradigm is more than a UML editor\u2014it\u2019s a full lifecycle modeling environment built for teams who value both discovery and documentation. Its native support for CRC cards means you can start with a lightweight, paper-like session, then evolve those insights into a formal class diagram without losing context.<\/p>\n<p>What sets it apart is how it treats CRC cards not as placeholders but as first-class design artifacts. When you create a CRC card in Visual Paradigm, it\u2019s not just a label on a sticky note. It becomes a bridge to a UML class, with automatic field population and relationship inference.<\/p>\n<p>Consider this: A team designing a banking system might start with a CRC card for <strong>Account<\/strong>, listing responsibilities like \u201ccalculate interest\u201d and \u201cverify balance.\u201d In Visual Paradigm, you can assign these directly to methods and attributes in the generated class. The tool doesn\u2019t guess\u2014it learns from how your team thinks.<\/p>\n<h3>Key Features That Support the CRC-to-UML Transition<\/h3>\n<ul>\n<li><strong>CRC Card Editor<\/strong> \u2013 A drag-and-drop interface that mimics physical cards. You can add class names, responsibilities, and collaborators just as you would on paper.<\/li>\n<li><strong>Auto-Map to UML Class<\/strong> \u2013 Once a CRC card is finalized, it auto-generates a class node in the diagram with attributes and operations extracted from responsibilities.<\/li>\n<li><strong>Relationship Inference<\/strong> \u2013 Collaborations between cards (e.g., \u201cAccount handles Transaction\u201d) are automatically translated into associations or dependencies in the class diagram.<\/li>\n<li><strong>Bi-Directional Synchronization<\/strong> \u2013 Changes to the class diagram automatically reflect in the CRC card, and vice versa, ensuring consistency across both views.<\/li>\n<li><strong>Versioning and Team Collaboration<\/strong> \u2013 Teams can share models in real time, track changes, and maintain history\u2014ideal for agile environments where design evolves weekly.<\/li>\n<\/ul>\n<h2>Step-by-Step: Converting CRC Cards to UML Class Diagrams<\/h2>\n<p>Let\u2019s walk through a practical workflow using a library management system. The goal: turn CRC brainstorming into a clean, consistent class diagram.<\/p>\n<ol>\n<li><strong>Create a CRC card<\/strong> for <strong>Book<\/strong>. Add responsibilities: \u201ctrack availability status,\u201d \u201ccalculate due date.\u201d<\/li>\n<li><strong>Assign collaborators<\/strong> like \u201cLoan\u201d and \u201cMember.\u201d These will become associations in UML.<\/li>\n<li><strong>Generate the class<\/strong> using the <em>Convert to Class<\/em> function. Visual Paradigm populates:\n<ul>\n<li><code>name: String<\/code><\/li>\n<li><code>availability: Boolean<\/code><\/li>\n<li><code>calculateDueDate(): Date<\/code><\/li>\n<\/ul>\n<\/li>\n<li><strong>Review associations<\/strong> between <code>Book<\/code> and <code>Loan<\/code>. Set multiplicity (e.g., 1..*), and confirm navigation.<\/li>\n<li><strong>Refine visibility<\/strong> using the tool\u2019s built-in guidelines. Mark <code>calculateDueDate()<\/code> as <code>private<\/code> if it\u2019s implementation-specific.<\/li>\n<li><strong>Validate completeness<\/strong> with the built-in consistency checker\u2014ensures no orphaned classes or missing responsibilities.<\/li>\n<\/ol>\n<h3>Pro Tip: Use Visual Paradigm CRC to UML as a Team Brainstorming Engine<\/h3>\n<p>Don\u2019t treat the workflow as a one-way conversion. Use it to run collaborative design sprints. Have your team create CRC cards in real time, then use the tool to auto-generate a draft class diagram. Then review together: \u201cDoes this match what we meant?\u201d<\/p>\n<p>This isn\u2019t just documentation\u2014it\u2019s a <em>design feedback loop<\/em>. What looks right on paper often reveals flaws when auto-mapped into UML. You\u2019ll catch missing attributes, ambiguous relationships, or duplicated responsibilities early.<\/p>\n<h2>Why Model Automation Tools Like Visual Paradigm Matter<\/h2>\n<p>Manual translation from CRC cards to UML is error-prone and time-consuming. Even small teams waste hours adjusting names, fixing cardinalities, and reconciling misaligned responsibilities.<\/p>\n<p>Model automation tools like Visual Paradigm eliminate this friction. They don\u2019t replace your design decisions\u2014they make them <em>visible<\/em> and <em>enforceable<\/em>. When you use a CRC diagram software like this, you\u2019re not just drawing a diagram\u2014you\u2019re creating a living model that evolves with your team\u2019s understanding.<\/p>\n<p><span style=\"font-size: 1.5em; font-weight: bold;\">Best Practices for a Smooth Visual Paradigm CRC to UML Workflow<\/span><\/p>\n<ul>\n<li><strong>Don\u2019t rush the CRC phase<\/strong>. Let your team explore responsibilities freely\u2014don\u2019t force UML structure too early.<\/li>\n<li><strong>Use consistent naming<\/strong>. Visual Paradigm enforces naming conventions. Use <code>camelCase<\/code> for methods, <code>PascalCase<\/code> for classes.<\/li>\n<li><strong>Review before finalizing<\/strong>. Always inspect auto-generated classes. The tool is smart, but it can\u2019t replace your judgment.<\/li>\n<li><strong>Link CRC cards to documentation<\/strong>. You can add notes to each card to justify design choices, making the diagram traceable to requirements.<\/li>\n<li><strong>Use the model repository<\/strong>. Save your CRC sessions as templates for future projects\u2014especially useful for recurring domain models like e-commerce or inventory systems.<\/li>\n<\/ul>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How does Visual Paradigm CRC to UML differ from manual conversion?<\/h3>\n<p>Manual conversion is error-prone and inconsistent. Visual Paradigm automates mapping responsibilities to methods and attributes, reduces duplication, and enforces UML syntax. It also preserves traceability between CRC cards and class elements.<\/p>\n<h3>Can I use Visual Paradigm for agile teams working in sprints?<\/h3>\n<p>Absolutely. The tool supports iterative design. You can update CRC cards mid-sprint, regenerate the class diagram, and keep your model aligned with user stories and refactoring needs. It\u2019s ideal for sprint planning and backlog refinement.<\/p>\n<h3>Is Visual Paradigm CRC workflow suitable for beginners?<\/h3>\n<p>Yes. The interface is intuitive, with guided templates and auto-suggestions. Beginners learn by doing\u2014creating CRC cards, seeing them become UML classes, and understanding the mapping in real time.<\/p>\n<h3>Can I import existing CRC cards into Visual Paradigm?<\/h3>\n<p>Yes. You can import from text files, spreadsheets, or even scan handwritten notes. The tool includes OCR-like parsing for rough sketches, making it possible to digitize physical sessions.<\/p>\n<h3>How does model automation tools improve quality in team environments?<\/h3>\n<p>They reduce miscommunication. When a responsibility like \u201ccalculate total\u201d becomes a method named <code>calculateTotal()<\/code> in the class diagram, everyone sees the same definition. Automation ensures consistency across team members and development cycles.<\/p>\n<h3>Do I still need to validate the final class diagram?<\/h3>\n<p>Yes. Automation reduces errors, but it doesn\u2019t replace design review. Always validate for completeness, visibility, and behavioral coherence. The tool helps\u2014you still make the decisions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many teams begin modeling with CRC cards because they\u2019re intuitive and collaborative. But when the design grows, so does the friction\u2014hand-drawn notes get lost, team members disagree on how responsibilities map to methods, and converting ideas into consistent UML becomes a manual, error-prone task. That\u2019s where the Visual Paradigm CRC workflow changes everything. It\u2019s not [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":930,"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-934","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>Visual Paradigm CRC Workflow<\/title>\n<meta name=\"description\" content=\"Discover how the Visual Paradigm CRC workflow streamlines the transition from CRC cards to UML class diagrams with model automation tools. Enhance design accuracy and team collaboration with a proven, intuitive approach.\" \/>\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\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visual Paradigm CRC Workflow\" \/>\n<meta property=\"og:description\" content=\"Discover how the Visual Paradigm CRC workflow streamlines the transition from CRC cards to UML class diagrams with model automation tools. Enhance design accuracy and team collaboration with a proven, intuitive approach.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Polski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/\",\"name\":\"Visual Paradigm CRC Workflow\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\"},\"datePublished\":\"2026-02-25T10:32:31+00:00\",\"description\":\"Discover how the Visual Paradigm CRC workflow streamlines the transition from CRC cards to UML class diagrams with model automation tools. Enhance design accuracy and team collaboration with a proven, intuitive approach.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"From CRC Cards to Class Diagrams\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Setting the Stage: Why CRC-to-UML Matters\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Tool Support: Visual Paradigm and the CRC-to-Class Workflow\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"name\":\"Visual Paradigm Skills Polski\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\",\"name\":\"Visual Paradigm Skills Polski\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Polski\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Visual Paradigm CRC Workflow","description":"Discover how the Visual Paradigm CRC workflow streamlines the transition from CRC cards to UML class diagrams with model automation tools. Enhance design accuracy and team collaboration with a proven, intuitive approach.","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\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/","og_locale":"pl_PL","og_type":"article","og_title":"Visual Paradigm CRC Workflow","og_description":"Discover how the Visual Paradigm CRC workflow streamlines the transition from CRC cards to UML class diagrams with model automation tools. Enhance design accuracy and team collaboration with a proven, intuitive approach.","og_url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/","og_site_name":"Visual Paradigm Skills Polski","twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"5 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/","name":"Visual Paradigm CRC Workflow","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website"},"datePublished":"2026-02-25T10:32:31+00:00","description":"Discover how the Visual Paradigm CRC workflow streamlines the transition from CRC cards to UML class diagrams with model automation tools. Enhance design accuracy and team collaboration with a proven, intuitive approach.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/visual-paradigm-crc-workflow\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pl\/"},{"@type":"ListItem","position":2,"name":"From CRC Cards to Class Diagrams","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/"},{"@type":"ListItem","position":3,"name":"Setting the Stage: Why CRC-to-UML Matters","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/crc-cards-to-class-diagrams\/crc-to-uml-overview\/"},{"@type":"ListItem","position":4,"name":"Tool Support: Visual Paradigm and the CRC-to-Class Workflow"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website","url":"https:\/\/skills.visual-paradigm.com\/pl\/","name":"Visual Paradigm Skills Polski","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization","name":"Visual Paradigm Skills Polski","url":"https:\/\/skills.visual-paradigm.com\/pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Polski"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/934","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/934\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/930"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/media?parent=934"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/doc_tag?post=934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}