View Source OpenApiSpex.License (open_api_spex v3.18.3)

Defines the OpenApiSpex.License.t type.

Link to this section Summary

Link to this section Types

@type t() :: %OpenApiSpex.License{
  extensions: %{required(String.t()) => any()} | nil,
  name: String.t(),
  url: String.t() | nil
}

License Object

License information for the exposed API.