SchemaType

io.cequence.openaiscala.gemini.domain.SchemaType$
See theSchemaType companion trait
object SchemaType

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object ARRAY extends SchemaType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EnumValue
class Object
trait Matchable
class Any
Self type
ARRAY.type
case object BOOLEAN extends SchemaType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EnumValue
class Object
trait Matchable
class Any
Self type
BOOLEAN.type
case object INTEGER extends SchemaType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EnumValue
class Object
trait Matchable
class Any
Self type
INTEGER.type
case object NUMBER extends SchemaType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EnumValue
class Object
trait Matchable
class Any
Self type
NUMBER.type
case object OBJECT extends SchemaType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EnumValue
class Object
trait Matchable
class Any
Self type
OBJECT.type
case object STRING extends SchemaType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EnumValue
class Object
trait Matchable
class Any
Self type
STRING.type
case object TYPE_UNSPECIFIED extends SchemaType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EnumValue
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def values: Seq[SchemaType]