Share via


OpenApiSchema.Examples Property

Definition

A free-form property to include examples of an instance for this schema. To represent examples that cannot be naturally represented in JSON or YAML, a list of values can be used to contain the examples with escaping where necessary.

public System.Collections.Generic.IList<System.Text.Json.Nodes.JsonNode>? Examples { get; set; }
member this.Examples : System.Collections.Generic.IList<System.Text.Json.Nodes.JsonNode> with get, set
Public Property Examples As IList(Of JsonNode)

Property Value

Applies to