Klaviyo · Schema

SectionProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
is_ai_generated boolean
is_prebuilt_content boolean
View JSON Schema on GitHub

JSON Schema

klaviyo-sectionproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SectionProperties",
  "title": "SectionProperties",
  "type": "object",
  "properties": {
    "is_ai_generated": {
      "type": "boolean",
      "nullable": true
    },
    "is_prebuilt_content": {
      "type": "boolean",
      "nullable": true
    }
  }
}