{"id":1597,"date":"2026-02-25T10:43:47","date_gmt":"2026-02-25T10:43:47","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/"},"modified":"2026-02-25T10:43:47","modified_gmt":"2026-02-25T10:43:47","slug":"sysml-vs-uml-differences-explained","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/","title":{"rendered":"What Is SysML and How It Complements UML"},"content":{"rendered":"<p>When I first began mentoring junior engineers, I used to ask them to sketch a system\u2019s behavior using UML. Most would default to sequence or activity diagrams\u2014perfect for software, but quickly overwhelmed when modeling a real-time flight control system with physical components, signals, and power flows.<\/p>\n<p>That moment of confusion revealed the core issue: UML was designed for software-centric systems. It lacks formal constructs for system-level constraints, flows, and allocation. The difference between UML and SysML isn\u2019t just incremental\u2014it\u2019s structural.<\/p>\n<p>As someone who\u2019s spent two decades guiding teams through MBSE transitions, I\u2019ve seen how SysML bridges the gap between software and hardware engineering. This chapter shows you exactly what SysML adds, why it matters, and how to use it to avoid costly design flaws.<\/p>\n<p>By the end, you&#8217;ll understand SysML explained simply\u2014not as a UML variant, but as a purpose-built modeling language for systems that integrate mechanical, electrical, software, and control domains.<\/p>\n<h2>What Is SysML and Why It Matters<\/h2>\n<p>SysML\u2014short for Systems Modeling Language\u2014is a standardized modeling language developed by the Object Management Group (OMG) to support Model-Based Systems Engineering (MBSE).<\/p>\n<p>Unlike UML, which evolved primarily around software design, SysML was built from the ground up to model physical systems: aerospace vehicles, medical devices, autonomous robots, and complex infrastructure.<\/p>\n<p>It\u2019s not a superset of UML. It&#8217;s a tailored evolution\u2014dropping software-specific semantics and adding new constructs to represent system-level concerns like flows, allocations, and parametric constraints.<\/p>\n<h3>Origins of SysML: From UML to Systems<\/h3>\n<p>UML 2.0 introduced many useful concepts for software, but system engineers quickly noticed gaps. For example: How do you model how fuel flows through a jet engine? How do you track whether a function is implemented by a hardware component or software module?<\/p>\n<p>These questions led to the development of SysML in 2006, based on UML 2.0 but with a sharp focus on system behavior, structure, and requirements.<\/p>\n<p>It\u2019s not about replacing UML. It\u2019s about enabling engineers to model the entire system\u2014hardware, software, and physics\u2014within a single, coherent framework.<\/p>\n<h2>Key Differences Between UML and SysML<\/h2>\n<p>Let\u2019s break down the main differences that define SysML\u2019s unique value.<\/p>\n<h3>1. Focus: Software vs. Systems<\/h3>\n<p>UML excels at modeling class hierarchies, interactions, and state machines for software applications. SysML shifts focus to system architecture, component integration, and physical flows.<\/p>\n<p>For example, a UML state machine might model a &#8220;User Login&#8221; state. A SysML state machine models the &#8220;Flight Mode&#8221; state of a drone\u2014complete with transitions triggered by sensors, power levels, and control inputs.<\/p>\n<h3>2. Added Diagram Types<\/h3>\n<p>SysML adds four new diagram types not found in UML, each designed for system-level analysis:<\/p>\n<ul>\n<li><strong>Block Definition Diagram (BDD)<\/strong> \u2013 Defines system components and their hierarchical structure.<\/li>\n<li><strong>Internal Block Diagram (IBD)<\/strong> \u2013 Shows how parts are connected and how resources (data, power, fuel) flow between them.<\/li>\n<li><strong>Parametric Diagram<\/strong> \u2013 Models constraints using mathematical expressions (e.g., &#8220;maximum stress \u2264 200 MPa&#8221;).<\/li>\n<li><strong>Requirements Diagram<\/strong> \u2013 Links requirements directly to design elements for traceability and verification.<\/li>\n<\/ul>\n<p>These diagrams are not optional. They\u2019re essential for capturing the complexity of real-world systems.<\/p>\n<h3>3. Flow and Constraint Modeling<\/h3>\n<p>UML doesn\u2019t have a formal way to model flows like data, energy, or material. SysML introduces <strong>flow properties<\/strong> and <strong>flow ports<\/strong> to explicitly define how things move through a system.<\/p>\n<p>For instance, in a smart home heating system, you can model the flow of heat from a furnace to a thermostat using a flow property. This allows for accurate simulation of thermal performance.<\/p>\n<h3>4. Allocation and Traceability<\/h3>\n<p>One of the biggest challenges in complex systems is ensuring that every requirement is implemented and verified.<\/p>\n<p>SysML introduces <strong>allocation<\/strong>\u2014a relationship that links requirements, functions, and components. This creates a traceability chain from \u201cuser needs\u201d to \u201chardware implementation.\u201d<\/p>\n<p>For example, the requirement \u201cmaintain room temperature within 1\u00b0C\u201d can be allocated to a PID controller (software), a temperature sensor (hardware), and a heater actuator (mechanical). This is the kind of traceability that prevents missed features.<\/p>\n<h2>Comparison Table: SysML vs UML<\/h2>\n<table>\n<tbody>\n<tr>\n<th>Feature<\/th>\n<th>UML<\/th>\n<th>SysML<\/th>\n<\/tr>\n<tr>\n<td>Primary Use<\/td>\n<td>Software design<\/td>\n<td>System engineering<\/td>\n<\/tr>\n<tr>\n<td>Flow Modeling<\/td>\n<td>Limited (via object flows)<\/td>\n<td>Full support (flow properties, ports)<\/td>\n<\/tr>\n<tr>\n<td>Parametric Constraints<\/td>\n<td>Not supported<\/td>\n<td>Yes (via parametric diagrams)<\/td>\n<\/tr>\n<tr>\n<td>Requirements Linking<\/td>\n<td>Indirect (via notes)<\/td>\n<td>Direct (via requirement diagrams)<\/td>\n<\/tr>\n<tr>\n<td>Allocation<\/td>\n<td>Not defined<\/td>\n<td>Core concept (functional \u2192 component)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This table highlights that SysML isn\u2019t \u201cUML with extra diagrams.\u201d It\u2019s built around a different philosophy: modeling systems as interconnected domains, not just software classes.<\/p>\n<h2>When to Use SysML vs UML<\/h2>\n<p>Here\u2019s how I decide which to use in practice:<\/p>\n<h3>Use SysML when:<\/h3>\n<ul>\n<li>You&#8217;re modeling a hardware-software hybrid system (e.g., a robot, medical device, or autonomous vehicle).<\/li>\n<li>You need to model physical flows: energy, mass, heat, or signals.<\/li>\n<li>Traceability from requirements to implementation is critical (e.g., aerospace, medical, automotive).<\/li>\n<li>You\u2019re working in a multidisciplinary team and need a common language.<\/li>\n<\/ul>\n<h3>Use UML when:<\/h3>\n<ul>\n<li>You&#8217;re designing a pure software application with no physical components.<\/li>\n<li>You\u2019re building a web or mobile app and need to model user interactions.<\/li>\n<li>Your team is already proficient in UML and the system scope is software-only.<\/li>\n<\/ul>\n<p>SysML and UML can coexist. For example, a drone\u2019s control logic might be modeled in UML sequence diagrams, while the overall system architecture and thermal behavior are captured in SysML BDDs and parametric diagrams.<\/p>\n<h2>Practical Example: Modeling a Smart Thermostat<\/h2>\n<p>Let\u2019s say you\u2019re designing a smart thermostat that adjusts heating based on temperature, occupancy, and time of day.<\/p>\n<p>Using UML alone, you might create a sequence diagram for the \u201cadjust heater\u201d function. But you miss:<\/p>\n<ul>\n<li>How heat flows from the furnace to the room.<\/li>\n<li>How power is drawn from the electrical grid.<\/li>\n<li>Which components implement each function.<\/li>\n<\/ul>\n<p>SysML fixes this.<\/p>\n<p>With a <strong>Block Definition Diagram (BDD)<\/strong>, you define the system\u2019s blocks: <em>Thermostat<\/em>, <em>Furnace<\/em>, <em>Heating System<\/em>, <em>Occupancy Sensor<\/em>.<\/p>\n<p>An <strong>Internal Block Diagram (IBD)<\/strong> shows how heat flows from the furnace to the room via ducts, and how the thermostat controls the furnace via a signal.<\/p>\n<p>A <strong>Parametric Diagram<\/strong> models the constraint: \u201cTemperature change rate \u2264 1\u00b0C per 5 minutes,\u201d based on power input and insulation.<\/p>\n<p>Finally, a <strong>Requirements Diagram<\/strong> traces the requirement \u201cMaintain indoor temperature within 0.5\u00b0C\u201d to the thermostat, sensor, and control logic.<\/p>\n<p>This is SysML explained simply: it turns abstract ideas into actionable, verifiable design decisions.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is the difference between UML and SysML?<\/h3>\n<p>SysML extends UML with system-specific constructs: flow modeling, allocation, parametric constraints, and new diagram types. While UML focuses on software design, SysML is built for physical systems.<\/p>\n<h3>Is SysML better than UML?<\/h3>\n<p>Not inherently. SysML is better for systems engineering. UML is better for software development. The choice depends on your project\u2019s scope. For hybrid systems, SysML is essential.<\/p>\n<h3>Can I use both UML and SysML in the same project?<\/h3>\n<p>Yes. Many projects use UML for software logic (sequence, activity) and SysML for system architecture (BDD, IBD, parametric). Just ensure consistency via allocation relationships.<\/p>\n<h3>What does SysML add that UML doesn\u2019t?<\/h3>\n<p>SysML adds flow properties, allocation, parametric diagrams, and requirements diagrams. These allow explicit modeling of physical flows, constraints, and traceability\u2014critical for engineering validation.<\/p>\n<h3>Is SysML difficult to learn?<\/h3>\n<p>If you understand basic UML, learning SysML is manageable. The key is focusing on system-level thinking: structure, behavior, and constraints\u2014not just classes and methods. Start with BDD and IBD.<\/p>\n<h3>How is SysML explained simply for beginners?<\/h3>\n<p>SysML is UML adapted for real systems: it models components, flows, constraints, and how functions are allocated to hardware\/software. It\u2019s the language of integrated system engineering.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When I first began mentoring junior engineers, I used to ask them to sketch a system\u2019s behavior using UML. Mos [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1595,"menu_order":1,"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-1597","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>SysML vs UML: Key Differences Explained<\/title>\n<meta name=\"description\" content=\"Discover the essential difference between UML and SysML. Learn why SysML is better for complex systems engineering, with real-world examples and practical insights from a 20-year MBSE expert.\" \/>\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\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SysML vs UML: Key Differences Explained\" \/>\n<meta property=\"og:description\" content=\"Discover the essential difference between UML and SysML. Learn why SysML is better for complex systems engineering, with real-world examples and practical insights from a 20-year MBSE expert.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills\u65e5\u672c\u8a9e\" \/>\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=\"6\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/\",\"name\":\"SysML vs UML: Key Differences Explained\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-02-25T10:43:47+00:00\",\"description\":\"Discover the essential difference between UML and SysML. Learn why SysML is better for complex systems engineering, with real-world examples and practical insights from a 20-year MBSE expert.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SysML Essentials for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding the Systems Modeling Landscape\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"What Is SysML and How It Complements UML\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/\",\"name\":\"Visual Paradigm Skills\u65e5\u672c\u8a9e\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/ja\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#organization\",\"name\":\"Visual Paradigm Skills\u65e5\u672c\u8a9e\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills\u65e5\u672c\u8a9e\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SysML vs UML: Key Differences Explained","description":"Discover the essential difference between UML and SysML. Learn why SysML is better for complex systems engineering, with real-world examples and practical insights from a 20-year MBSE expert.","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\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/","og_locale":"ja_JP","og_type":"article","og_title":"SysML vs UML: Key Differences Explained","og_description":"Discover the essential difference between UML and SysML. Learn why SysML is better for complex systems engineering, with real-world examples and practical insights from a 20-year MBSE expert.","og_url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/","og_site_name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"6\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/","name":"SysML vs UML: Key Differences Explained","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-02-25T10:43:47+00:00","description":"Discover the essential difference between UML and SysML. Learn why SysML is better for complex systems engineering, with real-world examples and practical insights from a 20-year MBSE expert.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/sysml-vs-uml-differences-explained\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/ja\/"},{"@type":"ListItem","position":2,"name":"SysML Essentials for Beginners","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/"},{"@type":"ListItem","position":3,"name":"Understanding the Systems Modeling Landscape","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/sysml-essentials-for-beginners\/what-is-sysml\/"},{"@type":"ListItem","position":4,"name":"What Is SysML and How It Complements UML"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website","url":"https:\/\/skills.visual-paradigm.com\/ja\/","name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/ja\/#organization","name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","url":"https:\/\/skills.visual-paradigm.com\/ja\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/ja\/wp-content\/uploads\/sites\/12\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills\u65e5\u672c\u8a9e"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1597","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1597\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/1595"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=1597"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=1597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}