OpenApiDocument.Paths 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.
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