OpenApiDocument.Info 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. Provides metadata about the API. The metadata MAY be used by tooling as required.
public Microsoft.OpenApi.Models.OpenApiInfo Info { get; set; }
member this.Info : Microsoft.OpenApi.Models.OpenApiInfo with get, set
Public Property Info As OpenApiInfo