Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2698149
tag.ex
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
605 B
Referenced Files
None
Subscribers
None
tag.ex
View Options
defmodule
OpenApiSpex.Tag
do
@moduledoc
"""
Defines the `OpenApiSpex.Tag.t` type.
"""
alias
OpenApiSpex.ExternalDocumentation
@enforce_keys
:name
defstruct
[
:name
,
:description
,
:externalDocs
]
@typedoc
"""
[Tag Object](https://swagger.io/specification/
#
tagObject)
Adds metadata to a single tag that is used by the Operation Object.
It is not mandatory to have a Tag Object per tag defined in the Operation Object instances.
"""
@type
t
::
%
__MODULE__
{
name
:
String
.
t
,
description
:
String
.
t
|
nil
,
externalDocs
:
ExternalDocumentation
.
t
|
nil
}
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 18, 8:04 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
261464
Default Alt Text
tag.ex (605 B)
Attached To
Mode
R22 open_api_spex
Attached
Detach File
Event Timeline
Log In to Comment