We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the frictionless specs contributor's role is only recommended to be one of author, publisher, maintainer, wrangler, and contributor. Current implementation allows only values from the enum https://github.com/frictionlessdata/datapackage-java/blob/main/src/main/java/io/frictionlessdata/datapackage/Contributor.java#L98
role
author
publisher
maintainer
wrangler
contributor
There are plenty of cases where those five is not enough, so it should be String.
@iSnow
The text was updated successfully, but these errors were encountered:
I see the problem, but this needs to be a bug report on the specs, we are following their recommendations: https://specs.frictionlessdata.io/data-package/#metadata
Sorry, something went wrong.
No branches or pull requests
According to the frictionless specs contributor's
role
is only recommended to be one ofauthor
,publisher
,maintainer
,wrangler
, andcontributor
. Current implementation allows only values from the enum https://github.com/frictionlessdata/datapackage-java/blob/main/src/main/java/io/frictionlessdata/datapackage/Contributor.java#L98There are plenty of cases where those five is not enough, so it should be String.
@iSnow
The text was updated successfully, but these errors were encountered: