{"id":823,"date":"2026-02-25T10:25:11","date_gmt":"2026-02-25T10:25:11","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/"},"modified":"2026-02-25T10:25:11","modified_gmt":"2026-02-25T10:25:11","slug":"banking-modernization-dfd-uml","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/","title":{"rendered":"Case Study: Banking Core Modernization (DFD \u922b?UML)"},"content":{"rendered":"<p>Many assume modernization means scrapping old systems and rewriting everything in the latest framework. That\u2019s rarely the case. In real banking environments, the real challenge isn\u2019t technology\u2014it\u2019s understanding what the old system actually does, and how to translate that into a clean, scalable architecture without losing business logic or regulatory traceability.<\/p>\n<p>When I led the modernization of a core transaction processing system for a Tier 1 financial institution, we began not with code, but with a DFD Level 0 diagram. The system was built in COBOL on a mainframe, processing millions of daily transactions with no documented workflows. The business had no clear understanding of how data flowed from input to output\u2014only that it worked.<\/p>\n<p>Our first task wasn\u2019t to design a new microservices architecture. It was to reverse-engineer the system by mapping every data flow, process, and data store. That\u2019s where DFD proved indispensable. It wasn\u2019t just about documentation\u2014it was about <strong>revealing hidden assumptions<\/strong> and exposing process redundancies that had persisted for decades.<\/p>\n<p>Once we had a validated as-is model, we transitioned to UML. The goal? To design a <strong>microservices-based target architecture<\/strong> where each service handled a distinct business capability\u2014account management, transaction processing, audit logging\u2014while preserving end-to-end data lineage through message flow and interface contracts.<\/p>\n<p>This page walks through that journey: the technical and organizational choices, the challenges, and the practical strategies that made the transition not just possible, but sustainable. You\u2019ll learn how to use DFD for legacy assessment and UML for modern design\u2014<strong>not as isolated tools, but as a continuous model evolution process<\/strong>.<\/p>\n<h2>The Challenge: Legacy Banking System Diagrams<\/h2>\n<p>Our client\u2019s core banking system ran on a mainframe, with COBOL routines that had evolved over 30 years. There were no diagrams, no documentation. Developers who had been on the project for 10+ years were the only ones who truly understood the logic.<\/p>\n<p>Initial attempts to reverse-engineer the code were chaotic. One developer said, \u201cThe system is a black box that sometimes works.\u201d Without structure, the team couldn\u2019t agree on what the system actually did.<\/p>\n<p>We introduced <strong>mainframe to microservices modeling<\/strong> as a structured process:<\/p>\n<ol>\n<li>Extract data flows from program inputs and outputs.<\/li>\n<li>Map each COBOL process to a DFD process.<\/li>\n<li>Identify data stores by file names and access patterns.<\/li>\n<li>Validate the model with business stakeholders.<\/li>\n<\/ol>\n<p>Within two weeks, we had a DFD Level 0 context diagram that everyone agreed captured the system\u2019s scope. From there, we built Level 1 and Level 2 diagrams, peeling back layers of complexity.<\/p>\n<h3>Why DFD Was the Right Starting Point<\/h3>\n<p>DFD excels in environments where data movement is the primary concern. In banking, transactions are defined by data flow: money moves from one account to another through a sequence of state changes.<\/p>\n<p>UML would have required us to model each process as a use case, each file as a class, and every interaction as a sequence. But we weren\u2019t building a new system\u2014we were understanding the old one. DFD\u2019s focus on data transformation allowed us to <strong>model the system as it was<\/strong>, not as we thought it should be.<\/p>\n<p>Key insight: <strong>Don\u2019t try to model legacy systems with UML first.<\/strong> You\u2019ll introduce assumptions that don\u2019t exist. Use DFD to validate reality before building anything new.<\/p>\n<h2>From DFD to UML: The Migration Strategy<\/h2>\n<p>Once the as-is DFD was validated, we embarked on a six-month migration plan. The key was not a full rewrite, but a <strong>model-driven transition<\/strong> from procedural logic to object-oriented services.<\/p>\n<p>We used the following pattern:<\/p>\n<ul>\n<li><strong>DFD Process \u2192 UML Use Case<\/strong>: Each process in the DFD became a use case in UML.<\/li>\n<li><strong>Data Store \u2192 UML Class<\/strong>: Files became entity classes with persistence contracts.<\/li>\n<li><strong>Data Flow \u2192 Message\/Event<\/strong>: Data movement became inter-service communication via events or REST APIs.<\/li>\n<\/ul>\n<p>For example, the DFD process \u00ab\u00a0Calculate Interest\u00a0\u00bb became a use case \u00ab\u00a0Apply Monthly Interest\u00a0\u00bb with a sequence diagram showing interactions between Account, InterestCalculator, and LedgerService.<\/p>\n<p>This mapping wasn\u2019t mechanical. We had to refine the model based on business rules, transactional consistency, and auditability requirements.<\/p>\n<h3>Migration Timeline: 6-Month Roadmap<\/h3>\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"8\">\n<tbody>\n<tr>\n<th>Month<\/th>\n<th>Focus<\/th>\n<th>Deliverables<\/th>\n<\/tr>\n<tr>\n<td>1\u20132<\/td>\n<td>As-Is Analysis<\/td>\n<td>Validated DFD Level 0\u20132, stakeholder sign-off<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Target Architecture Design<\/td>\n<td>UML package diagram, service boundaries, tech stack<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>Service Decomposition<\/td>\n<td>Sequence and class diagrams for 3 core services<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td>Implementation &amp; Integration<\/td>\n<td>Microservices with API contracts, test coverage<\/td>\n<\/tr>\n<tr>\n<td>6<\/td>\n<td>Validation &amp; Handover<\/td>\n<td>End-to-end data flow verification, documentation, training<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Each phase included cross-functional team reviews. Business analysts, developers, and compliance officers worked together to ensure no step was skipped.<\/p>\n<h2>Team Coordination and Stakeholder Communication<\/h2>\n<p>One of the biggest challenges wasn\u2019t technical\u2014it was cultural. The legacy team feared obsolescence. The new architecture team wanted to innovate fast. The business needed traceability for compliance.<\/p>\n<p>We used a dual-notation strategy:<\/p>\n<ul>\n<li><strong>DFD for stakeholders<\/strong>: Simplified diagrams showing end-to-end data flow, used in boardroom presentations and audit reviews.<\/li>\n<li><strong>UML for developers<\/strong>: Detailed diagrams showing object relationships, message sequencing, and state transitions.<\/li>\n<\/ul>\n<p>Monthly workshops included both teams. We used the DFD to explain what the system did, then used the UML to explain how the new system would do it. This created shared understanding.<\/p>\n<p>Key communication tactic: <strong>Map the old DFD to the new UML<\/strong>. For each process, we showed the old DFD, then the new UML use case and sequence diagram side by side. This made the migration feel transparent, not disruptive.<\/p>\n<p>For compliance, we used DFD to generate <strong>audit trail documentation<\/strong>\u2014every data flow was traceable from input to output. This satisfied SOX and PCI-DSS requirements without requiring extra effort.<\/p>\n<h2>Lessons Learned: DFD UML Migration Case Study<\/h2>\n<p>Every project teaches. Here\u2019s what we learned from this <strong>DFD UML migration case study<\/strong>:<\/p>\n<ol>\n<li><strong>Start with DFD for legacy systems<\/strong>. It reveals what\u2019s really happening, not what you assume.<\/li>\n<li><strong>Use DFD to communicate with business stakeholders<\/strong>. They understand data flows better than class diagrams.<\/li>\n<li><strong>Don\u2019t force UML early<\/strong>. It adds cognitive load and distorts the vision of a procedural system.<\/li>\n<li><strong>Map DFD processes to UML use cases<\/strong>, not the other way around. The hierarchy is clearer when you move from functional to object-based design.<\/li>\n<li><strong>Validate with both models<\/strong>. DFD ensures data integrity. UML ensures structural correctness.<\/li>\n<\/ol>\n<p>One team member said, \u201cI finally understand how the system works\u2014not just what it does.\u201d That was the real win.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Why not use UML from the start in legacy banking modernization?<\/h3>\n<p>UML forces object-oriented thinking too early. Legacy systems are often procedural, with no clear object boundaries. Starting with UML risks misrepresenting the actual behavior and creates unnecessary complexity. DFD first allows you to understand the system before redesigning it.<\/p>\n<h3>How do you ensure data integrity when migrating from DFD to UML?<\/h3>\n<p>By maintaining traceability. Each DFD process maps to a UML use case, and every data flow maps to a message or attribute. Use tools like Visual Paradigm to link diagrams and automate consistency checks. Validate the new model with the same data inputs used in the original DFD.<\/p>\n<h3>Can UML replace DFD in modern banking systems?<\/h3>\n<p>UML excels in design and implementation, especially for microservices. But DFD remains essential for compliance, audit trails, and understanding data lineage. Use both: DFD for data flow analysis, UML for system behavior and structure.<\/p>\n<h3>What tools support DFD to UML migration?<\/h3>\n<p>Visual Paradigm offers a unified workspace for DFD and UML. You can create both diagrams, link them via traceability, and export models to code or documentation.<\/p>\n<h3>How long does a DFD to UML migration typically take?<\/h3>\n<p>For a core banking system, 6 months is realistic. Phase 1 (DFD analysis) takes 1\u20132 months. Phase 2 (UML design and implementation) takes 4\u20135 months. The timeline depends on team size, system complexity, and stakeholder availability.<\/p>\n<h3>Is DFD still relevant in the microservices era?<\/h3>\n<p>Absolutely. Microservices don\u2019t eliminate data flow\u2014they amplify it. DFD helps visualize how data moves between services, ensuring consistency, traceability, and compliance. It\u2019s not outdated; it\u2019s essential for microservices governance.<\/p>\n<p>Every modeling choice reflects a deeper decision: what you prioritize\u2014process, structure, or behavior. In banking modernization, <strong>DFD and UML are not competitors\u2014they\u2019re partners<\/strong>. Use DFD to understand the old, UML to build the new. Together, they form a complete, traceable, and maintainable model.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many assume modernization means scrapping old systems and rewriting everything in the latest framework. That\u2019s rarely the case. In real banking environments, the real challenge isn\u2019t technology\u2014it\u2019s understanding what the old system actually does, and how to translate that into a clean, scalable architecture without losing business logic or regulatory traceability. When I led the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":822,"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-823","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>Banking Modernization: DFD to UML<\/title>\n<meta name=\"description\" content=\"Learn how a legacy banking system transitioned from COBOL mainframe (DFD) to microservices (UML) in 6 months. Practical DFD UML migration case study with team coordination and stakeholder communication strategies.\" \/>\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\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Banking Modernization: DFD to UML\" \/>\n<meta property=\"og:description\" content=\"Learn how a legacy banking system transitioned from COBOL mainframe (DFD) to microservices (UML) in 6 months. Practical DFD UML migration case study with team coordination and stakeholder communication strategies.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Fran\u00e7ais\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/\",\"name\":\"Banking Modernization: DFD to UML\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#website\"},\"datePublished\":\"2026-02-25T10:25:11+00:00\",\"description\":\"Learn how a legacy banking system transitioned from COBOL mainframe (DFD) to microservices (UML) in 6 months. Practical DFD UML migration case study with team coordination and stakeholder communication strategies.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data Flow Diagrams vs. UML: When to Use Each\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Real-World Case Studies\",\"item\":\"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Case Study: Banking Core Modernization (DFD \u922b?UML)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/\",\"name\":\"Visual Paradigm Skills Fran\u00e7ais\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#organization\",\"name\":\"Visual Paradigm Skills Fran\u00e7ais\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Fran\u00e7ais\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Banking Modernization: DFD to UML","description":"Learn how a legacy banking system transitioned from COBOL mainframe (DFD) to microservices (UML) in 6 months. Practical DFD UML migration case study with team coordination and stakeholder communication strategies.","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\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/","og_locale":"fr_FR","og_type":"article","og_title":"Banking Modernization: DFD to UML","og_description":"Learn how a legacy banking system transitioned from COBOL mainframe (DFD) to microservices (UML) in 6 months. Practical DFD UML migration case study with team coordination and stakeholder communication strategies.","og_url":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/","og_site_name":"Visual Paradigm Skills Fran\u00e7ais","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/","url":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/","name":"Banking Modernization: DFD to UML","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#website"},"datePublished":"2026-02-25T10:25:11+00:00","description":"Learn how a legacy banking system transitioned from COBOL mainframe (DFD) to microservices (UML) in 6 months. Practical DFD UML migration case study with team coordination and stakeholder communication strategies.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/banking-modernization-dfd-uml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Data Flow Diagrams vs. UML: When to Use Each","item":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/"},{"@type":"ListItem","position":3,"name":"Real-World Case Studies","item":"https:\/\/skills.visual-paradigm.com\/fr\/docs\/dfd-vs-uml-when-to-use-each\/dfd-uml-case-studies\/"},{"@type":"ListItem","position":4,"name":"Case Study: Banking Core Modernization (DFD \u922b?UML)"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#website","url":"https:\/\/skills.visual-paradigm.com\/fr\/","name":"Visual Paradigm Skills Fran\u00e7ais","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#organization","name":"Visual Paradigm Skills Fran\u00e7ais","url":"https:\/\/skills.visual-paradigm.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/fr\/wp-content\/uploads\/sites\/6\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Fran\u00e7ais"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/823","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/823\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/docs\/822"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/media?parent=823"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/fr\/wp-json\/wp\/v2\/doc_tag?post=823"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}