You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "A JSON object representing the field. [See the documentation](https://airtable.com/developers/web/api/model/field-type) for supported field types, the write format for field options, and other specifics for certain field types.",
14
+
label: "Field Name",
15
+
description: "The name of the field",
16
+
},
17
+
type: {
18
+
type: "string",
19
+
label: "Field Type",
20
+
description: "The field type. [See the documentation](https://airtable.com/developers/web/api/model/field-type) for more information.",
21
+
options: constants.FIELD_TYPES,
22
+
},
23
+
description: {
24
+
type: "string",
25
+
label: "Field Description",
26
+
description: "The description of the field",
27
+
optional: true,
28
+
},
29
+
options: {
30
+
type: "object",
31
+
label: "Field Options",
32
+
description: "The options for the field as a JSON object, e.g. `{ \"color\": \"greenBright\" }`. Each type has a specific set of options - [see the documentation](https://airtable.com/developers/web/api/field-model) for more information.",
0 commit comments