forked from alliance-genome/agr_schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releaseTest.json
20 lines (20 loc) · 960 Bytes
/
releaseTest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"dateReleased" : "2019-10-15T13:27:43-04:00",
"releaseVersion" : "2.3.0",
"dataFreezeDate" : "2019-10-07T13:27:43-04:00",
"releaseNotesURL" : "https://www.alliancegenome.org/release-notes",
"apiDocumentationURL": "https://www.alliancegenome.org/api/swagger-ui/",
"softwareComponentReleaseDetails" : [{
"component":"Data Dictionary and Data Ingest",
"componentDetail":"https://github.com/alliance-genome/agr_schemas/releases/tag/1.0.0.9"},
{"component": "Files used in this release",
"componentDetail": "https://fms.alliancegenome.org/api/snapshot/release/2.3.0"
},
{"component": "Data Loader",
"componentDetail": "https://github.com/alliance-genome/agr_loader/releases/tag/2.3.0"},
{"component":"API",
"componentDetail": "https://github.com/alliance-genome/agr_java_software/releases/tag/2.3.0"},
{"component":"UI",
"componentDetail": "https://github.com/alliance-genome/agr_ui/releases/tag/2.3.0"}
]
}