Airtable · Schema

Airtable Field

An Airtable field represents a column in a table, defining the data type, validation rules, and display configuration for values stored in that column.

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Properties

Name Type Description
id string The unique identifier for the field. Field IDs always start with the 'fld' prefix.
name string The display name of the field.
type string The data type of the field, which determines what values can be stored and how they are displayed.
description stringnull An optional description of the field.
options object Configuration options specific to the field type. For example, singleSelect fields have a choices array, number fields have a precision setting, and linked record fields specify the linked table.
View JSON Schema on GitHub