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

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

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

2 مستودعات

Awesome GitHub RepositoriesJSON Schema Version Mapping

Mappings between different versions of the JSON Schema specification to ensure cross-version compatibility.

Distinct from Specification Versioning: Focuses on mapping specific JSON Schema draft versions rather than general API versioning metadata.

Explore 2 awesome GitHub repositories matching software engineering & architecture · JSON Schema Version Mapping. Refine with filters or upvote what's useful.

Awesome JSON Schema Version Mapping GitHub Repositories

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

    epoberezkin/ajv

    14,748عرض على GitHub↗

    Ajv is a JSON Schema validator and schema compilation engine used to verify that JavaScript objects conform to specific JSON Schema definitions. It functions as a data coercer and localization tool, allowing for the application of default values and the translation of validation error messages into different languages. The project converts declarative JSON Schema definitions into optimized JavaScript functions to increase validation speed. It supports the extension of validation logic through custom keywords and the generation of standalone validation code that executes without external depen

    Provides support for multiple JSON Schema draft versions by mapping rules to specific internal validator implementations.

    TypeScript
    عرض على GitHub↗14,748
  • koxudaxi/datamodel-code-generatorالصورة الرمزية لـ koxudaxi

    koxudaxi/datamodel-code-generator

    3,943عرض على 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

    Overrides automatic schema detection by explicitly defining the version of the input specification to ensure accurate parsing.

    Pythoncode-generatorcsvdataclass
    عرض على GitHub↗3,943
  1. Home
  2. Software Engineering & Architecture
  3. Specification Versioning
  4. JSON Schema Version Mapping

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

  • Specification Version OverridesExplicitly defines the version of an input specification to ensure accurate parsing during generation. **Distinct from JSON Schema Version Mapping:** Distinct from JSON Schema Version Mapping: focuses on overriding automatic detection for parsing purposes rather than mapping between versions for compatibility.