Share via


OpenApiInfo.Extensions Property

Definition

This object MAY be extended with Specification Extensions.

public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.Interfaces.IOpenApiExtension> Extensions { get; set; }
member this.Extensions : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Interfaces.IOpenApiExtension> with get, set
Public Property Extensions As IDictionary(Of String, IOpenApiExtension)

Property Value

Implements

Applies to