Klaviyo · Schema

FormVersionABTest

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
variation_name string This is the name of the AB test variation.
View JSON Schema on GitHub

JSON Schema

klaviyo-formversionabtest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormVersionABTest",
  "title": "FormVersionABTest",
  "type": "object",
  "properties": {
    "variation_name": {
      "description": "This is the name of the AB test variation.",
      "type": "string"
    }
  },
  "required": [
    "variation_name"
  ]
}