Ampersand · Schema

NumericFieldOptions

Additional options for numeric fields

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

Properties

Name Type Description
precision integer Total number of digits (for decimal types)
scale integer Number of digits to the right of the decimal point (for decimal types)
min number Minimum value for numeric fields
max number Maximum value for numeric fields
defaultValue number Default value for the field
View JSON Schema on GitHub