<style>
.information-container .info > hgroup > a {
    display: none;
}
.swagger-section {
	overflow-y: auto;
}
.scheme-container {
	margin-top: -100px !important;
}


</style>
<script>
window.setTimeout(function f() {
console.log(document.querySelectorAll(".swagger-ui .wrapper h3:nth-child(1)"));
document.querySelectorAll(".swagger-ui .wrapper h3:nth-child(1)")[0].innerText = 'Cargando definición...";

}, 1000);

</script>