-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"path" can be a string or arrray #27
Comments
thanks! 👍 |
I took a stab at it: #28 |
thanks, merged to draft releast v0.1.5 let me know if you want to test it or if I should just publish it once it's published it will be available via packagist |
I think it's ok to go. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the Data Resource spec, the "path" property can be a string or an array of strings:
http://specs.frictionlessdata.io/data-resource/#path-data-in-files
but your code assumes it's an array (e.g. /src/Validators/DatapackageValidator.php:32, /src/Validators/ResourceValidator.php:47).
The text was updated successfully, but these errors were encountered: