View Source OpenAPI.Spec.Tag (OpenAPI Generator v0.1.0-rc.3)

Raw tag from the OpenAPI spec

Link to this section Summary

Link to this section Types

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