Skip to content

Commit 1dc514f

Browse files
committed
Change schema
1 parent 50b8eb0 commit 1dc514f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MystBuildSchema(Schema):
4444
"""
4545
id = fields.Integer(required=True,description="Issue number of the technical screening of this preprint.")
4646
repository_url = fields.Str(required=True,description="Full URL of a NeuroLibre compatible repository to be used for building the book.")
47-
commit_hash = fields.String(required=True,dump_default="HEAD",description="Commit SHA to be checked out for building the book. Defaults to HEAD.")
47+
commit_hash = fields.String(required=False,dump_default="HEAD",description="Commit SHA to be checked out for building the book. Defaults to HEAD.")
4848
binder_hash = fields.String(required=False,dump_default="HEAD",description="Commit SHA at which a binder image was built successfully.")
4949

5050
class BuildTestSchema(Schema):

0 commit comments

Comments
 (0)