# Interface: SimpleStringSchema<T>

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

A schema whose underlying value is a string, along with an optional hint about how Coda should interpret that string.

## Extends

- `BaseStringSchema`\<`T`>

## Type Parameters

| Type Parameter | Default type | | --- | --- | | `T` *extends* `SimpleStringHintTypes` | `SimpleStringHintTypes` |

## Properties

### codaType?

> `optional` **codaType**: `T`

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

An optional type hint instructing Coda about how to interpret or render this value.

#### Inherited from

`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`

______________________________________________________________________

### 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`
