Klaviyo · Schema

BodyProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
id string
css_class string
View JSON Schema on GitHub

JSON Schema

klaviyo-bodyproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BodyProperties",
  "title": "BodyProperties",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "nullable": true
    },
    "css_class": {
      "type": "string",
      "nullable": true
    }
  }
}