Skip to content

Commit

Permalink
models.reference_files:MasterConvertAction - name field is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 26, 2024
1 parent d8f24f1 commit 38fe40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acacore/models/reference_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _validate_model(self) -> Self:
class MasterConvertAction(NoDefaultsModel):
"""Class representing the instructions to convert a master file to access and statutory formats."""

name: str
name: str | None = None
description: str | None = None
access: ConvertAction
statutory: ConvertAction
Expand Down

0 comments on commit 38fe40a

Please sign in to comment.