Skip to content

Commit 5d4a3dd

Browse files
author
Jordan Kasper
committed
Fixed minor issues with code.json schema validation
1 parent ce0ddab commit 5d4a3dd

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

code.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,13 @@
7777
"relatedCode": [
7878
{
7979
"name": "uswds-rails",
80-
"url": "https://github.com/jgarber623/uswds-rails",
81-
"isGovernmentRepo": false
80+
"URL": "https://github.com/jgarber623/uswds-rails"
8281
}
8382
],
8483
"reusedCode": [
8584
{
8685
"name": "US Web Design System",
87-
"url": "https://designsystem.digital.gov"
86+
"URL": "https://designsystem.digital.gov"
8887
}
8988
],
9089
"date": {
@@ -132,7 +131,7 @@
132131
"reusedCode": [
133132
{
134133
"name": "US Web Design System",
135-
"url": "https://designsystem.digital.gov"
134+
"URL": "https://designsystem.digital.gov"
136135
}
137136
],
138137
"date": {
@@ -310,7 +309,7 @@
310309
"name": "The U.S. Army Research Laboratory (ARL) Software Release Process for Unrestricted Public Release",
311310
"organization": "US Army Research Laboratory",
312311
"description": "This document provides procedures that ARL Government personnel MUST follow when releasing software source code and software-related material to the public, and for accepting software-related contributions from the general public.",
313-
"license": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions/blob/master/LICENSE.txt",
312+
"repositoryURL": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
314313
"openSourceProject": 0,
315314
"governmentWideReuseProject": 1,
316315
"tags": [
@@ -319,6 +318,15 @@
319318
"contact": {
320319
"email": "usarmy.adelphi.rdecom-arl.mbx.ARL-Open-Source-policy@mail.mil"
321320
},
321+
"permissions": {
322+
"licenses": [
323+
{
324+
"URL": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions/blob/master/LICENSE.txt",
325+
"name": "CC0"
326+
}
327+
],
328+
"usageType": "openSource"
329+
},
322330
"status": "Production",
323331
"vcs": "git",
324332
"repository": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
@@ -332,7 +340,8 @@
332340
"lastCommit": "2017-02-28",
333341
"metadataLastUpdated": "2017-02-28",
334342
"lastModified": "2017-02-28"
335-
}
343+
},
344+
"laborHours": 1
336345
},
337346
{
338347
"name": "U.S. Army Research Laboratory (ARL) Discrete Chemical Compound Space Optimization (DCCSO)",
@@ -342,7 +351,7 @@
342351
"constrained optimization", "chemistry"
343352
],
344353
"contact": {
345-
"email": "berend.c.rinderspacher.civ@mail.mil",
354+
"email": "berend.c.rinderspacher.civ@mail.mil"
346355
},
347356
"status": "Production",
348357
"vcs": "git",

0 commit comments

Comments
 (0)