Unverified Commit ab64350e authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #20917 from mvdbeek/add_format_to_internal_json_model

Include format in internal json model
parents 51a81b3c 543f434b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -543,6 +543,7 @@ class DataInternalJson(StrictModel):
    nameext: Annotated[
        Optional[str], Field(description="The basename extension such that nameroot + nameext == basename")
    ]
    format: Annotated[str, Field(description="The datatype extension of the file, e.g. 'txt', 'bam', 'fastq.gz'.")]
    # "secondaryFiles": List[Any],
    checksum: Optional[str]
    size: int