View Source OpenAPI.Spec.Tag (OpenAPI Generator v0.2.0)

Raw tag from the OpenAPI spec

Summary

Types

@type t() :: %OpenAPI.Spec.Tag{
  description: String.t() | nil,
  external_docs: OpenAPI.Spec.ExternalDocumentation.t() | nil,
  name: String.t()
}