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