IEH
Results
1
comments of
IEH
the *serialization_alias* needs to be set for the FieldInfo. This can be done through the *schema_extra* argument ```python metadata_: dict = Field(sa_column=Column("metadata", JSON, nullable=False), default_factory=dict, schema_extra={'serialization_alias': 'metadata'}) ```