awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesOpenAPI Extension Attachments

Attaches arbitrary key-value data to the generated OpenAPI element for a type, enabling vendor-specific extensions.

Distinct from OpenAPI Specification Generators: Distinct from OpenAPI Specification Generators: focuses on attaching custom metadata to generated OpenAPI output, not generating the specification itself.

Explore 2 awesome GitHub repositories matching software engineering & architecture · OpenAPI Extension Attachments. Refine with filters or upvote what's useful.

Awesome OpenAPI Extension Attachments GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/typespecmicrosoft 的头像

    microsoft/typespec

    5,781在 GitHub 上查看↗

    TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas

    Attaches arbitrary key-value data to the generated OpenAPI element for a type, enabling vendor-specific extensions.

    Javajson-schemaopenapi3protobuf
    在 GitHub 上查看↗5,781
  • zerobias/effectorzerobias 的头像

    zerobias/effector

    4,837在 GitHub 上查看↗

    Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven applications. It models application logic as a directed acyclic graph, where state updates and asynchronous side effects propagate automatically through declarative pipelines. By decoupling business logic from user interface layers, it allows developers to maintain state in independent containers that communicate via standard interfaces, ensuring the system remains framework-agnostic. The library distinguishes itself through its robust support for isolated execution scopes, w

    Checks whether a specific effect was created using an attachment method to confirm its origin and configuration status.

    TypeScript
    在 GitHub 上查看↗4,837
  1. Home
  2. Software Engineering & Architecture
  3. Metadata Attachments
  4. Code Annotations
  5. OpenAPI Specification Generators
  6. OpenAPI Extension Attachments

探索子标签

  • Effect Attachment VerifiersTools for checking if an effect was created via an attachment method to confirm its origin and configuration. **Distinct from OpenAPI Extension Attachments:** Distinct from OpenAPI Extension Attachments: focuses on verifying the origin of reactive effects rather than attaching metadata to API specifications.