/* Hide the schemas/models section in Swagger UI */
.swagger-ui .models, 
.swagger-ui .opblock-tag-section .models {
    display: none !important;
}