awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
B

BigstickCarpet/swagger-parser

0
View on GitHub↗
0 estrellas·0 forks·3 vistas

Swagger Parser

Parses Swagger specs in JSON or YAML format - Validates against the Swagger 2.0 schema or OpenAPI 3.0 Schema - Resolves all $ref pointers, including external files and URLs - Can bundle all your Swagger files into a single file that only has internal $ref pointers - Can dereference all $ref…

Features

  • API Specification Tools - Parses and validates API definitions in Node and browsers.

Historial de estrellas

Gráfico del historial de estrellas de bigstickcarpet/swagger-parserGráfico del historial de estrellas de bigstickcarpet/swagger-parser

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Swagger Parser

Proyectos open-source similares, clasificados según cuántas características comparten con Swagger Parser.
  • mulesoft/api-designerAvatar de mulesoft

    mulesoft/api-designer

    1,069Ver en GitHub↗

    This project provides a web-based integrated development environment for defining, documenting, and simulating software interface specifications. It serves as a browser-based modeling tool that enables teams to create structured API contracts using the RAML modeling language. The environment distinguishes itself through its modular design, which allows the modeling interface to be embedded directly into existing web applications and developer portals. It supports a plugin architecture that enables the integration of custom persistence layers and metadata handlers, allowing teams to attach pro

    JavaScriptramlraml-designraml-tooling
    Ver en GitHub↗1,069
  • apiaryio/dreddAvatar de apiaryio

    apiaryio/dredd

    4,224Ver en GitHub↗

    Dredd is an HTTP API contract testing tool and specification validator. It functions as an automated test runner that verifies whether a live backend server's behavior adheres to a formal API specification document. The system performs language-agnostic API testing by transforming specification definitions into HTTP requests and matching the resulting responses against the defined JSON schemas. This process ensures that the server implementation remains compliant with the design contract regardless of the programming language used to build the backend. The tool manages the test lifecycle thr

    JavaScript
    Ver en GitHub↗4,224
  • apiaryio/api-blueprintAvatar de apiaryio

    apiaryio/api-blueprint

    8,648Ver en GitHub↗

    api-blueprint is a markdown-based API design language and specification standard used to define the structure, behavior, and data schemas of HTTP web services. It provides a formal method for mapping HTTP methods to resources and defining payload validation rules through a machine-readable syntax. The project functions as a blueprint for creating interactive technical documentation and functional mock servers. These tools transform design specifications into human-readable guides and simulated backend environments to enable integration testing before implementation. The language covers API m

    Ver en GitHub↗8,648
  • andrewwalsh/openapi-devtoolsAvatar de AndrewWalsh

    AndrewWalsh/openapi-devtools

    4,295Ver en GitHub↗

    openapi-devtools is a browser extension and OpenAPI specification generator that captures network traffic to automatically document the API structures of websites and applications. It functions as an HTTP traffic capturer and browser-based documentation tool, mapping real-time network requests into standardized API specifications. The tool enables API reverse engineering by intercepting outbound HTTP traffic and using heuristic-based merging to combine headers, bodies, and parameters from multiple requests into unified endpoint definitions. These captured definitions can be visualized as huma

    TypeScript
    Ver en GitHub↗4,295
Ver las 12 alternativas a Swagger Parser→

Preguntas frecuentes

¿Qué hace bigstickcarpet/swagger-parser?

Parses Swagger specs in JSON or YAML format - Validates against the Swagger 2.0 schema or OpenAPI 3.0 Schema - Resolves all $ref pointers, including external files and URLs - Can bundle all your Swagger files into a single file that only has internal $ref pointers - Can dereference all $ref…

¿Cuáles son las características principales de bigstickcarpet/swagger-parser?

Las características principales de bigstickcarpet/swagger-parser son: API Specification Tools.

¿Qué alternativas de código abierto existen para bigstickcarpet/swagger-parser?

Las alternativas de código abierto para bigstickcarpet/swagger-parser incluyen: mulesoft/api-designer — This project provides a web-based integrated development environment for defining, documenting, and simulating… apiaryio/api-blueprint — api-blueprint is a markdown-based API design language and specification standard used to define the structure,… apiaryio/dredd — Dredd is an HTTP API contract testing tool and specification validator. It functions as an automated test runner that… ig-group/swagger-search — Swagger Search is an application that aggregates the Swagger/OpenAPI documentation of your microservice architecture… subeeshcbabu/swagvali — A module to build validators for Swagger(OpenApi) Request parameters and Response objects. andrewwalsh/openapi-devtools — openapi-devtools is a browser extension and OpenAPI specification generator that captures network traffic to…