Skip to content

Commit

Permalink
Add drs_uri to DCP/2 file descriptor
Browse files Browse the repository at this point in the history
The immediate need is for LungMAP but this property could be useful in other contexts as it allows for files to be hosted by DRS implementations other than TDR.
  • Loading branch information
aherbst-broad authored and Enrique Sapena Ventura committed Sep 24, 2024
1 parent cee678b commit b2f202a
Showing 1 changed file with 7 additions and 0 deletions.
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"
}
}
}

0 comments on commit b2f202a

Please sign in to comment.