View Source OpenApiSpex.Tag (open_api_spex v3.21.2)
Defines the OpenApiSpex.Tag.t
type.
Summary
Types
@type t() :: %OpenApiSpex.Tag{ description: String.t() | nil, extensions: %{required(String.t()) => any()} | 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.