2 dépôts
Tools that check Swagger/OpenAPI 2.0 specifications against the schema and additional rule sets for correctness.
Distinct from API Documentation Validators: Distinct from API Documentation Validators: focuses on validating the spec document itself, not code documentation comments.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Swagger Document Validators. Refine with filters or upvote what's useful.
go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command
Checks a Swagger/OpenAPI 2.0 specification against the schema and additional rule sets for correctness.
Flasgger is a documentation framework for Flask applications that generates OpenAPI specifications and an integrated Swagger UI. It functions as a documentation generator and specification parser that extracts API schemas from route definitions, function docstrings, and external specification files. The tool allows API definitions to be maintained either within the source code using YAML blocks in docstrings or decoupled into standalone YAML files. It provides a browser-based interactive console for testing and exploring API endpoints directly from the web application. Beyond documentation,
Embeds a visual Swagger UI to allow interactive testing of API resources directly in the browser.