-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
880a102
commit c87cc8c
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Discussion on metadata needed for dandidav | ||
|
||
Submitted as a PR to avoid spagetti thread discussion on https://github.com/dandi/dandi-archive/issues/1837#issuecomment-1921864949 | ||
|
||
|
||
@jwodder listed needed properties and metadata fields: | ||
|
||
* Asset properties used by dandidav: | ||
* `asset_id` | ||
* `blob_id` | ||
* `zarr_id` | ||
* `path` | ||
* `size` | ||
* `created` | ||
* `modified` | ||
* Note: It might be more accurate to use the `blobDateModified` metadata field for this instead; cf. dandi/dandidav#17 | ||
|
||
* Asset metadata used by dandidav: | ||
* `encodingFormat` (blobs only) | ||
* `contentUrl` (API download URL for blobs, S3 URL for Zarrs) | ||
* `digest["dandi:dandi-etag"]` (blobs only) |