Skip to content

Commit

Permalink
Change schema
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 7, 2024
1 parent 50b8eb0 commit 1dc514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MystBuildSchema(Schema):
"""
id = fields.Integer(required=True,description="Issue number of the technical screening of this preprint.")
repository_url = fields.Str(required=True,description="Full URL of a NeuroLibre compatible repository to be used for building the book.")
commit_hash = fields.String(required=True,dump_default="HEAD",description="Commit SHA to be checked out for building the book. Defaults to HEAD.")
commit_hash = fields.String(required=False,dump_default="HEAD",description="Commit SHA to be checked out for building the book. Defaults to HEAD.")
binder_hash = fields.String(required=False,dump_default="HEAD",description="Commit SHA at which a binder image was built successfully.")

class BuildTestSchema(Schema):
Expand Down

0 comments on commit 1dc514f

Please sign in to comment.