SchemaField

constructor(name: String, type: String? = null, description: String? = null)

Parameters

name

The unique name of the field.

type

The type of the field, such as string, integer, or boolean.

description

A description of the field.