diff --git a/schema/native/consts.go b/schema/native/consts.go index d6babb1..0f138a6 100644 --- a/schema/native/consts.go +++ b/schema/native/consts.go @@ -52,7 +52,7 @@ const ( PropertyKeyContainerOwnerID = "$Container:ownerID" - PropertyValueContainerRoleOwner = "onwer" + PropertyValueContainerRoleOwner = "owner" PropertyValueContainerRoleIR = "ir" PropertyValueContainerRoleContainer = "container" PropertyValueContainerRoleOthers = "others"