OpenApiCallback.PathItems Property

Definition

A Path Item Object used to define a callback request and expected responses.

public System.Collections.Generic.Dictionary<Microsoft.OpenApi.Expressions.RuntimeExpression,Microsoft.OpenApi.Models.OpenApiPathItem> PathItems { get; set; }
member this.PathItems : System.Collections.Generic.Dictionary<Microsoft.OpenApi.Expressions.RuntimeExpression, Microsoft.OpenApi.Models.OpenApiPathItem> with get, set
Public Property PathItems As Dictionary(Of RuntimeExpression, OpenApiPathItem)

Property Value

Applies to