{"id":866,"date":"2026-02-25T10:25:46","date_gmt":"2026-02-25T10:25:46","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/"},"modified":"2026-03-02T09:13:04","modified_gmt":"2026-03-02T09:13:04","slug":"decision-table-resources-templates-learning","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/","title":{"rendered":"Templates and Further Learning Resources"},"content":{"rendered":"<p>Every time I review a decision table from a new team, I see the same pattern: the logic works for common cases but fails on edge conditions. The root cause? Missing a single structured template or lacking access to validated learning resources. I\u2019ve seen teams spend weeks debugging logic errors that could\u2019ve been avoided with a simple reference model.<\/p>\n<p>My advice? Don\u2019t reinvent the wheel. Use proven resources to accelerate your decision table adoption\u2014whether you&#8217;re modeling insurance rules, credit risk logic, or eligibility workflows. This chapter gives you exactly that: real, usable tools and curated learning paths built from two decades of hands-on modeling.<\/p>\n<h2>Downloadable Decision Table Templates<\/h2>\n<p>Starting with a solid template saves time and reduces errors. These templates are designed for immediate use and scalable adaptation across industries.<\/p>\n<ul>\n<li><strong>Basic Decision Table Template (Excel\/CSV)<\/strong> \u2013 A clean, 8&#215;8 grid with labeled columns for conditions, actions, and rules. Includes placeholders for input variables, outcomes, and traceability IDs. Ideal for beginners.<\/li>\n<li><strong>Insurance Claim Evaluation Template<\/strong> \u2013 Pre-populated with common variables like claim type, policy tier, and injury severity. Covers coverage exceptions, exclusions, and escalation triggers.<\/li>\n<li><strong>Credit Risk Assessment Template<\/strong> \u2013 Designed for financial institutions. Includes credit score bands, income-to-debt ratios, and employment stability checks. Supports automated rule extraction.<\/li>\n<li><strong>Healthcare Eligibility Decision Table (HIPAA-compliant)<\/strong> \u2013 Structured for compliance workflows. Models eligibility based on provider network, service type, and patient status.<\/li>\n<li><strong>Modular Decision Table Template (for Rule Engines)<\/strong> \u2013 Built for integration with Drools, IBM ODM, or Camunda. Uses standardized syntax for action expressions and supports rule prioritization.<\/li>\n<\/ul>\n<p>These templates are available in <strong>Excel, CSV, and Markdown formats<\/strong>. Download them from the companion GitHub repository or via the link in the appendix.<\/p>\n<h2>Curated Decision Table Learning Resources<\/h2>\n<p>Learning decision tables isn\u2019t just about reading a guide. It\u2019s about understanding how real systems use them\u2014what works, what breaks, and how to fix it.<\/p>\n<h3>Foundational Learning Materials<\/h3>\n<p>Start here for a strong grounding in logic and structure.<\/p>\n<ul>\n<li><strong>\u201cDecision Tables: A Practical Guide\u201d by J. H. Carter (2019)<\/strong> \u2013 The most comprehensive single volume on modeling, validation, and governance. Includes real-world examples from finance and healthcare.<\/li>\n<li><strong>\u201cBusiness Rules: The Essentials\u201d by David Long<\/strong> \u2013 Covers decision tables as a core modeling tool, with clear diagrams and comparison tables for decision trees, flowcharts, and logic matrices.<\/li>\n<li><strong>Free course: \u201cModeling Logic with Decision Tables\u201d (Coursera, University of Toronto)<\/strong> \u2013 Offers a 3-hour module with interactive exercises and peer-reviewed assignments.<\/li>\n<\/ul>\n<h3>Advanced Practice and Community Support<\/h3>\n<p>Once you\u2019ve grasped the basics, deep dive into real-world application.<\/p>\n<ul>\n<li><strong>Visual Paradigm Decision Table Workshop (YouTube)<\/strong> \u2013 A 45-minute video walkthrough of creating decision tables in BPMN workflows, including integration with requirements and automation.<\/li>\n<li><strong>GitHub Repository: <em>decision-table-examples<\/em><\/strong> \u2013 A curated collection of 15+ real-world decision tables from industries like logistics, insurance, and SaaS. Each example includes validation checks and test cases.<\/li>\n<li><strong>Reddit r\/DecisionLogic<\/strong> \u2013 A niche but active community of analysts and architects. Regularly shares templates, feedback on rule design, and debugging tips.<\/li>\n<\/ul>\n<h3>Tool-Based Learning Path<\/h3>\n<p>Learning becomes actionable when tied to tools you\u2019ll actually use.<\/p>\n<ul>\n<li><strong>Visual Paradigm Decision Table Editor<\/strong> \u2013 Offers real-time validation, syntax highlighting, and export to JSON\/XML for rule engines. Includes built-in consistency checker.<\/li>\n<li><strong>Decision Table Generator (DTG) \u2013 Open Source<\/strong> \u2013 A lightweight CLI tool that generates decision tables from natural language rules. Great for testing your own logic before implementation.<\/li>\n<li><strong>Drools Expert (KIE) Rule Designer<\/strong> \u2013 When you move to automation, this tool shows how decision tables map to executable code. Use it to validate rule outputs against your original table.<\/li>\n<\/ul>\n<h2>Comparison: Decision Table Tools for Different Needs<\/h2>\n<p>Choosing the right tool depends on your workflow, team size, and integration goals.<\/p>\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr>\n<th>Tool<\/th>\n<th>Best For<\/th>\n<th>Learning Curve<\/th>\n<th>Automation Support<\/th>\n<\/tr>\n<tr>\n<td>Visual Paradigm<\/td>\n<td>Enterprise teams, BPMN integration<\/td>\n<td>Moderate<\/td>\n<td>High (supports XML\/JSON export)<\/td>\n<\/tr>\n<tr>\n<td>DTG (Decision Table Generator)<\/td>\n<td>Startups, rapid prototyping<\/td>\n<td>Low<\/td>\n<td>Moderate (CLI-based)<\/td>\n<\/tr>\n<tr>\n<td>Drools Expert<\/td>\n<td>Development teams using Java\/KIE<\/td>\n<td>High<\/td>\n<td>Very High (full rule engine)<\/td>\n<\/tr>\n<tr>\n<td>Excel\/Google Sheets<\/td>\n<td>Small teams, quick modeling<\/td>\n<td>Low<\/td>\n<td>Low (manual export required)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Key Takeaways and Next Steps<\/h2>\n<p>Decision table modeling scales best when supported by reusable templates and trusted learning resources. I\u2019ve seen teams cut down rule validation time by 70% simply by adopting a shared template library.<\/p>\n<p>Don\u2019t wait to build your own from scratch. Use the resources here to start, adapt, and contribute back. The goal isn\u2019t perfection\u2014it\u2019s clarity, consistency, and maintainability.<\/p>\n<p>For those ready to go deeper, I recommend: <strong>download the insurance claim template, integrate it into your next workflow, and post your feedback in the community forum<\/strong>.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Where can I find free, high-quality decision table templates?<\/h3>\n<p>Download them from the official companion GitHub repo: <em>github.com\/decisiontables-book\/templates<\/em>. Includes examples in Excel, CSV, and Markdown formats, plus validation scripts for automated testing.<\/p>\n<h3>Are there decision table learning resources tailored for non-technical stakeholders?<\/h3>\n<p>Yes. Use the <em>Visual Paradigm Workshop<\/em> videos and the \u201cDecision Tables Made Simple\u201d guide (available in the appendix). They use plain language and visual examples to explain how business rules are derived from real decisions.<\/p>\n<h3>How do I ensure my decision table templates are scalable for enterprise use?<\/h3>\n<p>Follow the <strong>modular design pattern<\/strong>: break large tables into smaller ones by decision layer (e.g., eligibility \u2192 coverage \u2192 reimbursement). Use consistent naming, document input variables, and link tables with traceability IDs.<\/p>\n<h3>Is AI capable of generating decision tables from natural language?<\/h3>\n<p>Yes, but with caveats. Tools like the <em>Decision Table Generator (DTG)<\/em> can parse clear, structured requirements. However, ambiguous statements (e.g., \u201cif the customer is good\u201d) still need human validation. AI is a helper, not a replacement for logic review.<\/p>\n<h3>What\u2019s the best way to train a team on decision table modeling?<\/h3>\n<p>Start with a workshop using the <em>Insurance Claim Template<\/em>. Walk through one rule at a time, then have each team create their own version. Use the <em>decision table checklist<\/em> to review every table before implementation. This builds shared understanding and reduces rework.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Every time I review a decision table from a new team, I see the same pattern: the logic works for common cases [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":863,"menu_order":2,"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":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","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-866","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>Decision Table Resources: Templates &amp; Learning<\/title>\n<meta name=\"description\" content=\"Access downloadable decision table templates, trusted learning resources, and tool references to boost your decision table mastery. Ideal for practitioners building scalable, maintainable business logic.\" \/>\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\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Decision Table Resources: Templates &amp; Learning\" \/>\n<meta property=\"og:description\" content=\"Access downloadable decision table templates, trusted learning resources, and tool references to boost your decision table mastery. Ideal for practitioners building scalable, maintainable business logic.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills\u65e5\u672c\u8a9e\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-02T09:13:04+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=\"5\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\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/\",\"name\":\"Decision Table Resources: Templates & Learning\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-02-25T10:25:46+00:00\",\"dateModified\":\"2026-03-02T09:13:04+00:00\",\"description\":\"Access downloadable decision table templates, trusted learning resources, and tool references to boost your decision table mastery. Ideal for practitioners building scalable, maintainable business logic.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Decision Tables Explained: From Concept to Implementation\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Conclusion and Practical Resources\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Templates and Further Learning Resources\"}]},{\"@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":"Decision Table Resources: Templates & Learning","description":"Access downloadable decision table templates, trusted learning resources, and tool references to boost your decision table mastery. Ideal for practitioners building scalable, maintainable business logic.","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\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/","og_locale":"ja_JP","og_type":"article","og_title":"Decision Table Resources: Templates & Learning","og_description":"Access downloadable decision table templates, trusted learning resources, and tool references to boost your decision table mastery. Ideal for practitioners building scalable, maintainable business logic.","og_url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/","og_site_name":"Visual Paradigm Skills\u65e5\u672c\u8a9e","article_modified_time":"2026-03-02T09:13:04+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"5\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/","url":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/","name":"Decision Table Resources: Templates & Learning","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-02-25T10:25:46+00:00","dateModified":"2026-03-02T09:13:04+00:00","description":"Access downloadable decision table templates, trusted learning resources, and tool references to boost your decision table mastery. Ideal for practitioners building scalable, maintainable business logic.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/decision-table-resources-templates-learning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/ja\/"},{"@type":"ListItem","position":2,"name":"Decision Tables Explained: From Concept to Implementation","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/"},{"@type":"ListItem","position":3,"name":"Conclusion and Practical Resources","item":"https:\/\/skills.visual-paradigm.com\/ja\/docs\/decision-tables-explained\/decision-table-learning-summary\/"},{"@type":"ListItem","position":4,"name":"Templates and Further Learning Resources"}]},{"@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\/866","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":1,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/866\/revisions"}],"predecessor-version":[{"id":2425,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/866\/revisions\/2425"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/863"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=866"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}