OpenApiExample.Value Property

Definition

Embedded literal example. The value field and externalValue field are mutually exclusive. To represent examples of media types that cannot naturally represented in JSON or YAML, use a string value to contain the example, escaping where necessary.

public Microsoft.OpenApi.Any.IOpenApiAny Value { get; set; }
member this.Value : Microsoft.OpenApi.Any.IOpenApiAny with get, set
Public Property Value As IOpenApiAny

Property Value

Applies to