Page MenuHomePhorge

license.ex
No OneTemporary

Size
373 B
Referenced Files
None
Subscribers
None

license.ex

defmodule OpenApiSpex.License do
@moduledoc """
Defines the `OpenApiSpex.License.t` type.
"""
@enforce_keys :name
defstruct [
:name,
:url
]
@typedoc """
[License Object](https://swagger.io/specification/#licenseObject)
License information for the exposed API.
"""
@type t :: %__MODULE__{
name: String.t,
url: String.t | nil
}
end

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 18, 8:36 AM (10 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
261497
Default Alt Text
license.ex (373 B)

Event Timeline