Defines the OpenApiSpex.Example.t type.
OpenApiSpex.Example.t
Example Object
@type t() :: %OpenApiSpex.Example{ description: String.t() | nil, extensions: %{required(String.t()) => any()} | 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.