JsonSchemaReference.Extensions Property

Definition

Extension data for this schema reference. Only allowed in OpenAPI 3.1 and later. Extensions are NOT written when serializing for OpenAPI 2.0 or 3.0.

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

Property Value

Applies to