diff --git a/schema/native/consts.go b/schema/native/consts.go index 1074d71..6277d53 100644 --- a/schema/native/consts.go +++ b/schema/native/consts.go @@ -13,17 +13,17 @@ const ( ResourceFormatNamespaceContainerObjects = "native:object/%s/%s/*" ResourceFormatNamespaceContainerObject = "native:object/%s/%s/%s" - ResourceFormatRootObjects = "native:object/root/*" - ResourceFormatRootContainerObjects = "native:object/root/%s/*" - ResourceFormatRootContainerObject = "native:object/root/%s/%s" + ResourceFormatRootObjects = "native:object//*" + ResourceFormatRootContainerObjects = "native:object//%s/*" + ResourceFormatRootContainerObject = "native:object//%s/%s" ResourceFormatAllObjects = "native:object/*" ResourceFormatNamespaceContainer = "native:container/%s/%s" ResourceFormatNamespaceContainers = "native:container/%s/*" - ResourceFormatRootContainer = "native:container/root/%s" - ResourceFormatRootContainers = "native:container/root/*" + ResourceFormatRootContainer = "native:container//%s" + ResourceFormatRootContainers = "native:container//*" ResourceFormatAllContainers = "native:container/*"