Klaviyo · Schema

ColumnV0

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
id string Not allowed on create.
rows array
styles object
View JSON Schema on GitHub

JSON Schema

klaviyo-columnv0-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ColumnV0",
  "title": "ColumnV0",
  "type": "object",
  "properties": {
    "id": {
      "description": "Not allowed on create.",
      "type": "string",
      "nullable": true
    },
    "rows": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RowV0"
      }
    },
    "styles": {
      "$ref": "#/components/schemas/ColumnStyles",
      "nullable": true
    }
  }
}