vapi metadata cli namespace: identity
The
identity
structure uniquely identifies a namespace in the CLI namespace tree.Representation:
{
"path" : "string",
"name" : "string"
}
"path" : "string",
"name" : "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. |