Tag

zio.http.endpoint.openapi.OpenAPI.Tag
final case class Tag(name: String, description: Option[Doc], externalDocs: Option[ExternalDoc])

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.

Value parameters

description

A short description for the tag.

externalDocs

Additional external documentation for this tag.

name

The name of the tag.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product