[#94] acl: Add json_name notation to EACLTable.Version field
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
55c04e485e
commit
f4215add9e
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue