awesome-repositories.com
Blog
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
·

2 repositorios

Awesome GitHub RepositoriesAPI Schema Retrieval

Extracting schema definitions from API specifications for use in application logic.

Distinct from Schema Definitions: Extracts schemas from OpenAPI specs as dictionaries, not from database DDL or JSON-Schema files.

Explore 2 awesome GitHub repositories matching data & databases · API Schema Retrieval. Refine with filters or upvote what's useful.

Awesome API Schema Retrieval GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • koxudaxi/datamodel-code-generatorAvatar de koxudaxi

    koxudaxi/datamodel-code-generator

    3,943Ver en GitHub↗

    This project is a command-line schema-to-code converter designed to transform diverse data specifications into type-safe Python data structures. It functions as a generator for Pydantic models, dataclasses, and typed dictionaries, enabling developers to maintain synchronization between evolving data contracts and application code. By parsing formats such as JSON Schema, OpenAPI, AsyncAPI, Protobuf, and Avro, the tool automates the creation of native classes that reflect the constraints and metadata defined in the source specifications. The generator distinguishes itself through a highly confi

    Retrieves schema definitions from network URLs with support for custom headers and timeouts.

    Pythoncode-generatorcsvdataclass
    Ver en GitHub↗3,943
  • flasgger/flasggerAvatar de flasgger

    flasgger/flasgger

    3,740Ver en 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,

    Extracts defined schemas from specifications as dictionaries for use within application logic.

    Python
    Ver en GitHub↗3,740
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON-Schema
  6. Schema Definitions
  7. API Schema Retrieval