Skip to content

CustomField

A model for defining custom fields on a record.

Data model

PropertyTypeRequiredDescription
namestringYesName of the custom field
typeCustomFieldTypeYesThe JSON schema type to use when de-serializing the value
schemaurlNoLink to the full JSON schema for this custom field
valueanyYesValue of the custom field
descriptionstringNoDescription of the custom field’s purpose

CustomFieldType

The set of JSON schema types supported by a custom field.

ValueDescription
stringText values
numberNumeric values
booleanTrue/false values
objectStructured data objects
arrayLists of values