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

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

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

1 个仓库

Awesome GitHub RepositoriesSpecification Draft Implementations

Logic designed to maintain compatibility with evolving versions of a technical specification.

Distinct from Specification Drafts: Candidates refer to CSS drafts or general class validation, not the implementation of specification versioning for a validator.

Explore 1 awesome GitHub repository matching software engineering & architecture · Specification Draft Implementations. Refine with filters or upvote what's useful.

Awesome Specification Draft Implementations GitHub Repositories

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

    python-jsonschema/jsonschema

    4,951在 GitHub 上查看↗

    本项目是一个 JSON Schema 验证库和框架,用于验证数据实例是否符合声明性定义。它作为一个验证引擎,强制执行结构约束和数据类型,同时也作为一个元验证器,确保模式定义本身在语法上符合官方元模式。 该库专为可扩展性而设计,允许用户通过将模式关键字映射到专门的可调用函数来定义自定义验证逻辑。它包括一个基于注册表的引用解析器,用于管理内部和外部 URI 引用,以便在不同文档间重用子模式。 该系统涵盖了广泛的验证功能,包括数据类型验证、针对电子邮件和 UUID 等类型的字符串格式检查,以及全面的错误报告。诊断工具提供嵌套错误跟踪和启发式过滤,以识别数据结构中最相关的失败。

    Implements dedicated validator classes to maintain compatibility across different versions of the JSON Schema specification.

    Pythonjsonjson-schemajsonschema
    在 GitHub 上查看↗4,951
  1. Home
  2. Software Engineering & Architecture
  3. Specification Draft Implementations