diff --git a/specs-go/v1/annotations.go b/specs-go/v1/annotations.go index 2ffffad..3a86a55 100644 --- a/specs-go/v1/annotations.go +++ b/specs-go/v1/annotations.go @@ -51,4 +51,7 @@ type FileMetadata struct { // File type flag (e.g., regular file, directory, etc.) Typeflag byte `json:"typeflag"` + + // dstlinkpath is the destination link path for link type files (e.g., TypeLink, TypeSymlink) + DstLinkPath string `json:"dstlinkpath,omitempty"` }