Skip to content

Commit

Permalink
Merge pull request #1581 from HumanCellAtlas/staging
Browse files Browse the repository at this point in the history
Release from staging to master 2024-24-09
  • Loading branch information
ESapenaVentura authored Sep 24, 2024
2 parents 3b5ec14 + a56d682 commit 4b98f83
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http://

## [Released](https://github.com/HumanCellAtlas/metadata-schema/)

### [system/file_descriptor.json - v2.1.0] - 2024-09-24
### Added
Added 'drs_uri' property to file_descriptor

### [module/biomaterial/medical_history.json - v5.3.0] - 2024-09-16
### Added
Expand Down
7 changes: 7 additions & 0 deletions json_schema/system/file_descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@
"user_friendly": "S3 ETag",
"type": "string",
"example": "c92e5374ac0a53b228d4c1511c2d2842-63"
},
"drs_uri": {
"description": "Data Repository Service URI pointing at this file. If this property is absent, a data file exists in the repository containing this descriptor. If this property is present and not `null`, a data file exists in another repository at the specified URI. If this property is present but `null`, the data file is not available, but will likely become available in the future, along with an updated descriptor referencing it.",
"user_friendly": "Data Repository Service URI",
"type": ["string", "null"],
"format": "uri",
"example": "drs://drs.example.org/314159"
}
}
}
4 changes: 2 additions & 2 deletions json_schema/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_update_date": "2024-09-16T14:52:03Z",
"last_update_date": "2024-09-24T15:16:27Z",
"version_numbers": {
"core": {
"biomaterial": {
Expand Down Expand Up @@ -83,7 +83,7 @@
}
},
"system": {
"file_descriptor": "2.0.0",
"file_descriptor": "2.1.0",
"license": "1.0.0",
"links": "3.1.0",
"provenance": "1.1.0"
Expand Down

0 comments on commit 4b98f83

Please sign in to comment.