Klaviyo · Schema

MultiBranchSplitActionData

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
branches array
name string
View JSON Schema on GitHub

JSON Schema

klaviyo-multibranchsplitactiondata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MultiBranchSplitActionData",
  "title": "MultiBranchSplitActionData",
  "type": "object",
  "properties": {
    "branches": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MultiBranchSplitBranch"
      }
    },
    "name": {
      "type": "string"
    }
  },
  "required": [
    "branches",
    "name"
  ]
}