vapi metadata cli namespace: identity

The identity structure uniquely identifies a namespace in the CLI namespace tree.

Representation:

{
    "name""string",
    "path""string"
}

Attributes:

Name Type Description
Required
path string The dot-separated path of the namespace containing the namespace in the CLI node tree. For top-level namespace this will be empty.

name string The name displayed to the user for this namespace.