Share via


OpenApiDocument.Paths Property

Definition

REQUIRED. The available paths and operations for the API.

public Microsoft.OpenApi.Models.OpenApiPaths Paths { get; set; }
member this.Paths : Microsoft.OpenApi.Models.OpenApiPaths with get, set
Public Property Paths As OpenApiPaths

Property Value

Applies to