Skip to content

Commit

Permalink
Merge pull request #101 from canonical/reserve-data-job-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
plars authored Sep 21, 2023
2 parents 408ad79 + f28e817 commit b00e6f0
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 b00e6f0

Please sign in to comment.