From 947808cbfe7252e3c91557b07c9525ae06f3a0a1 Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@usgs.gov>
Date: Wed, 25 Jan 2023 11:14:41 -0700
Subject: [PATCH] Create code.json

---
 code.json | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 code.json

diff --git a/code.json b/code.json
new file mode 100644
index 0000000..593072f
--- /dev/null
+++ b/code.json
@@ -0,0 +1,45 @@
+[
+  {
+    "name": "fdp_website",
+    "organization": "U.S. Geological Survey",
+    "description": "Git repository containing the Foundational Data Products (FDP) website code and content.",
+    "version": "1.0.0",
+    "status": "Production",
+
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC0-1.0",
+          "URL": ""
+        }
+      ]
+    },
+
+    "homepageURL": "",
+    "downloadURL": "",
+    "disclaimerURL": "",
+    "repositoryURL": "",
+    "vcs": "git",
+
+    "laborHours": 120,
+
+    "tags": [
+      "Planetary",
+      "Spatial Data Infrastructure"
+    ],
+
+    "languages": [
+      "Go"
+    ],
+
+    "contact": {
+      "name": "Jason Laura",
+      "email": "jlaura@usgs.gov"
+    },
+
+    "date": {
+      "metadataLastUpdated": "2023-01-25"
+    }
+  }
+]
-- 
GitLab