vapi metadata authentication: operation info

The operation_info structure contains authentication information of an operation element.

Representation:

{
    "schemes"[
        {
            "scheme""string",
            "scheme_type""SESSIONLESS",
            "session_manager""string"
        },
        {
            "scheme""string",
            "scheme_type""SESSIONLESS",
            "session_manager""string"
        }
    ]
}

Attributes:

Name Type Description
Required
schemes authentication_info[] List of authentication schemes used by an operation element. The authentication scheme specified on the service element corresponding to this operation element is ignored.