Search
Defines the OpenApiSpex.License.t type.
OpenApiSpex.License.t
License Object
@type t() :: %OpenApiSpex.License{ extensions: %{required(String.t()) => any()} | nil, name: String.t(), url: String.t() | nil }
License information for the exposed API.