View Source OpenApiSpex.License (open_api_spex v3.21.2)

Defines the OpenApiSpex.License.t type.

Summary

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.