improve signature for get_schema_property_json

This commit is contained in:
=
2023-01-17 11:27:20 -05:00
parent f27ac8804a
commit 273eefbeb7
+1 -1
View File
@@ -27,7 +27,7 @@ def internal_to_json_types(s: str) -> str:
return TYPE_MAP.get(s, s)
def get_schema_property_json(*, field_name: str, inner_schema_field: Dict[str, Any]):
def get_schema_property_json(field_name: str, inner_schema_field: Dict[str, Any]):
"""
Returns a dict, used to construct JSON Schema for a given field's properties.
"""