Skip to content

Commit f9a105f

Browse files
committed
rename schema
1 parent cc9bd10 commit f9a105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py_avro_schema/_schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def handles_type(cls, py_type: Type) -> bool:
405405

406406

407407
@register_schema
408-
class DictAsJSONSchema(Schema):
408+
class TypeAsJSONSchema(Schema):
409409
"""
410410
An Avro string schema representing a Python Dict[str, Any], List[Dict[str, Any]] or List[Any] assuming
411411
JSON serialization

0 commit comments

Comments
 (0)