View Source OpenAPI.Spec.Info (OpenAPI Generator v0.1.1)

Raw information map from the OpenAPI spec

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Spec.Info{
  contact: OpenAPI.Spec.Info.Contact.t() | nil,
  description: String.t() | nil,
  license: OpenAPI.Spec.Info.License.t() | nil,
  terms_of_service: String.t() | nil,
  title: String.t(),
  version: String.t()
}