APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Ampersand
StringFieldOptions
Ampersand
· Schema
StringFieldOptions
Additional options for string fields
Developer Tools
Integrations
Platform
SaaS
OAuth
Data Sync
Webhooks
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