Klaviyo · Schema

ProfileRandomSampleCondition

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
type string
percentage integer
View JSON Schema on GitHub

JSON Schema

klaviyo-profilerandomsamplecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfileRandomSampleCondition",
  "title": "ProfileRandomSampleCondition",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "profile-sample"
      ]
    },
    "percentage": {
      "type": "integer"
    }
  },
  "required": [
    "type",
    "percentage"
  ]
}