Skip to content

Commit

Permalink
Merge pull request #1575 from HumanCellAtlas/hs-file-descriptor-drs-uri
Browse files Browse the repository at this point in the history
Add `drs_uri` to DCP/2 file descriptor
  • Loading branch information
ESapenaVentura authored Sep 24, 2024
2 parents cee678b + 9a28f08 commit 3cf4793
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http://

## [Unreleased](https://github.com/HumanCellAtlas/metadata-schema/tree/staging)

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

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


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 3cf4793

Please sign in to comment.