vapi metadata cli command: output field info

The output_field_info structure describes the name used by the CLI to display a single field of a structure element in the interface definition language.

Representation:

{
    "display_name""string",
    "field_name""string"
}

Attributes:

Name Type Description
Required
field_name string Name of the field.

display_name string Name used by the CLI to display the field.