JsonSchemaReference.Extensions 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.
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)