Metadata_Cli_Namespace_Identity
Metadata_Cli_Namespace_Identity
The Namespace.Identity structure uniquely identifies a namespace in the CLI namespace tree.
JSON Example
{
"path": "string",
"name": "string"
}
string
path
Required
The dot-separated path of the namespace containing the namespace in the CLI node tree. For top-level namespace this will be empty.
string
name
Required
The name displayed to the user for this namespace.