Skip to content

Commit

Permalink
Add reserve_data to the job schema
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Sep 20, 2023
1 parent 408ad79 commit f28e817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class Job(Schema):
test_data = fields.Dict(required=False)
allocate_data = fields.Dict(required=False)
recover_data = fields.Dict(required=False)
reserve_data = fields.Dict(required=False)


class JobId(Schema):
Expand Down

0 comments on commit f28e817

Please sign in to comment.