OpenApiMediaType.Example 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 of the media type. The example object SHOULD be in the correct format as specified by the media type.
public Microsoft.OpenApi.Any.IOpenApiAny Example { get; set; }
member this.Example : Microsoft.OpenApi.Any.IOpenApiAny with get, set
Public Property Example As IOpenApiAny