OpenEnergyPlatform / oemetadata

Repository for the Open Energy Family metadata. Contains metadata templates, examples and schemas. For metadata conversion see https://github.com/OpenEnergyPlatform/omi
https://openenergyplatform.github.io/oemetadata/
MIT License
21 stars 3 forks source link

Add "role" field to Contributors list in the oemetadata #142

Open jh-RLI opened 2 months ago

jh-RLI commented 2 months ago

Description of the issue

The description of the role of a contributor can help to better understand the changes. This field is also supported/used in the frictionless data package spec.

Ideas of solution

Describe possible ideas for solution and evaluate advantages and disadvantages.

"contributors": [{
  "title": "Joe Bloggs",
  "email": "joe@bloggs.com",
  "path": "http://www.bloggs.com",
  "role": "author"
}]

Workflow checklist