presidential-innovation-fellows/code-gov-web

View on GitHub
src/assets/schemadiff.diff

Summary

Maintainability
Test Coverage
--- sample_code.json    2017-07-12 16:22:02.000000000 -0400
+++ draft_v102_sample_code.json    2017-07-14 16:20:35.000000000 -0400
@@ -1,49 +1,56 @@
 {
-    "version":"1.0.1",
+    "version":"1.0.2",
     "agency": "DOABC",
     "projects": [
         {
             "name": "mygov",
             "organization": "XYZ Department",
             "description": "A Platform for Connecting People and Government",
-            "license": "https://path.to/license",
-            "openSourceProject": 1,
-            "governmentWideReuseProject": 0,
+            "license": {
+              "URL": "https://path.to/license",
+              "name": "CC0"
+          
+            },
+            "openSourceProject": true,
+            "governmentWideReuseProject": false,
 
             "tags": [
               "platform",
               "government",
               "connecting",
               "people"
             ],
             "contact": {
               "email": "project@agency.gov",
               "name": "Project Coordinator Name",
               "URL": "https://twitter.com/projectname",
               "phone": "2025551313"
             },
             "status": "Alpha",
             "vcs": "git",
-            "repository": "https://github.com/presidential-innovation-fellows/mygov",
-            "homepage": "https://agency.gov/project-homepage",
+            "repositoryURL": "https://github.com/presidential-innovation-fellows/mygov",
+            "homepageURL": "https://agency.gov/project-homepage",
             "downloadURL": "https://agency.gov/project/dist.tar.gz",
             "languages": [
               "java",
               "python"
             ],
+            "costSavings": "1000.00",
+            "openSourceMeasureType": "lines of code",
             "partners": [
                 {
                     "name": "DOXYZ",
                     "email": "project@doxyz.gov"
                 }
             ],
             "exemption": null,
             "exemptionText": "No exemption requested",
-            "updated": {
-                "lastCommit": "2016-04-30",
-                "metadataLastUpdated": "2016-04-13",
-                "lastModified": "2016-04-12"
+            "date": {
+                "created": "2016-04-12",
+                "lastModified": "2016-04-12",
+                "metadataLastUpdated": "2016-04-13"
+                
             }
         }
     ]
 }