SchemaVersion¶
- pydantic model felis.datamodel.SchemaVersion¶
Schema version model.
- Parameters:
data (
Any
)- Fields:
- field compatible: list[str] [Optional]¶
The compatible versions of the schema.
- field current: str [Required]¶
The current version of the schema.
- field read_compatible: list[str] [Optional]¶
The read compatible versions of the schema.