{"id":18311,"date":"2023-01-24T14:01:23","date_gmt":"2023-01-24T17:01:23","guid":{"rendered":"https:\/\/www.neomind.com.br\/?p=18311"},"modified":"2023-05-02T16:03:17","modified_gmt":"2023-05-02T19:03:17","slug":"do-you-know-what-an-scm-system-is","status":"publish","type":"post","link":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/","title":{"rendered":"Do you know what an SCM system is?"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">What is an SCM system and why your company should use it<\/h1>\n\n\n\n<p><strong>SCM<\/strong>, or <strong>Source Code Control System<\/strong>, is a standard used by software developers to streamline the creation and distribution of code. Its idea is to avoid the use of physical media (such as a CD or even pen drives) to distribute sources under development.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The advantages of using an SCM system<\/h2>\n\n\n\n<p>One of the&nbsp; SCM systems\u2019 main advantages is version control (SVC\/CVS or Source Version Control), which allows viewing the history of changes made to the code, thus making it possible to find when a particular problem was solved and what was changed. to resolve it.<\/p>\n\n\n\n<p>SVC systems keep sources separated by <strong>\u201ctags\u201d<\/strong> and <strong>\u201cbranches\u201d<\/strong>. The <strong>tags<\/strong> represent versions where the code was sent to production and <strong>branches<\/strong> where it is in active development.<\/p>\n\n\n\n<p>Normally, codes stored in <strong>tags<\/strong> should not be changed, as they represent an official version of the software. During the development process, the source code is sent to the <strong>branches<\/strong>, which are later joined (an operation known as <strong>merging<\/strong>) and become a tag.<\/p>\n\n\n\n<p>Another advantage is its flexibility, being able to operate using business rules (such as filters and restrictions) or even integrate other external systems, such as a Continuous Integration (CI) system or a ticket\/helpdesk management system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Commercially available implementations<\/h2>\n\n\n\n<p>The SCM standard has several implementations that were developed over the years by different people and companies, each one designed to solve a certain problem that occurred during software development.<\/p>\n\n\n\n<p><strong>Some of the most used version control systems are:<\/strong><\/p>\n\n\n\n<p>\u2022 <strong>Subversion (or SVN) <\/strong>&#8211; Developed by Apache Software in 2000 (the company that created Tomcat, a web server used by several WEB systems), initially to replace and improve the CVS (Concurrent Versions System) system, which is now in disuse.<\/p>\n\n\n\n<p>\u2022 <strong>Git<\/strong> &#8211; Created by Linus Torvalds (creator of the Linux Kernel), in 2005. It was developed to replace the BitKeeper system that was used to control Linux sources at the time, since it had been privatized. Currently, it is the most famous version control system, being used by thousands of companies around the world.<\/p>\n\n\n\n<p>\u2022 <strong>Mercurial (or Hg)<\/strong> &#8211; Created by Matt Mackall in 2005 to be an alternative to BitKeeper, which could be used by other open-source projects at the time, such as Linux itself.<\/p>\n\n\n\n<p>\u2022 <strong>Team Foundation Server (TFS)<\/strong> &#8211; Developed by Microsoft in 2005 to meet its internal (and external) demand for source control, the system stores the codes in the cloud and is directly linked to a Continuous Integration system also developed by the company.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why use an SCM system?<\/h2>\n\n\n\n<p>Keeping source codes is important both for software developers and for companies that have internal systems and customizations, since:<\/p>\n\n\n\n<p>\u2022 It organizes source code storage, avoiding programming discrepancies (for example: between the machines of two developers) and<\/p>\n\n\n\n<p>\u2022 It acts as an active backup in case the developer&#8217;s machine fails.<\/p>\n\n\n\n<p>SCM systems also allow the restoration and verification of previous versions, something that can help solve problems in an effective way (through \u201cdowngrading\u201d or even by making it easier to find the changes made), thus reducing the downtime of services in production.<\/p>\n\n\n\n<p>Above all, SCM systems keep things organized, as they separate different versions of the same product into different <strong>\u201ctags\u201d<\/strong> and <strong>\u201cbranches\u201d<\/strong>, enabling quick consultation and analysis of the development changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Neomind<\/h2>\n\n\n\n<p>Here at Neomind we use Subversion (SVN) and GIT as source control tools, as they efficiently meet our internal needs. Neomind also offers source guard services and customizations for its customers with a build process and automated test integration. <\/p>\n\n\n\n<div role=\"main\" id=\"sign-up-for-news-blog-0ef8f067801e2bc161c8\"><\/div><script type=\"text\/javascript\" src=\"https:\/\/d335luupugsy2.cloudfront.net\/js\/rdstation-forms\/stable\/rdstation-forms.min.js\"><\/script><script type=\"text\/javascript\"> new RDStationForms('sign-up-for-news-blog-0ef8f067801e2bc161c8', 'UA-28569974-1').createForm();<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Source Code Management (SCM) is a standard used by software developers to streamline code creation and distribution.<\/p>\n","protected":false},"author":32,"featured_media":3202,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[358],"tags":[],"class_list":["post-18311","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-innovation-it"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Do you know what an SCM system is? - Neomind<\/title>\n<meta name=\"description\" content=\"Source Code Management (SCM) is a standard used by software developers to streamline code creation and distribution.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Do you know what an SCM system is?\" \/>\n<meta property=\"og:description\" content=\"Source Code Management (SCM) is a standard used by software developers to streamline code creation and distribution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/\" \/>\n<meta property=\"og:site_name\" content=\"Neomind\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/neomindsocial\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-24T17:01:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-02T19:03:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Neomind.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"510\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Fabr\u00edcio Winter\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fabr\u00edcio Winter\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/\"},\"author\":{\"name\":\"Fabr\u00edcio Winter\",\"@id\":\"https:\/\/www.neomind.com.br\/#\/schema\/person\/17b1f1bff2f9afe3c380e3e0b660960c\"},\"headline\":\"Do you know what an SCM system is?\",\"datePublished\":\"2023-01-24T17:01:23+00:00\",\"dateModified\":\"2023-05-02T19:03:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/\"},\"wordCount\":594,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.neomind.com.br\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Source-Code-Management.jpg\",\"articleSection\":[\"Innovation &amp; IT\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/\",\"url\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/\",\"name\":\"Do you know what an SCM system is? - Neomind\",\"isPartOf\":{\"@id\":\"https:\/\/www.neomind.com.br\/#website\"},\"about\":{\"@id\":\"https:\/\/www.neomind.com.br\/#organization\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Source-Code-Management.jpg\",\"datePublished\":\"2023-01-24T17:01:23+00:00\",\"dateModified\":\"2023-05-02T19:03:17+00:00\",\"description\":\"Source Code Management (SCM) is a standard used by software developers to streamline code creation and distribution.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#primaryimage\",\"url\":\"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Source-Code-Management.jpg\",\"contentUrl\":\"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Source-Code-Management.jpg\",\"width\":770,\"height\":205,\"caption\":\"SCM (Source Code Management)\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.neomind.com.br\/#website\",\"url\":\"https:\/\/www.neomind.com.br\/\",\"name\":\"Neomind\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.neomind.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.neomind.com.br\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.neomind.com.br\/#organization\",\"name\":\"Neomind\",\"url\":\"https:\/\/www.neomind.com.br\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neomind.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/04\/logo-neomind-vertical.png\",\"contentUrl\":\"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/04\/logo-neomind-vertical.png\",\"width\":1280,\"height\":713,\"caption\":\"Neomind\"},\"image\":{\"@id\":\"https:\/\/www.neomind.com.br\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/neomindsocial\",\"https:\/\/www.instagram.com\/neomind.solutions\/\",\"https:\/\/www.linkedin.com\/company\/neomind\/\",\"https:\/\/www.youtube.com\/NeomindSocial\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.neomind.com.br\/#\/schema\/person\/17b1f1bff2f9afe3c380e3e0b660960c\",\"name\":\"Fabr\u00edcio Winter\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neomind.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8e03003c2481e038234731bc63856ef5f59247fe1fc85e85e2cdf64a54b107f3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8e03003c2481e038234731bc63856ef5f59247fe1fc85e85e2cdf64a54b107f3?s=96&d=mm&r=g\",\"caption\":\"Fabr\u00edcio Winter\"},\"description\":\"Com quatro anos de experi\u00eancia na \u00e1rea de programa\u00e7\u00e3o, integra a equipe de manuten\u00e7\u00e3o da Neomind, \u00e9 t\u00e9cnico em Inform\u00e1tica pela Unisociesc\/Tupy e acad\u00eamico de Engenharia da Computa\u00e7\u00e3o pela mesma institui\u00e7\u00e3o.\",\"url\":\"https:\/\/www.neomind.com.br\/en\/blog\/author\/fabricio-winter\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Do you know what an SCM system is? - Neomind","description":"Source Code Management (SCM) is a standard used by software developers to streamline code creation and distribution.","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:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/","og_locale":"en_US","og_type":"article","og_title":"Do you know what an SCM system is?","og_description":"Source Code Management (SCM) is a standard used by software developers to streamline code creation and distribution.","og_url":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/","og_site_name":"Neomind","article_publisher":"https:\/\/www.facebook.com\/neomindsocial","article_published_time":"2023-01-24T17:01:23+00:00","article_modified_time":"2023-05-02T19:03:17+00:00","og_image":[{"width":1000,"height":510,"url":"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Neomind.jpg","type":"image\/jpeg"}],"author":"Fabr\u00edcio Winter","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Fabr\u00edcio Winter","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#article","isPartOf":{"@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/"},"author":{"name":"Fabr\u00edcio Winter","@id":"https:\/\/www.neomind.com.br\/#\/schema\/person\/17b1f1bff2f9afe3c380e3e0b660960c"},"headline":"Do you know what an SCM system is?","datePublished":"2023-01-24T17:01:23+00:00","dateModified":"2023-05-02T19:03:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/"},"wordCount":594,"commentCount":0,"publisher":{"@id":"https:\/\/www.neomind.com.br\/#organization"},"image":{"@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#primaryimage"},"thumbnailUrl":"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Source-Code-Management.jpg","articleSection":["Innovation &amp; IT"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/","url":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/","name":"Do you know what an SCM system is? - Neomind","isPartOf":{"@id":"https:\/\/www.neomind.com.br\/#website"},"about":{"@id":"https:\/\/www.neomind.com.br\/#organization"},"primaryImageOfPage":{"@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#primaryimage"},"image":{"@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#primaryimage"},"thumbnailUrl":"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Source-Code-Management.jpg","datePublished":"2023-01-24T17:01:23+00:00","dateModified":"2023-05-02T19:03:17+00:00","description":"Source Code Management (SCM) is a standard used by software developers to streamline code creation and distribution.","breadcrumb":{"@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#primaryimage","url":"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Source-Code-Management.jpg","contentUrl":"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/06\/SCM-Source-Code-Management.jpg","width":770,"height":205,"caption":"SCM (Source Code Management)"},{"@type":"BreadcrumbList","@id":"https:\/\/www.neomind.com.br\/en\/blog\/do-you-know-what-an-scm-system-is\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio"}]},{"@type":"WebSite","@id":"https:\/\/www.neomind.com.br\/#website","url":"https:\/\/www.neomind.com.br\/","name":"Neomind","description":"","publisher":{"@id":"https:\/\/www.neomind.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.neomind.com.br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.neomind.com.br\/#organization","name":"Neomind","url":"https:\/\/www.neomind.com.br\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neomind.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/04\/logo-neomind-vertical.png","contentUrl":"https:\/\/www.neomind.com.br\/wp-content\/uploads\/2018\/04\/logo-neomind-vertical.png","width":1280,"height":713,"caption":"Neomind"},"image":{"@id":"https:\/\/www.neomind.com.br\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/neomindsocial","https:\/\/www.instagram.com\/neomind.solutions\/","https:\/\/www.linkedin.com\/company\/neomind\/","https:\/\/www.youtube.com\/NeomindSocial\/"]},{"@type":"Person","@id":"https:\/\/www.neomind.com.br\/#\/schema\/person\/17b1f1bff2f9afe3c380e3e0b660960c","name":"Fabr\u00edcio Winter","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neomind.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8e03003c2481e038234731bc63856ef5f59247fe1fc85e85e2cdf64a54b107f3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8e03003c2481e038234731bc63856ef5f59247fe1fc85e85e2cdf64a54b107f3?s=96&d=mm&r=g","caption":"Fabr\u00edcio Winter"},"description":"Com quatro anos de experi\u00eancia na \u00e1rea de programa\u00e7\u00e3o, integra a equipe de manuten\u00e7\u00e3o da Neomind, \u00e9 t\u00e9cnico em Inform\u00e1tica pela Unisociesc\/Tupy e acad\u00eamico de Engenharia da Computa\u00e7\u00e3o pela mesma institui\u00e7\u00e3o.","url":"https:\/\/www.neomind.com.br\/en\/blog\/author\/fabricio-winter\/"}]}},"_links":{"self":[{"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/posts\/18311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/comments?post=18311"}],"version-history":[{"count":2,"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/posts\/18311\/revisions"}],"predecessor-version":[{"id":19251,"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/posts\/18311\/revisions\/19251"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/media\/3202"}],"wp:attachment":[{"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/media?parent=18311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/categories?post=18311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.neomind.com.br\/en\/wp-json\/wp\/v2\/tags?post=18311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}