<style>
.information-container .info > hgroup > a {
    display: none;
}
.swagger-section {
	overflow-y: auto;
}
.scheme-container {
	margin-top: -100px !important;
}
.swagger-ui .wrapper h3:nth-child(1){
    display: none;
}
</style>
<script>
window.setTimeout(function f() {
var h3List = document.querySelectorAll(".swagger-ui .wrapper h3:nth-child(1)");
h3List[0].innerText = "Cargando definición...";
h3List[0].style.display= "block";
}, 500);
</script>