| List of Test cases |
|---|
| Data types |
| Circular references |
| Nested all-of & one-of |
| Long paths |
| Long descriptions |
| Large models |
| Various cases Spec containing one-of, all-of with primitive types, recursive models and readonly-attributes |
| Large Swagger 2.0 Spec Performance (Bad - browser may become unresponsive ) Most of the time is taken by swagger 2 to OpenAPI conversion |
| Large OpenAPI 3.0 Spec Performance - Read Mode (Okay - browser wont hang) The above spec pre-converted to OpenAPI 3 - (read-mode renders everything in one large page, resulting into very large DOM, the user interactions like expand collapse are not much snappier) |
| Large OpenAPI 3.0 Spec Performance - View Mode (Fast) view mode - Fast (initial load is quick and user interaction is snappy, DOM is a bit larger than focused mode but very small compared to read mode) |
| Large OpenAPI 3.0 Spec Performance - Focused Mode (Fastest) focused mode - Fastest (focused mode loads only the section that user is viewing, resulting into a small DOM footprint and snappier interactions) |