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

    Interface WebhookInfo

    Parsed view of a single OpenAPI 3.1 webhook entry: its name and the operations declared on its Path Item Object.

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

    Properties

    Properties

    name: string
    operations: OperationInfo[]