Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkleinman committed Jan 28, 2018
1 parent 11ca155 commit d6b4b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/Corpus/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"namespace",
"path",
"collectors",
"publication"
"publications"
],
"additionalProperties": true
}
2 changes: 1 addition & 1 deletion schema/Corpus/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def add_global(manifest):
# Add the requirements, global and manifest-specific
def add_requirements(manifest):
global_requirements = ['_id', 'namespace', 'path']
manifest_requirements = ['collectors', 'publication']
manifest_requirements = ['collectors', 'publications']
requirements = global_requirements + manifest_requirements
manifest['required'] = requirements
return manifest
Expand Down

0 comments on commit d6b4b53

Please sign in to comment.