OpenApiExample.DataValue 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.
Embedded literal example value. The dataValue property and the value property are mutually exclusive. To represent examples of media types that cannot be naturally represented in JSON or YAML, use a string value to contain the example with escaping where necessary. Available in OpenAPI 3.2+, serialized as extension in 3.1 and earlier.
public System.Text.Json.Nodes.JsonNode? DataValue { get; set; }
member this.DataValue : System.Text.Json.Nodes.JsonNode with get, set
Public Property DataValue As JsonNode