View Source OpenAPI.Spec.Schema.Example (OpenAPI Generator v0.1.0-rc.3)

Raw schema example from the OpenAPI spec

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Spec.Schema.Example{
  description: String.t() | nil,
  external_value: String.t() | nil,
  summary: String.t() | nil,
  value: any()
}