awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesSwagger Document Validators

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.

Awesome Swagger Document Validators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • go-swagger/go-swaggerAvatar de go-swagger

    go-swagger/go-swagger

    9,989Voir sur GitHub↗

    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.

    Goapicode-generatorgo
    Voir sur GitHub↗9,989
  • flasgger/flasggerAvatar de flasgger

    flasgger/flasgger

    3,740Voir sur GitHub↗

    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.

    Python
    Voir sur GitHub↗3,740
  1. Home
  2. Software Engineering & Architecture
  3. API Documentation Validators
  4. Swagger Document Validators