[I] OpenAPIExample3_2
Allows sharing examples for operation responses.
https://spec.openapis.org/oas/v3.2.0.html#example-object
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property | Type | Description | Inherited from | 
|---|---|---|---|
| dataValue? | unknown | An example of the data structure that MUST be valid according to the relevant schema. See https://spec.openapis.org/oas/v3.2.0.html#example-object | - | 
| description? | string | - | OpenAPI3Example.description | 
| externalValue? | string | - | OpenAPI3Example.externalValue | 
| serializedValue? | string | An example of the serialized form of the value, including encoding and escaping See https://spec.openapis.org/oas/v3.2.0.html#example-object | - | 
| summary? | string | - | OpenAPI3Example.summary | 
| value? | unknown | - | OpenAPI3Example.value |