Expand description
OpenAPI specification loading and parsing
This module handles loading OpenAPI specifications from files, parsing them, and providing basic operations on the specs. It also supports Swagger 2.0 specifications by converting them to OpenAPI 3.0 format automatically.
Structsยง
- Open
ApiSpec - OpenAPI specification loader and parser