From acd94d200f88e98e4dd1fa6c075eebd6a0ae2e26 Mon Sep 17 00:00:00 2001 From: Airat Arifullin Date: Wed, 2 Apr 2025 10:38:45 +0300 Subject: [PATCH] [#101] schema: Introduce `$Tree:treeID` property key Signed-off-by: Airat Arifullin --- schema/native/consts.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema/native/consts.go b/schema/native/consts.go index a3f8f97..616b114 100644 --- a/schema/native/consts.go +++ b/schema/native/consts.go @@ -53,6 +53,8 @@ const ( PropertyKeyContainerOwnerID = "$Container:ownerID" + ProperyKeyTreeID = "$Tree:ID" + PropertyValueContainerRoleOwner = "owner" PropertyValueContainerRoleIR = "ir" PropertyValueContainerRoleContainer = "container"