Ampersand · Schema

StringFieldOptions

Additional options for string fields

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

Properties

Name Type Description
length integer Maximum length of the string field
pattern string Regex pattern that the string field value must match
values array List of allowed values for enum fields
valuesRestricted boolean Indicates if the field value must be limited to what's in Values
defaultValue string Default value for the field
View JSON Schema on GitHub