awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesOpenAPI Schema Generators

Annotation processors that generate OpenAPI specification documents at compile time from source code annotations.

Distinct from Java Annotation Processors: Distinct from general Java Annotation Processors: specifically generates OpenAPI schemas, not arbitrary boilerplate code.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · OpenAPI Schema Generators. Refine with filters or upvote what's useful.

Awesome OpenAPI Schema Generators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • javalin/javalinالصورة الرمزية لـ javalin

    javalin/javalin

    8,290عرض على GitHub↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Generates OpenAPI specification documents during compilation using Java annotation processors.

    Kotlinhacktoberfestjavajavalin
    عرض على GitHub↗8,290
  • swagger-api/swagger-coreالصورة الرمزية لـ swagger-api

    swagger-api/swagger-core

    7,528عرض على GitHub↗

    swagger-core is a set of libraries for parsing, generating, and serializing OpenAPI specifications to automate REST API documentation. It provides tools to read, validate, and transform JSON or YAML specifications into programmable objects, as well as a generator that scans source code and annotations to create formal technical descriptions of an API. The project enables bi-directional specification serialization, allowing in-memory API definitions to be converted between native language objects and structured files. It uses a plugin-based scanning mechanism and annotation-driven generation t

    Generates OpenAPI specification documents by scanning resource classes or converting models into schemas.

    Javahacktoberfestjavaopen-source
    عرض على GitHub↗7,528
  • fastapi-users/fastapi-usersالصورة الرمزية لـ fastapi-users

    fastapi-users/fastapi-users

    6,172عرض على GitHub↗

    FastAPI Users is a ready-to-use authentication library for FastAPI applications that handles user registration, login, password reset, email verification, and profile retrieval with minimal configuration. It provides a complete authentication system built around pluggable backends and transports, supporting JWT tokens, database sessions, and Redis-based token storage that can be combined in a single route. The library distinguishes itself through its modular architecture, offering router-based module composition that organizes authentication flows as independent FastAPI routers for registrati

    Generates complete OpenAPI docs for all authentication endpoints, even with multiple backends.

    Python
    عرض على GitHub↗6,172
  • samchon/typiaالصورة الرمزية لـ samchon

    samchon/typia

    5,837عرض على GitHub↗

    Typia is a compile-time code generator that transforms TypeScript type annotations into runtime validation, serialization, and schema functions without requiring decorators or separate schema files. It generates optimized validation and serialization code during TypeScript compilation, producing dedicated functions for each type that eliminate runtime schema objects for faster execution. The project extends this core capability into several integrated areas. It generates fully typed client SDKs from NestJS controller source code, keeping server and client types synchronized automatically. It

    Produces OpenAPI and JSON Schema definitions directly from TypeScript types at compile time for API documentation and tool integration.

    Go
    عرض على GitHub↗5,837
  1. Home
  2. Programming Languages & Runtimes
  3. Java Annotation Processors
  4. OpenAPI Schema Generators

استكشف الوسوم الفرعية

  • Authentication Endpoint DocumentersGenerates OpenAPI documentation specifically for authentication and authorization endpoints. **Distinct from OpenAPI Schema Generators:** Distinct from OpenAPI Schema Generators: focuses on documenting auth endpoints rather than general API schemas.
  • Dialect Version SelectorsSelects between OpenAPI 3.1 and 3.0 dialects when generating schemas from TypeScript types. **Distinct from OpenAPI Schema Generators:** Distinct from OpenAPI Schema Generators: focuses on dialect version selection, not general schema generation.
  • TypeScript Type-to-OpenAPI GeneratorsProduces OpenAPI and JSON Schema definitions directly from TypeScript type definitions at compile time. **Distinct from OpenAPI Schema Generators:** Distinct from OpenAPI Schema Generators: generates schemas from TypeScript types at compile time, not from Java annotations.