Skip to content

Commit

Permalink
First batch of annotations on what we have already or desire
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored Feb 1, 2024
1 parent c87cc8c commit 24e1188
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/design/paths-endpoint-webdav.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Submitted as a PR to avoid spagetti thread discussion on https://github.com/dand
@jwodder listed needed properties and metadata fields:

* Asset properties used by dandidav:
* `asset_id`
* `asset_id` (PRESENT)
* `blob_id`
* `zarr_id`
* `path`
* `size`
* `created`
* `modified`
* `size` (PRESENT)
* `created` (GOOD TO HAVE)
* `modified` (SUGGESTED to be included)
* 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)
* `encodingFormat` (blobs only) (STRONGLY DESIRED but not REQUIRED)
* `contentUrl` (API download URL for blobs, S3 URL for Zarrs) (INCLUDED)
* `digest["dandi:dandi-etag"]` (blobs only)

0 comments on commit 24e1188

Please sign in to comment.