OpenApiDocDescriptor.WebHook property

OpenAPI metadata for webhooks associated with this document.

public Dictionary<(string Pattern, HttpVerb Method), OpenAPIPathMetadata> WebHook { get; set; }

See Also