From f4215add9e61eb39a1417affa379bff66f7f34f2 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Tue, 24 Nov 2020 11:01:58 +0300 Subject: [PATCH] [#94] acl: Add json_name notation to EACLTable.Version field Signed-off-by: Leonard Lyubich --- acl/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl/types.proto b/acl/types.proto index ea866f8..ca57598 100644 --- a/acl/types.proto +++ b/acl/types.proto @@ -158,7 +158,7 @@ message EACLRecord { message EACLTable { // eACL format version. Effectively the version of API library used to create // eACL Table. - neo.fs.v2.refs.Version version = 1; + neo.fs.v2.refs.Version version = 1 [json_name = "version"]; // Identifier of the container that should use given access control rules neo.fs.v2.refs.ContainerID container_id = 2 [json_name="containerID"];