Submodule that can be used to validate a datapackage.json file for datasets. To use it just include it in the root of your dataset repository as submodule. You can then execute it using python3 running the file 'validate-datapackage.py'. The script will automatically look for the datapackage.json in the root of the repository.
0
stars
1
forks
source link
Fix: issues#2 - NameError: name 'tags' is not defined #3
Fix the NameError defining the
tags
variable.