Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Here is a template for new release sections

- Add mandatory fields to the json schema (Iron Badge) [(#160)](https://github.com/OpenEnergyPlatform/oemetadata/pull/160)

- Add key copyrightStatement to sources [(#162)](https://github.com/OpenEnergyPlatform/oemetadata/pull/162)

- Add key nullable to fields section (columns) [(#161)](https://github.com/OpenEnergyPlatform/oemetadata/pull/161)

### Changed
Expand Down
10 changes: 10 additions & 0 deletions metadata/v200_draft/build_source/schemas/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@
],
"badge": "Bronze",
"title": "Attribution"
},
"copyrightStatement": {
"description": "A link or path that proves that the source or data has the appropriate license.",
"example": "https://www.marktstammdatenregister.de/MaStR/Startseite/Impressum",
"type": [
"string",
"null"
],
"badge": "Bronze",
"title": "Copyright Statement"
}
},
"badge": "Bronze",
Expand Down
1 change: 1 addition & 0 deletions metadata/v200_draft/metadata_key_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ The JSON format offers different formats:
| 12.4.3 | path | A link to the license text. | https://opendatacommons.org/licenses/odbl/1-0/index.html |
| 12.4.4 | instruction | A short description of rights and restrictions. The use of [tl;drLegal](https://tldrlegal.com/) is recommended. | You are free to share and change, but you must attribute, and share derivations under the same license. See https://tldrlegal.com/license/odc-open-database-license-(odbl) for further information. |
| 12.4.5 | attribution | The copyright owner of the **source**. If attribution licenses are used, that name must be acknowledged. | © Intergovernmental Panel on Climate Change 2014 |
| 12.4.6 | copyrightStatement | A link or path that proves that the source or data has the appropriate license. | https://www.marktstammdatenregister.de/MaStR/Startseite/Impressum |

### License Keys
|#|Key |Description |Example |
Expand Down