Amplitude · Schema

UploadOptions

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
min_id_length integer Minimum length for user_id and device_id fields. Default is 5.
View JSON Schema on GitHub

JSON Schema

amplitude-uploadoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UploadOptions",
  "title": "UploadOptions",
  "type": "object",
  "properties": {
    "min_id_length": {
      "type": "integer",
      "description": "Minimum length for user_id and device_id fields. Default is 5.",
      "minimum": 1
    }
  }
}