ParameterOptions.example

Example of the media type. The example SHOULD match the specified schema andencoding properties if present. The example field is mutually exclusive of the examples field. Furthermore, if referencing a schema which contains an example, the example value SHALL override the example provided by the schema. To represent examples of media types that cannot naturally be represented in JSON or YAML, a string value can contain the example with escaping where necessary.

mixintemplate ParameterOptions()
@optional
string example;

Meta