From 24e1188c531afa7d53c09a4b0a04cf7053738850 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 1 Feb 2024 16:01:58 -0500 Subject: [PATCH] First batch of annotations on what we have already or desire --- doc/design/paths-endpoint-webdav.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/design/paths-endpoint-webdav.md b/doc/design/paths-endpoint-webdav.md index 780544987..5e9211ea9 100644 --- a/doc/design/paths-endpoint-webdav.md +++ b/doc/design/paths-endpoint-webdav.md @@ -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)