forked from TrueCloudLab/frostfs-api
[#73] Add JSON field names to refs package
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
a1d9527f34
commit
f7bd46baf8
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ option csharp_namespace = "NeoFS.API.v2.Refs";
|
|||
// format there MUST be a '/' delimeter between them.
|
||||
message Address {
|
||||
// Container identifier
|
||||
ContainerID container_id = 1 [json_name = "container"];
|
||||
ContainerID container_id = 1 [json_name = "containerID"];
|
||||
// Object identifier
|
||||
ObjectID object_id = 2 [json_name = "object"];
|
||||
ObjectID object_id = 2 [json_name = "objectID"];
|
||||
}
|
||||
|
||||
// NeoFS Object unique identifier. Objects are immutable and content-addressed.
|
||||
|
|
Loading…
Reference in a new issue