vapi metadata cli namespace: info

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

Representation:

{
    "children"[
        {
            "name""string",
            "path""string"
        },
        {
            "name""string",
            "path""string"
        }
    ],
    "description""string",
    "identity"{
        "name""string",
        "path""string"
    }
}

Attributes:

Name Type Description
Required
identity identity Basic namespace identity.

description string The text description displayed to the user in help output.

children identity[] The children of this namespace in the tree of CLI namespaces.