From 1f7aeb14b404b83e0f948c06a069b9541c61c4a8 Mon Sep 17 00:00:00 2001 From: Stanislav Bogatyrev Date: Wed, 16 Apr 2025 18:21:36 +0300 Subject: [PATCH] [#84] Clarify FilePath attribute format Signed-off-by: Stanislav Bogatyrev --- object/types.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/object/types.proto b/object/types.proto index 62a6792..4e65105 100644 --- a/object/types.proto +++ b/object/types.proto @@ -144,8 +144,8 @@ message Header { // File name to be associated with the object on saving. FileName must not // contain the delimiting symbol '/'. // * FilePath \ - // Full path to be associated with the object on saving. Should start with a - // '/' and use '/' as a delimiting symbol. Trailing '/' should be + // Full path to be associated with the object on saving. Should use '/' as a + // delimiting symbol. Should not have leading `/`. Trailing '/' should be // interpreted as a virtual directory marker. If an object has conflicting // FilePath and FileName, FilePath should have higher priority, because it // is used to construct the directory tree. FilePath with trailing '/' and