[#177] container: Define well-known container attributes for NNS integration

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-10-07 17:38:30 +03:00 committed by Alex Vanin
parent 6ad083c731
commit 8bf84cdc65

View file

@ -40,6 +40,12 @@ message Container {
// * __NEOFS__SUBNET \
// String ID of container's storage subnet. Container can be attached to
// only one subnet.
// * __NEOFS__NAME \
// String of human-friendly container name registered as the domain in
// NNS contract.
// * __NEOFS__ZONE \
// String of zone for `__NEOFS__NAME`. Used as TLD of domain name in NNS
// contract. If zone is not specified, use default zone: `container`.
//
// And some well-known attributes used by applications only:
//