# Interface: EmailSchema

Defined in: [schema.ts:556](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L556)

A schema representing a return value or object property that is an email address.

An email address can be represented visually as an icon, an icon plus the email address, or the just the email address. Autocomplete against previously typed domain names is also an option in the user interface.

## Extends

- `BaseStringSchema`\<[`Email`](../../enumerations/ValueHintType/#email)>

## Properties

### codaType

> **codaType**: [`Email`](../../enumerations/ValueHintType/#email)

Defined in: [schema.ts:558](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L558)

Instructs Coda to render this value as an email address.

#### Overrides

`BaseStringSchema.codaType`

______________________________________________________________________

### description?

> `optional` **description**: `string`

Defined in: [schema.ts:285](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L285)

A explanation of this object schema property shown to the user in the UI.

If your pack has an object schema with many properties, it may be useful to explain the purpose or contents of any property that is not self-evident.

#### Inherited from

`BaseStringSchema.description`

______________________________________________________________________

### display?

> `optional` **display**: [`EmailDisplayType`](../../enumerations/EmailDisplayType/)

Defined in: [schema.ts:560](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L560)

How the email should be displayed in the UI.

______________________________________________________________________

### type

> **type**: [`String`](../../enumerations/ValueType/#string)

Defined in: [schema.ts:807](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L807)

Identifies this schema as a string.

#### Inherited from

`BaseStringSchema.type`
