{"id":4071,"date":"2026-01-15T10:55:29","date_gmt":"2026-01-15T02:55:29","guid":{"rendered":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/"},"modified":"2026-01-22T11:59:46","modified_gmt":"2026-01-22T03:59:46","slug":"diagram-touch-up-technology","status":"publish","type":"docs","link":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/","title":{"rendered":"Diagram Touch-Up&#8221; Technology"},"content":{"rendered":"<p dir=\"auto\"><strong>Refining Interactions Iteratively\u2014Such as Adding Two-Factor Authentication\u2014While Maintaining Layout Integrity<\/strong><\/p>\n<p dir=\"auto\">One of the most frustrating aspects of traditional Sequence Diagram editing is the cascade effect of even small changes. Add a new message, insert a combined fragment, or reorder lifelines\u2014and suddenly arrows cross, activation bars misalign, fragments resize awkwardly, labels overlap, and the entire diagram requires minutes (or hours) of manual cleanup to restore readability. This mechanical overhead discourages iteration, experimentation, and refinement, often leaving diagrams frozen in their first rough form.<\/p>\n<p dir=\"auto\">Visual Paradigm\u2019s <strong>Diagram Touch-Up<\/strong> technology fundamentally solves this problem. It is the intelligent engine that powers safe, incremental, conversational refinement across all AI-generated diagrams\u2014especially powerful in behavioral modeling where complexity grows quickly. Unlike flat image generators or text-to-code tools that force full regeneration on every change (breaking layout, losing context, and discarding previous refinements), Diagram Touch-Up treats the diagram as a <strong>living, model-aware structure<\/strong>. Every update is applied surgically: semantics are preserved, layout logic is respected, and visual integrity is maintained automatically.<\/p>\n<h3 dir=\"auto\">How Diagram Touch-Up Enables Frictionless Iteration<\/h3>\n<ol dir=\"auto\">\n<li><strong>The Starting Point<\/strong> You already have a generated Sequence Diagram (e.g., a basic login flow) from a prior prompt.<\/li>\n<li><strong>Issue a Natural-Language Refinement Command<\/strong> Common examples that trigger Touch-Up:\n<ul dir=\"auto\">\n<li>\u201cAdd two-factor authentication: after password check, send OTP via SMS Gateway and validate before granting access.\u201d<\/li>\n<li>\u201cInsert an opt fragment for \u2018Remember Me\u2019 cookie creation after successful login.\u201d<\/li>\n<li>\u201cAdd a timeout of 60 seconds around the entire authentication process.\u201d<\/li>\n<li>\u201cShow parallel execution: while validating credentials, also log the attempt to Audit Service.\u201d<\/li>\n<li>\u201cChange the failure path to include a retry loop (max 3 attempts) before locking the account.\u201d<\/li>\n<li>\u201cMove the SMS Gateway lifeline to the far right and make the OTP message dashed (asynchronous).\u201d<\/li>\n<\/ul>\n<\/li>\n<li><strong>What Happens Under the Hood<\/strong> Diagram Touch-Up performs a multi-step intelligent update:\n<ul dir=\"auto\">\n<li><strong>Semantic understanding<\/strong> \u2014 Parses the command to identify which lifeline(s), message(s), fragment(s), or constraint(s) are affected.<\/li>\n<li><strong>Model consistency<\/strong> \u2014 Ensures the change respects existing structure (e.g., doesn\u2019t violate loop nesting, fragment boundaries, or message ordering).<\/li>\n<li><strong>Incremental insertion<\/strong> \u2014 Adds new elements (messages, fragments, notes) at the logically correct vertical position without overwriting unrelated content.<\/li>\n<li><strong>Layout preservation &amp; intelligent adjustment<\/strong>:\n<ul dir=\"auto\">\n<li>Reroutes crossing or overlapping arrows using smart routing algorithms.<\/li>\n<li>Adjusts activation bar lengths automatically.<\/li>\n<li>Expands\/shrinks combined fragments (alt, loop, par, etc.) only as needed.<\/li>\n<li>Rebalances spacing between lifelines and messages for readability.<\/li>\n<li>Maintains consistent visual style (arrow types, label placement, font sizes).<\/li>\n<\/ul>\n<\/li>\n<li><strong>No full redraw<\/strong> \u2014 Only affected regions are recalculated; the rest of the diagram remains untouched.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Result: Immediate, Polished Update<\/strong> The diagram refreshes in place\u2014clean, readable, and semantically correct\u2014ready for the next refinement or review. Multiple changes can be stacked in rapid succession without accumulating layout debt.<\/li>\n<\/ol>\n<h3 dir=\"auto\">Comparison: Old Way vs. Diagram Touch-Up<\/h3>\n<div>\n<div dir=\"auto\">\n<table dir=\"auto\">\n<thead>\n<tr>\n<th data-col-size=\"md\">Aspect<\/th>\n<th data-col-size=\"lg\">Traditional Manual \/ Regenerating Tools<\/th>\n<th data-col-size=\"md\">Diagram Touch-Up Technology<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td data-col-size=\"md\">Effect of adding one message\/fragment<\/td>\n<td data-col-size=\"lg\">Often requires repositioning 10+ elements<\/td>\n<td data-col-size=\"md\">Automatic rerouting and spacing\u2014zero manual fixes<\/td>\n<\/tr>\n<tr>\n<td data-col-size=\"md\">Cumulative refinement cost<\/td>\n<td data-col-size=\"lg\">Increases exponentially; discourages iteration<\/td>\n<td data-col-size=\"md\">Near-zero cost; encourages experimentation<\/td>\n<\/tr>\n<tr>\n<td data-col-size=\"md\">Risk of losing previous work<\/td>\n<td data-col-size=\"lg\">High (full redraw overwrites context)<\/td>\n<td data-col-size=\"md\">None\u2014preserves all prior details<\/td>\n<\/tr>\n<tr>\n<td data-col-size=\"md\">Time to refine complex scenario<\/td>\n<td data-col-size=\"lg\">Minutes to hours per change<\/td>\n<td data-col-size=\"md\">Seconds per command<\/td>\n<\/tr>\n<tr>\n<td data-col-size=\"md\">Readability after 5\u201310 changes<\/td>\n<td data-col-size=\"lg\">Usually degraded (crossed lines, cramped labels)<\/td>\n<td data-col-size=\"md\">Consistently professional and clear<\/td>\n<\/tr>\n<tr>\n<td data-col-size=\"md\">Support for \u201cwhat-if\u201d exploration<\/td>\n<td data-col-size=\"lg\">Painful and slow<\/td>\n<td data-col-size=\"md\">Fast, safe, and inviting<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><\/div>\n<\/div>\n<\/div>\n<h3 dir=\"auto\">Real-World Examples of Touch-Up in Action<\/h3>\n<ul dir=\"auto\">\n<li><strong>Adding 2FA mid-flow<\/strong> Original diagram: simple username\/password login. Command: \u201cInsert two-factor authentication after password validation.\u201d Touch-Up result: New lifeline for SMS Gateway appears, opt\/alt fragment wraps OTP step, messages route cleanly, activation bars extend appropriately\u2014no manual dragging.<\/li>\n<li><strong>Introducing parallelism<\/strong> Command: \u201cAfter payment success, send confirmation email and notify warehouse in parallel.\u201d Touch-Up: Adds par fragment, splits flow, inserts two async messages, rejoins at merge point, adjusts vertical spacing intelligently.<\/li>\n<li><strong>Handling timeouts &amp; retries<\/strong> Command: \u201cWrap payment call in a timeout of 45 seconds and allow 2 retries on failure.\u201d Touch-Up: Inserts critical fragment with timeout constraint, nests loop + alt for retry logic, reroutes return paths, keeps diagram balanced.<\/li>\n<\/ul>\n<h3 dir=\"auto\">Why This Matters for Behavioral Modeling<\/h3>\n<p dir=\"auto\">Diagram Touch-Up turns <a href=\"https:\/\/www.visual-paradigm.com\/guide\/uml-unified-modeling-language\/what-is-sequence-diagram\/\">Sequence Diagrams<\/a> from static artifacts into <strong>dynamic design conversations<\/strong>. You can:<\/p>\n<ul dir=\"auto\">\n<li>Explore alternative flows without fear<\/li>\n<li>Respond instantly to stakeholder feedback (\u201cWhat if we add SSO?\u201d)<\/li>\n<li>Prototype complex error handling and edge cases<\/li>\n<li>Maintain high visual quality throughout dozens of iterations<\/li>\n<li>Focus entirely on interaction semantics, timing, responsibilities, and architectural alignment\u2014not on fighting the tool<\/li>\n<\/ul>\n<p dir=\"auto\">This technology is what makes behavioral modeling truly agile: fast enough for early design sprints, precise enough for detailed specifications, and flexible enough to evolve as understanding deepens.<\/p>\n<p dir=\"auto\">With safe, intelligent refinement now at your fingertips, the next sections build on this power\u2014mapping use-case flows to layered sequences, deriving detailed message signatures, and transitioning to State Machine modeling for lifecycle behavior. The AI no longer just draws diagrams; it collaborates with you to evolve them gracefully.<\/p>\n","protected":false},"featured_media":0,"parent":4069,"menu_order":1,"comment_status":"open","ping_status":"closed","template":"","meta":{"_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","_eb_attr":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":""},"doc_tag":[],"class_list":["post-4071","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Diagram Touch-Up&quot; Technology - Visual Paradigm Guides Japanese<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Diagram Touch-Up&quot; Technology - Visual Paradigm Guides Japanese\" \/>\n<meta property=\"og:description\" content=\"Refining Interactions Iteratively\u2014Such as Adding Two-Factor Authentication\u2014While Maintaining Layout Integrity One of the most frustrating aspects of traditional Sequence Diagram editing is the cascade effect of even small changes. Add a new message, insert a combined fragment, or reorder lifelines\u2014and suddenly arrows cross, activation bars misalign, fragments resize awkwardly, labels overlap, and the entire diagram requires minutes (or hours) of manual cleanup to restore readability. This mechanical overhead discourages iteration, experimentation, and refinement, often leaving diagrams frozen in their first rough form. Visual Paradigm\u2019s Diagram Touch-Up technology fundamentally solves this problem. It is the intelligent engine that powers safe, incremental, conversational refinement across all AI-generated diagrams\u2014especially powerful in behavioral modeling where complexity grows quickly. Unlike flat image generators or text-to-code tools that force full regeneration on every change (Diagram Touch-Up&#8221; Technology\" \/>\n<meta property=\"og:url\" content=\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Guides Japanese\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-22T03:59:46+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"4\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/\",\"url\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/\",\"name\":\"Diagram Touch-Up\\\" Technology - Visual Paradigm Guides Japanese\",\"isPartOf\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-01-15T02:55:29+00:00\",\"dateModified\":\"2026-01-22T03:59:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/guides.visual-paradigm.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mastering UML Visual Modeling in the Visual Paradigm AI Ecosystem\",\"item\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Module 5: Modeling Behavioral Dynamics and Interactions\",\"item\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Diagram Touch-Up&#8221; Technology\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/#website\",\"url\":\"https:\/\/guides.visual-paradigm.com\/ja\/\",\"name\":\"Visual Paradigm Guides Japanese\",\"description\":\"Smart guides for an AI-driven world\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/guides.visual-paradigm.com\/ja\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Diagram Touch-Up\" Technology - Visual Paradigm Guides Japanese","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:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/","og_locale":"ja_JP","og_type":"article","og_title":"Diagram Touch-Up\" Technology - Visual Paradigm Guides Japanese","og_description":"Refining Interactions Iteratively\u2014Such as Adding Two-Factor Authentication\u2014While Maintaining Layout Integrity One of the most frustrating aspects of traditional Sequence Diagram editing is the cascade effect of even small changes. Add a new message, insert a combined fragment, or reorder lifelines\u2014and suddenly arrows cross, activation bars misalign, fragments resize awkwardly, labels overlap, and the entire diagram requires minutes (or hours) of manual cleanup to restore readability. This mechanical overhead discourages iteration, experimentation, and refinement, often leaving diagrams frozen in their first rough form. Visual Paradigm\u2019s Diagram Touch-Up technology fundamentally solves this problem. It is the intelligent engine that powers safe, incremental, conversational refinement across all AI-generated diagrams\u2014especially powerful in behavioral modeling where complexity grows quickly. Unlike flat image generators or text-to-code tools that force full regeneration on every change (Diagram Touch-Up&#8221; Technology","og_url":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/","og_site_name":"Visual Paradigm Guides Japanese","article_modified_time":"2026-01-22T03:59:46+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"4\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/","url":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/","name":"Diagram Touch-Up\" Technology - Visual Paradigm Guides Japanese","isPartOf":{"@id":"https:\/\/guides.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-01-15T02:55:29+00:00","dateModified":"2026-01-22T03:59:46+00:00","breadcrumb":{"@id":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/diagram-touch-up-technology\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/guides.visual-paradigm.com\/ja\/"},{"@type":"ListItem","position":2,"name":"Mastering UML Visual Modeling in the Visual Paradigm AI Ecosystem","item":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/"},{"@type":"ListItem","position":3,"name":"Module 5: Modeling Behavioral Dynamics and Interactions","item":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/"},{"@type":"ListItem","position":4,"name":"Diagram Touch-Up&#8221; Technology"}]},{"@type":"WebSite","@id":"https:\/\/guides.visual-paradigm.com\/ja\/#website","url":"https:\/\/guides.visual-paradigm.com\/ja\/","name":"Visual Paradigm Guides Japanese","description":"Smart guides for an AI-driven world","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/guides.visual-paradigm.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4071","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/comments?post=4071"}],"version-history":[{"count":4,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4071\/revisions"}],"predecessor-version":[{"id":4989,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4071\/revisions\/4989"}],"up":[{"embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4069"}],"next":[{"title":"Sequence Refinement from Use Cases","link":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/sequence-refinement-from-use-cases\/","href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4072"}],"prev":[{"title":"Conversational Sequence Diagrams","link":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/mastering-uml-visual-modeling-in-the-visual-paradigm-ai-ecosystem\/module-5-modeling-behavioral-dynamics-and-interactions\/conversational-sequence-diagrams\/","href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4070"}],"wp:attachment":[{"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=4071"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=4071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}