{"id":974,"date":"2026-02-25T10:33:27","date_gmt":"2026-02-25T10:33:27","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/"},"modified":"2026-02-25T10:33:27","modified_gmt":"2026-02-25T10:33:27","slug":"c4-model-collaboration-teams","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/","title":{"rendered":"Collaborating on C4 Models with Teams"},"content":{"rendered":"<p>When a team shares a diagram but no one agrees on what it means, the model has failed\u2014not the tool. I\u2019ve seen this happen dozens of times: a container diagram is updated by one person, then another adds a component without context, and suddenly the whole thing becomes a tangled confusion of assumptions. The real issue isn\u2019t poor drawing skills\u2014it\u2019s a lack of process for <strong>C4 model collaboration<\/strong>.<\/p>\n<p>Most beginners assume that once the diagram is drawn, the work is done. But in team environments, that\u2019s where the real challenge begins. Sharing diagrams isn\u2019t about file transfer\u2014it\u2019s about synchronizing intent, intent that must survive changes, time zones, and differing backgrounds.<\/p>\n<p>What you\u2019ll gain here isn\u2019t just a checklist of tools. You\u2019ll learn how to build a shared understanding through structure, communication, and smart workflows. I\u2019ve worked with teams across North America, Europe, and Southeast Asia\u2014what works in one context may fail in another. The key is adapting principles to your team\u2019s rhythm, not forcing every team into a single process.<\/p>\n<h2>Establishing Shared Ownership of C4 Models<\/h2>\n<p>Architecture diagrams aren\u2019t artifacts. They\u2019re conversations. The moment a diagram is created, it becomes a living document that evolves with the team. Ownership isn\u2019t about who drew it\u2014it\u2019s about who has the authority to update it and how changes are communicated.<\/p>\n<p>Start with a simple rule: every diagram must have a <strong>primary steward<\/strong>\u2014a single person responsible for maintaining consistency, but never a gatekeeper. This role is about curation, not control. The steward ensures that new additions follow the agreed style, naming conventions, and abstraction levels.<\/p>\n<h3>Assigning Roles for Effective C4 Model Management<\/h3>\n<p>Not every team needs formal roles, but clarity prevents drift. Here\u2019s how one SaaS team I worked with structured theirs:<\/p>\n<ul>\n<li><strong>Steward<\/strong>: Maintains the model, reviews updates, enforces consistency.<\/li>\n<li><strong>Contributor<\/strong>: Adds or modifies elements\u2014must document intent and context.<\/li>\n<li><strong>Reviewer<\/strong>: Validates changes before merging, especially for complex or high-impact structures.<\/li>\n<li><strong>Viewer<\/strong>: Accesses the model for understanding, but doesn\u2019t alter it.<\/li>\n<\/ul>\n<p>These roles can be informal, but defining them prevents ambiguity. When a new component is added, the contributor must write a brief note explaining why it\u2019s needed and how it fits the current abstraction level. That note becomes part of the model\u2019s history.<\/p>\n<h2>Version Control for C4 Diagrams: Beyond File Naming<\/h2>\n<p>Storing diagrams as static PNGs in a folder is a recipe for conflict. If two people update the same diagram, which version wins? The answer is: none. The model must live in version control\u2014like code.<\/p>\n<p>Use a tool like <strong>Visual Paradigm<\/strong>&nbsp;with team collaboration. This way, changes are tracked, diffs are visible, and conflicts can be resolved like code.<\/p>\n<h2>Resolving Conflicts in C4 Model Editing<\/h2>\n<p>Conflict isn\u2019t a bug\u2014it\u2019s a signal. When two developers update the same diagram independently, the conflict isn\u2019t in the file; it\u2019s in the assumptions.<\/p>\n<p>I once saw a container diagram where one person added a \u201cUser Profile Service\u201d as a separate container, while another merged it into the \u201cCore App\u201d container. The conflict wasn\u2019t visual\u2014it was conceptual. The team had no agreed definition of what constituted a container in their domain.<\/p>\n<p>Before resolving, ask:<\/p>\n<ul>\n<li>What\u2019s the purpose of this change?<\/li>\n<li>Does it align with the abstraction level?<\/li>\n<li>Who benefits from this addition?<\/li>\n<li>What happens if we don\u2019t make this change?<\/li>\n<\/ul>\n<p>Use these questions to guide discussion, not just decision. Conflict resolution isn\u2019t about winning\u2014it\u2019s about aligning intent.<\/p>\n<h3>Conflict Resolution Checklist<\/h3>\n<ul>\n<li>Revert to the base version (before both edits).<\/li>\n<li>Review each change in isolation\u2014don\u2019t merge until both are understood.<\/li>\n<li>Discuss in a short sync: one person explains their change, the other listens without interrupting.<\/li>\n<li>Collaboratively revise the model\u2014don\u2019t assume one side is \u201cright.\u201d<\/li>\n<li>Document the final decision in the PR or issue tracker.<\/li>\n<\/ul>\n<p>Remember: every conflict is a chance to refine your team\u2019s shared understanding.<\/p>\n<h2>Sharing C4 Models in Teams: Best Practices<\/h2>\n<p>Sharing isn&#8217;t just about access\u2014it&#8217;s about accessibility. A well-shared model is discoverable, understandable, and useful to everyone on the team, regardless of their role.<\/p>\n<p>Here\u2019s how to make your C4 models truly collaborative:<\/p>\n<ul>\n<li><strong>Use a central, versioned repository<\/strong>\u2014not a shared drive or email attachment.<\/li>\n<li><strong>Standardize naming<\/strong>: <code>system-context-2024-10-01.drawio<\/code> is better than <code>diagram_v2.png<\/code>.<\/li>\n<li><strong>Include a legend<\/strong> in every diagram\u2014especially when using custom or non-standard notation.<\/li>\n<li><strong>Use comments or pins<\/strong> to flag areas needing review or discussion.<\/li>\n<li><strong>Link diagrams to user stories or tickets<\/strong>\u2014so changes are traceable.<\/li>\n<\/ul>\n<p>When a new engineer joins, they shouldn\u2019t need a tutorial to read the model. If they do, the diagram failed.<\/p>\n<h3>Integrating C4 Models with Documentation<\/h3>\n<p>Don\u2019t keep the diagram in isolation. Integrate it with your team\u2019s documentation\u2014like a README or Confluence page.<\/p>\n<p>Example structure:<\/p>\n<pre><code>docs\/architecture\/c4\/\n\u251c\u2500\u2500 system-context.md\n\u251c\u2500\u2500 container-diagram.drawio\n\u251c\u2500\u2500 component-diagram.drawio\n\u2514\u2500\u2500 README.md\n<\/code><\/pre>\n<p>Each diagram should have a short description: \u201cThis diagram shows the user-facing services and external systems in the e-commerce platform. Updated for v1.2 release.\u201d<\/p>\n<p>This makes the model part of the product\u2014not a side artifact.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How often should we update our C4 models?<\/h3>\n<p>Update when the system changes significantly\u2014during major releases, architectural decisions, or when new teams join. Don\u2019t update for every minor change. A good rule: if the model no longer reflects the current system, it\u2019s time to revise. Aim for bi-weekly or sprintly reviews.<\/p>\n<h3>Can remote teams effectively collaborate on C4 models?<\/h3>\n<p>Absolutely. The key is process, not proximity. Use shared repositories, pull requests, and regular syncs. Tools like Excalidraw with real-time collaboration or Visual Paradigm\u2019s cloud sync work well. Meetings are for discussion, not editing.<\/p>\n<h3>What if team members have different opinions on diagram levels?<\/h3>\n<p>Agree on a decision framework. For example: \u201cIf the change affects more than 30% of users or involves a new technology, use a container diagram.\u201d Document this in your team\u2019s architecture guide. Use examples to align understanding.<\/p>\n<h3>How do I prevent over-editing in C4 models?<\/h3>\n<p>Enforce a \u201cno change without intent\u201d rule. Every edit must include a brief note: \u201cAdded payment gateway to handle Stripe integration.\u201d This forces clarity and prevents random tweaks. Use PRs to make changes visible and reviewable.<\/p>\n<h3>Should we use C4 models in agile sprints?<\/h3>\n<p>Yes\u2014but lightly. Use system context and container diagrams in sprint planning. Update only when necessary. Don\u2019t spend hours drawing diagrams. Focus on clarity, not completeness. The model should serve the team, not slow it down.<\/p>\n<h3>How do I get buy-in from non-technical stakeholders on C4 models?<\/h3>\n<p>Start with the system context diagram. Show users, external systems, and key flows. Use plain language: \u201cThis is how our app connects to the bank\u2019s API.\u201d Use the model to answer questions\u2014not to impress. Over time, stakeholders will value it as a shared reference.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When a team shares a diagram but no one agrees on what it means, the model has failed\u2014not the tool. I\u2019ve seen this happen dozens of times: a container diagram is updated by one person, then another adds a component without context, and suddenly the whole thing becomes a tangled confusion of assumptions. The real [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":970,"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-974","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>C4 Model Collaboration: Team-Based Diagramming<\/title>\n<meta name=\"description\" content=\"Master team collaboration with C4 diagrams. Learn version control, shared editing, and conflict resolution for clear, consistent architecture modeling across distributed teams.\" \/>\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\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C4 Model Collaboration: Team-Based Diagramming\" \/>\n<meta property=\"og:description\" content=\"Master team collaboration with C4 diagrams. Learn version control, shared editing, and conflict resolution for clear, consistent architecture modeling across distributed teams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Deutsch\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"6\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/\",\"name\":\"C4 Model Collaboration: Team-Based Diagramming\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\"},\"datePublished\":\"2026-02-25T10:33:27+00:00\",\"description\":\"Master team collaboration with C4 diagrams. Learn version control, shared editing, and conflict resolution for clear, consistent architecture modeling across distributed teams.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"From Zero to C4: Beginner Modeling Blueprint\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Best Practices and Real-World Application\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Collaborating on C4 Models with Teams\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"name\":\"Visual Paradigm Skills Deutsch\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\",\"name\":\"Visual Paradigm Skills Deutsch\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Deutsch\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C4 Model Collaboration: Team-Based Diagramming","description":"Master team collaboration with C4 diagrams. Learn version control, shared editing, and conflict resolution for clear, consistent architecture modeling across distributed teams.","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\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/","og_locale":"de_DE","og_type":"article","og_title":"C4 Model Collaboration: Team-Based Diagramming","og_description":"Master team collaboration with C4 diagrams. Learn version control, shared editing, and conflict resolution for clear, consistent architecture modeling across distributed teams.","og_url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/","og_site_name":"Visual Paradigm Skills Deutsch","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"6\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/","url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/","name":"C4 Model Collaboration: Team-Based Diagramming","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#website"},"datePublished":"2026-02-25T10:33:27+00:00","description":"Master team collaboration with C4 diagrams. Learn version control, shared editing, and conflict resolution for clear, consistent architecture modeling across distributed teams.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/c4-model-collaboration-teams\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/de\/"},{"@type":"ListItem","position":2,"name":"From Zero to C4: Beginner Modeling Blueprint","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/"},{"@type":"ListItem","position":3,"name":"Best Practices and Real-World Application","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/from-zero-to-c4-beginner-modeling-blueprint\/c4-model-best-practices\/"},{"@type":"ListItem","position":4,"name":"Collaborating on C4 Models with Teams"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/de\/#website","url":"https:\/\/skills.visual-paradigm.com\/de\/","name":"Visual Paradigm Skills Deutsch","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization","name":"Visual Paradigm Skills Deutsch","url":"https:\/\/skills.visual-paradigm.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Deutsch"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/974","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/974\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/970"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/media?parent=974"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/doc_tag?post=974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}