datapackage-java icon indicating copy to clipboard operation
datapackage-java copied to clipboard

Contributor role enum value

Open mike-podolskiy90 opened this issue 2 years ago • 1 comments

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

There are plenty of cases where those five is not enough, so it should be String.


@iSnow

mike-podolskiy90 avatar Apr 22 '23 18:04 mike-podolskiy90

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

iSnow avatar Sep 04 '23 23:09 iSnow