open_api_spex v1.1.2 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() :: %OpenApiSpex.Tag{description: String.t, externalDocs: OpenApiSpex.ExternalDocumentation.t, 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.