From 963919140792a465700a96ed56681779b8ff9dd6 Mon Sep 17 00:00:00 2001
From: Enrique Garcia <garcia@lapp.in2p3.fr>
Date: Mon, 6 Sep 2021 11:14:54 +0200
Subject: [PATCH] add all possible keys/properties of codemeta schema

---
 eossr/metadata/schema/codemeta.json | 70 +++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/eossr/metadata/schema/codemeta.json b/eossr/metadata/schema/codemeta.json
index e69de29b..12127a97 100644
--- a/eossr/metadata/schema/codemeta.json
+++ b/eossr/metadata/schema/codemeta.json
@@ -0,0 +1,70 @@
+{
+  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
+  "@type": "SoftwareSourceCode",
+  "funder": [
+    {
+      "@type": "Organization",
+      "name": "ESCAPE: European Science Cluster of Astronomy & Particle physics ESFRI research infrastructures",
+      "funder": {
+        "@type": "Organization",
+        "@id": "https://doi.org/10.13039/501100000780",
+        "name": "European Commission"
+      }
+    }
+  ],
+  "funding": "824064",
+  "applicationCategory": "",
+  "applicationSubCategory": "",
+  "author": [],
+  "buildInstructions": "",
+  "citation": "",
+  "codeRepository": "",
+  "contIntegration": "",
+  "contributor": [],
+  "copyrightHolder": "",
+  "copyrightYear": "",
+  "creator": {},
+  "dateCreated": "",
+  "dateModified": "",
+  "datePublished": "",
+  "description": "",
+  "developmentStatus": "",
+  "downloadUrl": "",
+  "editor": {},
+  "embargoDate": "",
+  "encoding": "",
+  "fileFormat": "",
+  "fileSize": "",
+  "hasPart": "",
+  "identifier": "",
+  "installUrl": "",
+  "isAccessibleForFree": "",
+  "isPartOf": "",
+  "issueTracker": "",
+  "keywords": "",
+  "license": "",
+  "maintainer": {},
+  "memoryRequirements": "",
+  "name": "",
+  "operatingSystem": "",
+  "permissions": "",
+  "position": "",
+  "processorRequirements": "",
+  "producer": "",
+  "programmingLanguage": [],
+  "provider": "",
+  "publisher": "",
+  "readme": "",
+  "referencePublication": "",
+  "relatedLink": "",
+  "releaseNotes": "",
+  "runtimePlatform": "",
+  "sameAs": "",
+  "softwareHelp": "",
+  "softwareRequirements": [],
+  "softwareVersion": "",
+  "sponsor": {},
+  "storageRequirements": "",
+  "supportingData": "",
+  "targetProduct": ""
+}
\ No newline at end of file
-- 
GitLab