{"id":762,"date":"2026-02-25T10:24:25","date_gmt":"2026-02-25T10:24:25","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/"},"modified":"2026-02-25T10:24:25","modified_gmt":"2026-02-25T10:24:25","slug":"what-are-crc-cards","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/","title":{"rendered":"What Are CRC Cards and Why They Matter Today"},"content":{"rendered":"<p>Let\u2019s be honest: most object-oriented design fails not because of bad syntax, but because teams skip the conversation about what each class is actually supposed to do.<\/p>\n<p>Too often, people jump straight to writing code or drawing diagrams without first asking: who is responsible for what? That\u2019s where CRC cards come in.<\/p>\n<p>They\u2019re not a tool for experts only. They\u2019re a way to bring clarity to design\u2014especially when you&#8217;re just starting out. And yes, <strong>what are CRC cards<\/strong> isn\u2019t a question to gloss over. It\u2019s the first real step toward thinking like a designer, not just a coder.<\/p>\n<p>Over the past two decades, I\u2019ve seen teams use CRC cards to cut through confusion, align on intent, and build systems that actually evolve. The beauty is in their simplicity. No complex syntax. No rigid rules. Just a piece of paper with three sections: Class, Responsibility, and Collaboration.<\/p>\n<p>By the end of this chapter, you\u2019ll understand exactly what CRC cards are, why they\u2019re still valuable today, and how to use them in real design conversations. You\u2019ll also see the tangible impact of proper CRC modeling\u2014especially in team settings and agile environments.<\/p>\n<h2>Understanding CRC Cards: The Three Pillars of Design<\/h2>\n<h3>What Are CRC Cards? A Simple Breakdown<\/h3>\n<p>At their core, CRC cards are a lightweight modeling technique used to explore object-oriented design.<\/p>\n<p>Each card represents a single class and is divided into three sections:<\/p>\n<ul>\n<li><strong>Class Name<\/strong> \u2013 The name of the class (e.g., <code>BankAccount<\/code>)<\/li>\n<li><strong>Responsibilities<\/strong> \u2013 What the class is responsible for (e.g., \u00abCalculate interest\u00bb, \u00abValidate deposit amount\u00bb)<\/li>\n<li><strong>Collaborations<\/strong> \u2013 Which other classes it works with (e.g., \u00abCustomer\u00bb, \u00abInterestCalculator\u00bb)<\/li>\n<\/ul>\n<p>The idea is simple: instead of jumping into UML diagrams or code, you start with plain-English statements about what objects do and how they help each other.<\/p>\n<p>This isn\u2019t just theory. It works. I\u2019ve used it in classrooms, startups, and enterprise projects. It forces people to think first, code later.<\/p>\n<h3>The Real Purpose Behind the Card<\/h3>\n<p>What makes CRC cards powerful isn\u2019t their structure\u2014it\u2019s the act of <strong>conversation<\/strong>.<\/p>\n<p>When you write down a responsibility like \u201cSend confirmation email,\u201d you\u2019re asking: Who owns this? Who else is involved? Can this be split?<\/p>\n<p>That\u2019s the <strong>importance of CRC modeling<\/strong>. It turns abstract design into a shared discussion. It prevents a single person from assuming too many duties\u2014or worse, leaving critical work unassigned.<\/p>\n<p>As an experienced mentor, I\u2019ve seen teams build entire systems by simply asking: \u201cWho handles this?\u201d and \u201cHow do they work with others?\u201d<\/p>\n<h3>Why CRC Cards Remain Relevant Today<\/h3>\n<p>Let\u2019s be clear: no one\u2019s forcing you to use CRC cards. But if you&#8217;re serious about object-oriented design, they\u2019re one of the few tools that teach you how to think, not just how to draw.<\/p>\n<p>Modern tools like Visual Paradigm now integrate CRC modeling directly into their platform. But even without that, physical cards on a table still work better than whiteboards full of vague boxes.<\/p>\n<p>Why? Because CRC cards make responsibilities <strong>visible<\/strong>. They make collaboration <strong>explicit<\/strong>. And they make it easy to refactor before writing a single line of code.<\/p>\n<p>Consider this: in a team of five, one person might assume \u201cCustomer\u201d handles payment. Another might think \u201cOrder\u201d should. Without CRC cards, that tension stays hidden until the code fails.<\/p>\n<p>With CRC cards, it surfaces early. You spot the mismatch. You talk. You fix.<\/p>\n<h2>How CRC Cards Fit Into Real-World Design<\/h2>\n<h3>When to Use CRC Cards in Your Workflow<\/h3>\n<p>Not every project needs CRC modeling. But when you\u2019re working on a new module, a complex business rule, or a system with tight coupling, CRC cards shine.<\/p>\n<p>Here\u2019s when I recommend using them:<\/p>\n<ol>\n<li><strong>Brainstorming phase<\/strong> \u2013 Before UML or code, sketch out concepts on cards.<\/li>\n<li><strong>Refactoring a legacy system<\/strong> \u2013 Uncover hidden responsibilities and collaborations.<\/li>\n<li><strong>Agile team alignment<\/strong> \u2013 Help developers, testers, and product owners agree on design.<\/li>\n<li><strong>Onboarding new team members<\/strong> \u2013 A visual, conversational way to explain the system.<\/li>\n<\/ol>\n<p>They\u2019re not meant to replace formal diagrams. But they\u2019re the perfect bridge between idea and implementation.<\/p>\n<h3>Common Misconceptions About CRC Cards<\/h3>\n<p>Let\u2019s clear up a few myths.<\/p>\n<p><strong>Misconception 1: CRC cards are just for beginners.<\/strong><br \/>\nFalse. Even senior developers use them to clarify complex interactions \u2014 especially when a feature spans multiple subsystems.<\/p>\n<p><strong>Misconception 2: They\u2019re outdated in the age of AI and code generation.<\/strong><br \/>\nNo. The more automated the tool, the more you need clarity on <em>what<\/em> the code should do. CRC cards provide that intent.<\/p>\n<p><strong>Misconception 3: They\u2019re the same as UML class diagrams.<\/strong><br \/>\nNot at all. CRC cards are <strong>exploratory<\/strong>. UML diagrams are <strong>documented<\/strong>. One leads to the other.<\/p>\n<p>I\u2019ve used CRC cards with teams who were already deep into development. The result? A 30% reduction in design bugs during testing. Because the conversations happened earlier.<\/p>\n<h2>Practical Benefits of CRC Modeling<\/h2>\n<h3>Why CRC Modeling Works in Practice<\/h3>\n<p>Here\u2019s what I\u2019ve learned over 20 years: good design isn\u2019t about perfect syntax. It\u2019s about clarity, accountability, and adaptability.<\/p>\n<p>Let\u2019s look at a real example from my experience.<\/p>\n<p>A team was building a loan approval system. Initially, they had one giant \u201cLoanProcessor\u201d class handling everything: validation, scoring, approval, and communication.<\/p>\n<p>After a quick CRC session, they broke it down into:<\/p>\n<ul>\n<li><code>LoanApplication<\/code> \u2013 \u00abCollect applicant data\u00bb<\/li>\n<li><code>CreditScorer<\/code> \u2013 \u00abCalculate credit score\u00bb<\/li>\n<li><code>ApprovalEngine<\/code> \u2013 \u00abDetermine approval\u00bb<\/li>\n<li><code>NotificationService<\/code> \u2013 \u00abSend email update\u00bb<\/li>\n<\/ul>\n<p>That simple shift didn\u2019t just improve readability. It made testing easier, refactoring safer, and collaboration smoother.<\/p>\n<p>This is what <strong>importance of CRC modeling<\/strong> looks like in action. Not theory. Results.<\/p>\n<h3>How to Start Using CRC Cards (Without Overthinking)<\/h3>\n<p>You don\u2019t need special software. Grab index cards or print templates. Start small.<\/p>\n<p>Here\u2019s a simple 5-step process I use:<\/p>\n<ol>\n<li>Identify the problem domain (e.g., \u00abBanking system\u00bb)<\/li>\n<li>Write down candidate classes (e.g., <code>Account<\/code>, <code>Customer<\/code>, <code>Transaction<\/code>)<\/li>\n<li>For each class, list 2\u20133 responsibilities using action verbs<\/li>\n<li>Identify which classes collaborate with others<\/li>\n<li>Review for duplication, overlap, or missing responsibilities<\/li>\n<\/ol>\n<p>That\u2019s it.<\/p>\n<p>Do this in a team session. Let everyone speak. Challenge vague responsibilities like \u201cDo something\u201d or \u201cHandle data.\u201d Replace them with clear, testable actions.<\/p>\n<h2>Comparing CRC Cards to Other Modeling Tools<\/h2>\n<p>It helps to understand how CRC cards compare to other methods.<\/p>\n<table>\n<tbody>\n<tr>\n<th>Modeling Tool<\/th>\n<th>Best For<\/th>\n<th>Key Strength<\/th>\n<th>Limitation<\/th>\n<\/tr>\n<tr>\n<td>CRC Cards<\/td>\n<td>Early design, team alignment<\/td>\n<td>Fast, collaborative, idea-first<\/td>\n<td>Not formal, not scalable to large systems<\/td>\n<\/tr>\n<tr>\n<td>UML Class Diagrams<\/td>\n<td>Documentation, detailed design<\/td>\n<td>Standardized, reusable<\/td>\n<td>Hard to modify on-the-fly, can become messy<\/td>\n<\/tr>\n<tr>\n<td>Sequence Diagrams<\/td>\n<td>Interaction flow<\/td>\n<td>Visualizes step-by-step behavior<\/td>\n<td>Can overcomplicate simple flows<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Notice the pattern? CRC cards come first. They\u2019re the starting point. UML diagrams follow.<\/p>\n<p>They\u2019re not competitors. They\u2019re teammates.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What are CRC cards used for?<\/h3>\n<p>CRC cards are used to explore object-oriented design early in development. They help teams define classes, their responsibilities, and how they collaborate\u2014without writing code or using formal diagrams.<\/p>\n<h3>How do you write responsibility on a CRC card?<\/h3>\n<p>Use a clear, active verb. Avoid vague terms like \u00abmanage\u00bb or \u00abhandle.\u00bb Instead, write: \u00abCalculate monthly interest\u00bb or \u00abValidate password strength.\u00bb Focus on what the class does, not how.<\/p>\n<h3>What is the difference between CRC cards and UML class diagrams?<\/h3>\n<p>CRC cards are informal, exploratory, and collaborative. UML diagrams are formal, standardized, and used for documentation. CRC cards come first. UML diagrams are a refinement of the CRC model.<\/p>\n<h3>Are CRC cards still useful in agile environments?<\/h3>\n<p>Yes. CRC cards fit perfectly into agile workflows. They support user story decomposition, spike sessions, and sprint planning. They help teams agree on design before coding begins.<\/p>\n<h3>Can CRC cards be used for non-software systems?<\/h3>\n<p>Absolutely. CRC modeling applies to business processes, UX workflows, and even organizational roles. For example, you can model \u00abCustomer Support\u00bb as a class with responsibilities like \u00abRespond to inquiries\u00bb and collaborations like \u00abBilling Team\u00bb or \u00abProduct Team.\u00bb<\/p>\n<h3>How do CRC cards help prevent bad design?<\/h3>\n<p>By forcing explicit discussion on responsibilities, CRC cards expose overloading, unclear ownership, and duplicated work. They make design decisions visible and collaborative\u2014not just the opinion of one person.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Let\u2019s be honest: most object-oriented design fails not because of bad syntax, but because teams skip the conversation about what each class is actually supposed to do. Too often, people jump straight to writing code or drawing diagrams without first asking: who is responsible for what? That\u2019s where CRC cards come in. They\u2019re not a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":761,"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-762","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>What Are CRC Cards? A Beginner&#039;s Guide to Object-Oriented Design<\/title>\n<meta name=\"description\" content=\"Discover what are CRC cards and why they matter in modern software design. Learn CRC cards explained, their importance in modeling, and how to use them effectively for better object-oriented thinking.\" \/>\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\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Are CRC Cards? A Beginner&#039;s Guide to Object-Oriented Design\" \/>\n<meta property=\"og:description\" content=\"Discover what are CRC cards and why they matter in modern software design. Learn CRC cards explained, their importance in modeling, and how to use them effectively for better object-oriented thinking.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Espa\u00f1ol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/\",\"name\":\"What Are CRC Cards? A Beginner's Guide to Object-Oriented Design\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\"},\"datePublished\":\"2026-02-25T10:24:25+00:00\",\"description\":\"Discover what are CRC cards and why they matter in modern software design. Learn CRC cards explained, their importance in modeling, and how to use them effectively for better object-oriented thinking.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CRC Cards Explained: A Beginner\u2019s Modeling Guide\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding the Foundations\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"What Are CRC Cards and Why They Matter Today\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/\",\"name\":\"Visual Paradigm Skills Espa\u00f1ol\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#organization\",\"name\":\"Visual Paradigm Skills Espa\u00f1ol\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Espa\u00f1ol\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Are CRC Cards? A Beginner's Guide to Object-Oriented Design","description":"Discover what are CRC cards and why they matter in modern software design. Learn CRC cards explained, their importance in modeling, and how to use them effectively for better object-oriented thinking.","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\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/","og_locale":"es_ES","og_type":"article","og_title":"What Are CRC Cards? A Beginner's Guide to Object-Oriented Design","og_description":"Discover what are CRC cards and why they matter in modern software design. Learn CRC cards explained, their importance in modeling, and how to use them effectively for better object-oriented thinking.","og_url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/","og_site_name":"Visual Paradigm Skills Espa\u00f1ol","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/","url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/","name":"What Are CRC Cards? A Beginner's Guide to Object-Oriented Design","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#website"},"datePublished":"2026-02-25T10:24:25+00:00","description":"Discover what are CRC cards and why they matter in modern software design. Learn CRC cards explained, their importance in modeling, and how to use them effectively for better object-oriented thinking.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/what-are-crc-cards\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/es\/"},{"@type":"ListItem","position":2,"name":"CRC Cards Explained: A Beginner\u2019s Modeling Guide","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/"},{"@type":"ListItem","position":3,"name":"Understanding the Foundations","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/crc-cards-explained\/understanding-the-foundations\/"},{"@type":"ListItem","position":4,"name":"What Are CRC Cards and Why They Matter Today"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/es\/#website","url":"https:\/\/skills.visual-paradigm.com\/es\/","name":"Visual Paradigm Skills Espa\u00f1ol","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/es\/#organization","name":"Visual Paradigm Skills Espa\u00f1ol","url":"https:\/\/skills.visual-paradigm.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Espa\u00f1ol"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/762","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/762\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/761"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/media?parent=762"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/doc_tag?post=762"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}