Metadata_Cli_Namespace_Info

Metadata_Cli_Namespace_Info
Metadata_Cli_Namespace_Info

The Namespace.Info structure contains information about a namespace. It includes the identity of the namespace, a description, information children namespaces.

JSON Example
{
    "identity": {
        "path": "string",
        "name": "string"
    },
    "description": "string",
    "children": [
        {
            "path": "string",
            "name": "string"
        }
    ]
}
identity
Required

The Namespace.Identity structure uniquely identifies a namespace in the CLI namespace tree.

string
description
Required

The text description displayed to the user in help output.

children
Required

The children of this namespace in the tree of CLI namespaces.