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 @@
"name": "nshmp-ws-static",
"organization": "U.S. Geological Survey",
"description": "Static hazard curve web serivce for the NSHMP",
"version": "1.0.0",
"status": "Production",
"doi": "doi:###TBD###",
"version": "main",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"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",
"downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/releases/tag/1.0.0",
"disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/DISCLAIMER.md",
"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/-/raw/main/DISCLAIMER.md",
"vcs": "git",
"laborHours": 300,
@@ -36,8 +35,7 @@
"nshmp-haz",
"seismic-hazard",
"earthquake-hazard",
"hazard-curve",
"doi|###TBD###"
"hazard-curve"
],
"contact": {
@@ -46,7 +44,55 @@
},
"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