Share via


OpenApiSchema.Example Property

Definition

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

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

Property Value

Applies to