{"id":1446,"date":"2026-02-25T10:41:41","date_gmt":"2026-02-25T10:41:41","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/"},"modified":"2026-02-25T10:41:41","modified_gmt":"2026-02-25T10:41:41","slug":"definition-of-done-scrum","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/","title":{"rendered":"The Definition of Done: Ensuring Quality Increments"},"content":{"rendered":"<p>Too many teams celebrate a sprint\u2019s end with a \u201cdone\u201d task, only to discover defects in production. The real issue isn\u2019t effort\u2014it\u2019s clarity. The Definition of Done (DoD) isn\u2019t a checklist; it\u2019s a shared agreement on quality. Without it, \u201cdone\u201d means nothing more than \u201cnot in progress.\u201d<\/p>\n<p>As a Scrum Master, I\u2019ve seen teams deliver stories they thought were complete\u2014only to find them broken or unusable weeks later. The root cause? No clear, agreed-upon standard for what \u201cdone\u201d truly means. This is where the Definition of Done steps in\u2014not as a bureaucratic formality, but as the team\u2019s commitment to craftsmanship.<\/p>\n<p>When you start a new Scrum team, the Definition of Done is often vague or absent. That\u2019s not a flaw\u2014it\u2019s a starting point. The goal is to evolve it together, not impose it from above. This chapter walks you through building, refining, and maintaining a DoD that reflects your team\u2019s reality, not just theory.<\/p>\n<p>By the end, you\u2019ll know what is done in Scrum, how to create a DoD checklist, and avoid common quality pitfalls that undermine trust and velocity.<\/p>\n<h2>Why the Definition of Done Matters<\/h2>\n<p>Scrum isn\u2019t about tracking tasks\u2014it\u2019s about delivering working, tested, and usable increments. The Definition of Done is the guardrail that ensures every story meets that bar.<\/p>\n<p>Without a DoD, teams can\u2019t measure true completion. A story marked \u201cdone\u201d might be coded, but untested. It might pass QA, but be missing documentation. It might be deployed, but break in staging.<\/p>\n<p>That\u2019s why the DoD isn\u2019t optional. It\u2019s the bedrock of transparency, quality, and empirical process control. You can\u2019t inspect what isn\u2019t defined.<\/p>\n<p>Ask yourself: if a story is \u201cdone\u201d in your team, what must be true? Is it tested? Deployable? Documented? Integrated? That\u2019s your DoD.<\/p>\n<h2>Building Your Team\u2019s Definition of Done<\/h2>\n<p>Creating a DoD is a collaborative act. It must be agreed upon by the entire team\u2014Product Owner, Scrum Master, and development members. It\u2019s not a top-down mandate; it\u2019s a shared contract.<\/p>\n<p>Start simple. Ask your team: \u201cWhat must be true for a story to be considered complete?\u201d Then capture the answers in a checklist.<\/p>\n<p>Here\u2019s a basic framework to begin with:<\/p>\n<ul>\n<li>Code is written and reviewed.<\/li>\n<li>All unit and integration tests pass.<\/li>\n<li>Code has been merged into the main branch.<\/li>\n<li>Deployment scripts are ready and tested.<\/li>\n<li>User documentation is updated.<\/li>\n<li>Acceptance criteria are verified.<\/li>\n<\/ul>\n<p>This checklist evolves. In a new team, you might not have deployment pipelines. That\u2019s fine. Start with what you can control. As you mature, add more items\u2014like performance testing, security scans, or accessibility checks.<\/p>\n<h3>Scrum Definition of Done Examples<\/h3>\n<p>Let\u2019s see how real teams have shaped their DoD.<\/p>\n<p><strong>Example 1: Early-Stage Web Team<\/strong><br \/>\nThe team is building a simple CRM. Their DoD includes:<\/p>\n<ul>\n<li>Code committed to Git and peer-reviewed.<\/li>\n<li>Frontend and backend tests passing.<\/li>\n<li>Story deployed to staging with a working demo.<\/li>\n<li>Product Owner confirms acceptance criteria.<\/li>\n<\/ul>\n<p><strong>Example 2: Mature DevOps Team<\/strong><br \/>\nThis team has continuous deployment. Their DoD is more rigorous:<\/p>\n<ul>\n<li>Code merged with passing CI\/CD pipeline.<\/li>\n<li>Automated tests cover 85% of code.<\/li>\n<li>Static code analysis passes (no critical issues).<\/li>\n<li>Security scan cleared.<\/li>\n<li>Performance test confirms response under 1s.<\/li>\n<li>Deployed to production via automated release.<\/li>\n<li>Documentation updated in GitHub Wiki.<\/li>\n<\/ul>\n<p>Notice how the DoD scales with capability. The first team focuses on basic quality. The second includes automation and compliance.<\/p>\n<h2>DoD Evolution: From Checklist to Culture<\/h2>\n<p>A Definition of Done isn\u2019t static. It evolves with your team\u2019s maturity, tools, and delivery goals.<\/p>\n<p>In the first few sprints, the DoD might only cover coding and peer review. But as testing becomes automated, you add test coverage thresholds. When deployment pipelines emerge, you add integration and deployment verification steps.<\/p>\n<p>Here\u2019s a simple evolution path:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Sprint Stage<\/th>\n<th>Typical DoD Items<\/th>\n<\/tr>\n<tr>\n<td>0\u20132<\/td>\n<td>Code written, peer-reviewed, tested, documented<\/td>\n<\/tr>\n<tr>\n<td>3\u20135<\/td>\n<td>Code merged, all tests pass, deployed to staging, acceptance verified<\/td>\n<\/tr>\n<tr>\n<td>6+<\/td>\n<td>CI\/CD success, test coverage \u226580%, security scan cleared, performance tested, documentation published<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Track your DoD evolution in a simple table or a living document. Review it during Sprint Retrospectives. Ask: \u201cAre we missing anything that would make us more confident in deployment?\u201d<\/p>\n<h2>Common Quality Pitfalls to Avoid<\/h2>\n<p>Even with a DoD, teams fall into traps. Watch for these mistakes:<\/p>\n<ul>\n<li><strong>Skipping steps due to pressure.<\/strong> A story might pass code review but skip testing if the sprint is tight. This creates technical debt that compounds over time.<\/li>\n<li><strong>Letting the DoD become a checklist without buy-in.<\/strong> If the team doesn\u2019t understand or agree to the DoD, it\u2019s meaningless. It becomes a box-ticking exercise.<\/li>\n<li><strong>Not updating the DoD as tools evolve.<\/strong> If you adopt automated deployment, you must update the DoD to include deployment verification.<\/li>\n<li><strong>Applying a one-size-fits-all DoD.<\/strong> Not all stories require the same level of testing. A bug fix might not need performance testing, but a new feature might. Adapt the DoD per story type.<\/li>\n<\/ul>\n<p>These aren\u2019t just errors\u2014they\u2019re symptoms of deeper issues in team alignment or process design.<\/p>\n<h2>What is Done in Scrum: A Practical Checklist<\/h2>\n<p>Use this template to start building your own DoD. It\u2019s not exhaustive\u2014it\u2019s a foundation.<\/p>\n<ol>\n<li>The story is implemented and merged into the main branch.<\/li>\n<li>All unit and integration tests pass.<\/li>\n<li>Code has been peer-reviewed and approved.<\/li>\n<li>Acceptance criteria are verified by the Product Owner.<\/li>\n<li>Deployment scripts are tested and available.<\/li>\n<li>Documentation is updated (user guide, API docs, internal wiki).<\/li>\n<li>Story is deployed to staging and verified as working.<\/li>\n<li>Any required accessibility or security checks are passed.<\/li>\n<li>Team agrees the story is ready for production.<\/li>\n<\/ol>\n<p>Review this checklist every sprint. Ask: \u201cHave we missed any steps that could hurt our quality?\u201d<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is the Definition of Done in Scrum?<\/h3>\n<p>The Definition of Done is a shared agreement among the team about what must be true for a product increment to be considered complete. It includes all criteria\u2014technical, functional, and documentation\u2014necessary for a story to be usable and deployable.<\/p>\n<h3>What is done in Scrum beginners should know?<\/h3>\n<p>Beginners should understand that \u201cdone\u201d in Scrum means the story is fully developed, tested, reviewed, documented, and deployable. It\u2019s not just coding. The DoD ensures transparency and prevents half-finished work from being mistaken as complete.<\/p>\n<h3>How do I create a Definition of Done checklist?<\/h3>\n<p>Start by gathering your team. Ask: \u201cWhat must be true for a story to be considered complete?\u201d Capture the answers. Begin with basics like code review, testing, and documentation. Expand over time as your team gains tools and processes.<\/p>\n<h3>Scrum definition of done examples for new teams?<\/h3>\n<p>Start simple: \u201cCode reviewed, tests pass, deployed to staging, acceptance verified.\u201d Add more as you grow\u2014like security scans, automated deployment, and performance testing.<\/p>\n<h3>Can the Definition of Done change over time?<\/h3>\n<p>Absolutely. The DoD should evolve with your team\u2019s maturity, tools, and delivery practices. It\u2019s not a fixed rule\u2014it\u2019s a living agreement. Review it in every Sprint Retrospective.<\/p>\n<h3>Why is the Definition of Done important for quality?<\/h3>\n<p>Without a DoD, \u201cdone\u201d is ambiguous. Teams may ship incomplete or broken features. The DoD ensures every increment is truly usable, tested, and reliable\u2014building trust with stakeholders and reducing technical debt.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Too many teams celebrate a sprint\u2019s end with a \u201cdone\u201d task, only to discover defects in production. The real issue isn\u2019t effort\u2014it\u2019s clarity. The Definition of Done (DoD) isn\u2019t a checklist; it\u2019s a shared agreement on quality. Without it, \u201cdone\u201d means nothing more than \u201cnot in progress.\u201d As a Scrum Master, I\u2019ve seen teams deliver [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1443,"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":"","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-1446","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>Definition of Done: Scrum Quality Check<\/title>\n<meta name=\"description\" content=\"Ensure Scrum quality with the Definition of Done. Learn what is done in Scrum, Scrum definition of done examples, and how to build a reliable DoD checklist for high-performing 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\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Definition of Done: Scrum Quality Check\" \/>\n<meta property=\"og:description\" content=\"Ensure Scrum quality with the Definition of Done. Learn what is done in Scrum, Scrum definition of done examples, and how to build a reliable DoD checklist for high-performing teams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Polski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/\",\"name\":\"Definition of Done: Scrum Quality Check\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\"},\"datePublished\":\"2026-02-25T10:41:41+00:00\",\"description\":\"Ensure Scrum quality with the Definition of Done. Learn what is done in Scrum, Scrum definition of done examples, and how to build a reliable DoD checklist for high-performing teams.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Scrum Essentials: Beginner\u2019s Guide to Agile\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Mastering Scrum Artifacts\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"The Definition of Done: Ensuring Quality Increments\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"name\":\"Visual Paradigm Skills Polski\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\",\"name\":\"Visual Paradigm Skills Polski\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Polski\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Definition of Done: Scrum Quality Check","description":"Ensure Scrum quality with the Definition of Done. Learn what is done in Scrum, Scrum definition of done examples, and how to build a reliable DoD checklist for high-performing 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\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/","og_locale":"pl_PL","og_type":"article","og_title":"Definition of Done: Scrum Quality Check","og_description":"Ensure Scrum quality with the Definition of Done. Learn what is done in Scrum, Scrum definition of done examples, and how to build a reliable DoD checklist for high-performing teams.","og_url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/","og_site_name":"Visual Paradigm Skills Polski","twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"6 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/","name":"Definition of Done: Scrum Quality Check","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website"},"datePublished":"2026-02-25T10:41:41+00:00","description":"Ensure Scrum quality with the Definition of Done. Learn what is done in Scrum, Scrum definition of done examples, and how to build a reliable DoD checklist for high-performing teams.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/definition-of-done-scrum\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pl\/"},{"@type":"ListItem","position":2,"name":"Scrum Essentials: Beginner\u2019s Guide to Agile","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/"},{"@type":"ListItem","position":3,"name":"Mastering Scrum Artifacts","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/scrum-essentials-beginners-guide-to-agile\/scrum-artifacts\/"},{"@type":"ListItem","position":4,"name":"The Definition of Done: Ensuring Quality Increments"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website","url":"https:\/\/skills.visual-paradigm.com\/pl\/","name":"Visual Paradigm Skills Polski","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization","name":"Visual Paradigm Skills Polski","url":"https:\/\/skills.visual-paradigm.com\/pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Polski"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/1446","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/1446\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/1443"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/media?parent=1446"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/doc_tag?post=1446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}