Skip to content

Commit c908e7a

Browse files
committed
schema: title and upload_type are not required.
This will close #1 Signed-off-by: vsoch <[email protected]>
1 parent 25b13a2 commit c908e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"type": "object",
44
"additionalProperties": true,
5-
"required": ["title", "creators", "upload_type", "access_right"],
5+
"required": ["creators", "access_right"],
66
"properties": {
77
"title": { "type": "string" },
88
"upload_type": {

0 commit comments

Comments
 (0)