Skip to content

Commit

Permalink
Make data_file_name as a string edit quant
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Aug 15, 2024
1 parent 1292e3f commit 78de633
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ class PolymerizationReaction(Activity, Schema):
description='Reference to the publication containing the data.',
section_def=PublicationReference,
)
extracted_json_data = Quantity(
data_file_name = Quantity(
type=str,
description='Data file containing the extracted data.',
a_eln=ELNAnnotation(
component=ELNComponentEnum.FileEditQuantity,
component=ELNComponentEnum.StringEditQuantity,
),
)

Expand Down

0 comments on commit 78de633

Please sign in to comment.