Vapi Metadata Cli Command OutputInfo

Vapi Metadata Cli Command OutputInfo
Vapi Metadata Cli Command OutputInfo

The Vapi Metadata Cli Command OutputInfo schema describes the names used by the CLI to display the properties of a schema element in the interface definition language as well as the order in which the properties will be displayed.

JSON Example
{
    "structure_id": "string",
    "output_fields": [
        {
            "field_name": "string",
            "display_name": "string"
        }
    ]
}
string
structure_id
Required

Name of the schema.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vapi.structure.

output_fields
Required

The order in which the properties of the schema will be displayed by the CLI as well as the names used to display the properties.