From ed76fe349c537d033ff3feb1f62b6ffced5b70aa Mon Sep 17 00:00:00 2001
From: Enrique Garcia <garcia@lapp.in2p3.fr>
Date: Wed, 8 Sep 2021 10:54:06 +0200
Subject: [PATCH] add zenodo schema

---
 eossr/metadata/schema/.zenodo.json | 46 ++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 eossr/metadata/schema/.zenodo.json

diff --git a/eossr/metadata/schema/.zenodo.json b/eossr/metadata/schema/.zenodo.json
new file mode 100644
index 00000000..91889f9d
--- /dev/null
+++ b/eossr/metadata/schema/.zenodo.json
@@ -0,0 +1,46 @@
+{
+  "title": "For details check https://developers.zenodo.org/#representation.",
+  "upload_type": "software",
+  "access_right": "open",
+  "publication_date": "YYYY-MM-DD",
+  "communities": [{"identifier": "escape2020"}],
+  "grants": [{"id": "10.13039/501100000780::824064"}],
+  "creators": [
+    {"name": "Name and Surname",
+      "affiliation": "Institute, Center",
+      "orcid": "0000-0000-0000-0000"}
+  ],
+  "description": "",
+  "license": "",
+  "doi": "",
+  "prereserve_doi": "",
+  "keywords": [],
+  "notes": "",
+  "related_identifiers": "",
+  "contributors": [{}],
+  "references": [],
+  "version": "",
+  "language": "",
+  "journal_title": "",
+  "journal_volume": "",
+  "journal_issue": "",
+  "journal_pages": "",
+  "conference_title": "",
+  "conference_acronym": "",
+  "conference_dates": "",
+  "conference_place": "",
+  "conference_url": "",
+  "conference_session": "",
+  "conference_session_part": "",
+  "imprint_publisher": "",
+  "imprint_isbn": "",
+  "imprint_place": "",
+  "partof_title": "",
+  "partof_pages": "",
+  "thesis_supervisors": "",
+  "thesis_university": "",
+  "subjects": "",
+  "locations": [{}],
+  "dates": [{}],
+  "method": ""
+}
\ No newline at end of file
-- 
GitLab