Tag

zio.http.endpoint.openapi.OpenAPI$.Tag
final case class Tag(name: String, description: Doc, externalDocs: URI)

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

Concrete methods

override def toJson: String

Attributes

Definition Classes
OpenAPIBase

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product