Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2698419
license.ex
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
373 B
Referenced Files
None
Subscribers
None
license.ex
View Options
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
Details
Attached
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)
Attached To
Mode
R22 open_api_spex
Attached
Detach File
Event Timeline
Log In to Comment