schema-components - v3.7.0
    Preparing search index...

    Interface CallbackInfo

    Parsed view of a single OpenAPI Callback Object: its name and the operations declared on every callback path.

    interface CallbackInfo {
        name: string;
        operations: OperationInfo[];
    }
    Index

    Properties

    Properties

    name: string
    operations: OperationInfo[]