Skip to content
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

Format of contributors #1

Open
ThomasJejkal opened this issue Sep 1, 2021 · 0 comments
Open

Format of contributors #1

ThomasJejkal opened this issue Sep 1, 2021 · 0 comments

Comments

@ThomasJejkal
Copy link

"contributors": [
{
"title": "Aversa, Rossella; Modarres, Mohammad Hadi; Cozzini, Stefano; Ciancio, Regina;",
"role": "author"
}
],

According to the Frictionless Data Standard for Data Packages, each author should be a single array element, e.g.:

"contributors": [{
  "title": "Rossella Aversa",
  "role": "author"
},
{
  "title": "Mohammad Hadi Modarres",
  "role": "author"
},
{
  "title": "Stefano Cozzini",
  "role": "author"
},
{
  "title": "Regina Ciancio",
  "role": "author"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant