Skip to content

Commit

Permalink
Add pydantic model for common_problems operation
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Oct 3, 2023
1 parent 546766f commit 95d8ea6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/galaxy/schema/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -3631,3 +3631,8 @@ class DatasetSummary(Model):
file_size: int
total_size: int
uuid: UUID4 = UuidField


class JobInputSummary(Model):
has_empty_inputs: bool
has_duplicate_inputs: bool

0 comments on commit 95d8ea6

Please sign in to comment.