Defines the OpenApiSpex.Example.t type.
OpenApiSpex.Example.t
Example Object
t() :: %OpenApiSpex.Example{ description: String.t() | nil, externalValue: String.t() | nil, summary: String.t() | nil, value: any() }
In all cases, the example value is expected to be compatible with the type schema of its associated value.