JsonSchemaReference.Examples 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.
Example values which by default SHOULD override those of the referenced component. If the referenced object-type does not allow examples, then this field has no effect.
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)