OpenApiDocument.Webhooks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The incoming webhooks that MAY be received as part of this API and that the API consumer MAY choose to implement. A map of requests initiated other than by an API call, for example by an out of band registration. The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses
public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.IOpenApiPathItem>? Webhooks { get; set; }
member this.Webhooks : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.IOpenApiPathItem> with get, set
Public Property Webhooks As IDictionary(Of String, IOpenApiPathItem)