MetadataCliNamespaceInfo
The Namespace.Info structure contains information about a namespace. It includes the identity of the namespace, a description, information children namespaces.
Properties
array of
MetadataCliNamespaceIdentity
children
Required
The children of this namespace in the tree of CLI namespaces.
string
description
Required
The text description displayed to the user in help output.
JSON Example
{
"children": [
{
"name": "string",
"path": "string"
}
],
"description": "string",
"identity": {
"name": "string",
"path": "string"
}
}