Skip to content

Commit

Permalink
cfv can be of type dict
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Oct 27, 2024
1 parent 7c6b582 commit d7215f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papermerge/core/schemas/custom_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class CFV(BaseModel):
# `custom_fields.type`
type: CustomFieldType
# `custom_fields.extra_data`
extra_data: str | None
extra_data: str | dict | None
# `custom_field_values.id`
custom_field_value_id: UUID | None = None
# `custom_field_values.value_text` or `custom_field_values.value_int` or ...
Expand Down

0 comments on commit d7215f2

Please sign in to comment.