Airtable · Schema

FieldValues

A mapping of field names (or field IDs when returnFieldsByFieldId is true) to their cell values. The structure depends on the field types defined in the table schema.

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets
View JSON Schema on GitHub

JSON Schema

airtable-fieldvalues-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FieldValues",
  "title": "FieldValues",
  "type": "object",
  "description": "A mapping of field names (or field IDs when returnFieldsByFieldId is true) to their cell values. The structure depends on the field types defined in the table schema.",
  "additionalProperties": true
}