Skip to content
Snippets Groups Projects

Fix code.json

1 file
+ 56
10
Compare changes
  • Side-by-side
  • Inline
+ 56
10
@@ -3,24 +3,23 @@
@@ -3,24 +3,23 @@
"name": "nshmp-ws-static",
"name": "nshmp-ws-static",
"organization": "U.S. Geological Survey",
"organization": "U.S. Geological Survey",
"description": "Static hazard curve web serivce for the NSHMP",
"description": "Static hazard curve web serivce for the NSHMP",
"version": "1.0.0",
"version": "main",
"status": "Production",
"status": "Development",
"doi": "doi:###TBD###",
"permissions": {
"permissions": {
"usageType": "openSource",
"usageType": "openSource",
"licenses": [
"licenses": [
{
{
"name": "Public Domain, CC0-1.0",
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/LICENSE.md"
"URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/raw/main/LICENSE.md"
}
}
]
]
},
},
"repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static",
"repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static.git",
"homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static",
"homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static",
"downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/releases/tag/1.0.0",
"downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/archive/main/nshmp-ws-static.zip",
"disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/DISCLAIMER.md",
"disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/raw/main/DISCLAIMER.md",
"vcs": "git",
"vcs": "git",
"laborHours": 300,
"laborHours": 300,
@@ -36,8 +35,7 @@
@@ -36,8 +35,7 @@
"nshmp-haz",
"nshmp-haz",
"seismic-hazard",
"seismic-hazard",
"earthquake-hazard",
"earthquake-hazard",
"hazard-curve",
"hazard-curve"
"doi|###TBD###"
],
],
"contact": {
"contact": {
@@ -46,7 +44,55 @@
@@ -46,7 +44,55 @@
},
},
"date": {
"date": {
"metadataLastUpdated": "2021-08-03"
"metadataLastUpdated": "2022-05-10"
 
}
 
},
 
{
 
"name": "nshmp-ws-static",
 
"organization": "U.S. Geological Survey",
 
"description": "Static hazard curve web serivce for the NSHMP",
 
"version": "0.2.0",
 
"status": "Development",
 
 
"permissions": {
 
"usageType": "openSource",
 
"licenses": [
 
{
 
"name": "Public Domain, CC0-1.0",
 
"URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/raw/0.2.0/LICENSE.md"
 
}
 
]
 
},
 
 
"repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static.git",
 
"homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static",
 
"downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/archive/0.2.0/nshmp-ws-static-0.2.0.zip",
 
"disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/raw/0.2.0/DISCLAIMER.md",
 
"vcs": "git",
 
 
"laborHours": 300,
 
 
"languages": [ "Java" ],
 
 
"tags": [
 
"Earthquake Hazards",
 
"Geologic Hazards Science Center",
 
"static-hazard",
 
"web-service",
 
"psha",
 
"nshmp-haz",
 
"seismic-hazard",
 
"earthquake-hazard",
 
"hazard-curve"
 
],
 
 
"contact": {
 
"name": "Brandon Clayton",
 
"email": "bclayton@usgs.gov"
 
},
 
 
"date": {
 
"metadataLastUpdated": "2022-05-10"
}
}
}
}
]
]
Loading