open_api_spex v3.2.0 OpenApiSpex.Tag View Source
Defines the OpenApiSpex.Tag.t
type.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %OpenApiSpex.Tag{
description: String.t() | nil,
externalDocs: OpenApiSpex.ExternalDocumentation.t() | nil,
name: String.t()
}
t() :: %OpenApiSpex.Tag{ description: String.t() | nil, externalDocs: OpenApiSpex.ExternalDocumentation.t() | nil, name: String.t() }
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.