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