1 个仓库
Explicitly 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.
Explore 1 awesome GitHub repository matching software engineering & architecture · Specification Version Overrides. Refine with filters or upvote what's useful.
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.