Amplitude · JSON Structure

Http V2 Api Upload Options Structure

UploadOptions schema from Amplitude HTTP V2 API

Type: object Properties: 1
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

UploadOptions is a JSON Structure definition published by Amplitude, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

min_id_length

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-structure/http-v2-api-upload-options-structure.json",
  "name": "UploadOptions",
  "description": "UploadOptions schema from Amplitude HTTP V2 API",
  "type": "object",
  "properties": {
    "min_id_length": {
      "type": "int32",
      "description": "Minimum length for user_id and device_id fields. Default is 5.",
      "minimum": 1
    }
  }
}