Klaviyo · Schema

ReviewBlockStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
author_align string Text Alignment.
author_color string
author_font_family string
author_font_size integer
author_font_style string Font style.
author_font_weight string
author_letter_spacing integer
author_text_decoration string
block_background_color string
block_padding_bottom integer
block_padding_left integer
block_padding_right integer
block_padding_top integer
border_radius integer
border_style string Border style.
border_width integer
empty_star_color string
layout string Review block layout options.
product_name_align string Text Alignment.
product_name_color string
product_name_font_family string
product_name_font_size integer
product_name_font_style string Font style.
product_name_font_weight string
product_name_letter_spacing integer
product_name_text_decoration string
quote_align string Text Alignment.
quote_color string
quote_font_family string
quote_font_size integer
quote_font_style string Font style.
quote_font_weight string
quote_letter_spacing integer
quote_line_height number
quote_style string Review block quote style.
quote_text_decoration string
shadow_color string Shadow color.
star_color string
star_size string Review block star size.
star_rating_shape string Review block star rating shape.
star_icon_spacing integer
star_alignment string Text Alignment.
text_area_bg_color string
text_area_border_color string
verified_color string
verified_font_family string
verified_font_size integer
verified_font_style string Font style.
verified_font_weight string
verified_letter_spacing integer
verified_text_decoration string
verified_badge_color string
verified_badge_size integer
verified_badge_style string Review block verified badge style.
View JSON Schema on GitHub

JSON Schema

klaviyo-reviewblockstyles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReviewBlockStyles",
  "title": "ReviewBlockStyles",
  "type": "object",
  "properties": {
    "author_align": {
      "description": "Text Alignment.",
      "type": "string",
      "enum": [
        "center",
        "left",
        "right"
      ],
      "nullable": true
    },
    "author_color": {
      "type": "string",
      "nullable": true
    },
    "author_font_family": {
      "type": "string",
      "nullable": true
    },
    "author_font_size": {
      "type": "integer",
      "nullable": true
    },
    "author_font_style": {
      "description": "Font style.",
      "type": "string",
      "enum": [
        "italic",
        "normal"
      ],
      "nullable": true
    },
    "author_font_weight": {
      "type": "string",
      "nullable": true
    },
    "author_letter_spacing": {
      "type": "integer",
      "nullable": true
    },
    "author_text_decoration": {
      "type": "string",
      "nullable": true
    },
    "block_background_color": {
      "type": "string",
      "nullable": true
    },
    "block_padding_bottom": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_left": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_right": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_top": {
      "type": "integer",
      "nullable": true
    },
    "border_radius": {
      "type": "integer",
      "nullable": true
    },
    "border_style": {
      "description": "Border style.",
      "type": "string",
      "enum": [
        "dashed",
        "dotted",
        "groove",
        "inset",
        "none",
        "outset",
        "ridge",
        "solid"
      ],
      "nullable": true
    },
    "border_width": {
      "type": "integer",
      "nullable": true
    },
    "empty_star_color": {
      "type": "string",
      "nullable": true
    },
    "layout": {
      "description": "Review block layout options.",
      "type": "string",
      "enum": [
        "big-quotes",
        "centered-in-quote-bubble",
        "centered-rating-first",
        "centered-review-first",
        "clean",
        "left-aligned",
        "message-bubble",
        "rating-highlight",
        "right-aligned-with-quotation-icon",
        "square",
        "stacked-card",
        "subtle-background"
      ],
      "nullable": true
    },
    "product_name_align": {
      "description": "Text Alignment.",
      "type": "string",
      "enum": [
        "center",
        "left",
        "right"
      ],
      "nullable": true
    },
    "product_name_color": {
      "type": "string",
      "nullable": true
    },
    "product_name_font_family": {
      "type": "string",
      "nullable": true
    },
    "product_name_font_size": {
      "type": "integer",
      "nullable": true
    },
    "product_name_font_style": {
      "description": "Font style.",
      "type": "string",
      "enum": [
        "italic",
        "normal"
      ],
      "nullable": true
    },
    "product_name_font_weight": {
      "type": "string",
      "nullable": true
    },
    "product_name_letter_spacing": {
      "type": "integer",
      "nullable": true
    },
    "product_name_text_decoration": {
      "type": "string",
      "nullable": true
    },
    "quote_align": {
      "description": "Text Alignment.",
      "type": "string",
      "enum": [
        "center",
        "left",
        "right"
      ],
      "nullable": true
    },
    "quote_color": {
      "type": "string",
      "nullable": true
    },
    "quote_font_family": {
      "type": "string",
      "nullable": true
    },
    "quote_font_size": {
      "type": "integer",
      "nullable": true
    },
    "quote_font_style": {
      "description": "Font style.",
      "type": "string",
      "enum": [
        "italic",
        "normal"
      ],
      "nullable": true
    },
    "quote_font_weight": {
      "type": "string",
      "nullable": true
    },
    "quote_letter_spacing": {
      "type": "integer",
      "nullable": true
    },
    "quote_line_height": {
      "type": "number",
      "nullable": true
    },
    "quote_style": {
      "description": "Review block quote style.",
      "type": "string",
      "enum": [
        "line",
        "square",
        "standard"
      ],
      "nullable": true
    },
    "quote_text_decoration": {
      "type": "string",
      "nullable": true
    },
    "shadow_color": {
      "description": "Shadow color.",
      "type": "string",
      "enum": [
        "dark",
        "light",
        "medium"
      ],
      "nullable": true
    },
    "star_color": {
      "type": "string",
      "nullable": true
    },
    "star_size": {
      "description": "Review block star size.",
      "type": "string",
      "enum": [
        "large",
        "medium",
        "small"
      ],
      "nullable": true
    },
    "star_rating_shape": {
      "description": "Review block star rating shape.",
      "type": "string",
      "enum": [
        "circle",
        "heart",
        "star"
      ],
      "nullable": true
    },
    "star_icon_spacing": {
      "type": "integer",
      "nullable": true
    },
    "star_alignment": {
      "description": "Text Alignment.",
      "type": "string",
      "enum": [
        "center",
        "left",
        "right"
      ],
      "nullable": true
    },
    "text_area_bg_color": {
      "type": "string",
      "nullable": true
    },
    "text_area_border_color": {
      "type": "string",
      "nullable": true
    },
    "verified_color": {
      "type": "string",
      "nullable": true
    },
    "verified_font_family": {
      "type": "string",
      "nullable": true
    },
    "verified_font_size": {
      "type": "integer",
      "nullable": true
    },
    "verified_font_style": {
      "description": "Font style.",
      "type": "string",
      "enum": [
        "italic",
        "normal"
      ],
      "nullable": true
    },
    "verified_font_weight": {
      "type": "string",
      "nullable": true
    },
    "verified_letter_spacing": {
      "type": "integer",
      "nullable": true
    },
    "verified_text_decoration": {
      "type": "string",
      "nullable": true
    },
    "verified_badge_color": {
      "type": "string",
      "nullable": true
    },
    "verified_badge_size": {
      "type": "integer",
      "nullable": true
    },
    "verified_badge_style": {
      "description": "Review block verified badge style.",
      "type": "string",
      "enum": [
        "badge-and-text",
        "badge-only",
        "text-only"
      ],
      "nullable": true
    }
  }
}