Klaviyo · Schema

StaticReviewBlockProperties

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
show_rating boolean
show_reviewer_name boolean
show_product_name boolean
show_variant_name boolean
show_verified_badge boolean
author_placeholder string
quote_placeholder string
product_name_placeholder string
product_variant_name_placeholder string
verified_badge_language string Review block verified badge language.
dynamic boolean
author string
product_name string
product_variant_name string
quote string
stars integer
verified boolean
View JSON Schema on GitHub

JSON Schema

klaviyo-staticreviewblockproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StaticReviewBlockProperties",
  "title": "StaticReviewBlockProperties",
  "type": "object",
  "properties": {
    "show_rating": {
      "type": "boolean",
      "nullable": true
    },
    "show_reviewer_name": {
      "type": "boolean",
      "nullable": true
    },
    "show_product_name": {
      "type": "boolean",
      "nullable": true
    },
    "show_variant_name": {
      "type": "boolean",
      "nullable": true
    },
    "show_verified_badge": {
      "type": "boolean",
      "nullable": true
    },
    "author_placeholder": {
      "type": "string",
      "nullable": true
    },
    "quote_placeholder": {
      "type": "string",
      "nullable": true
    },
    "product_name_placeholder": {
      "type": "string",
      "nullable": true
    },
    "product_variant_name_placeholder": {
      "type": "string",
      "nullable": true
    },
    "verified_badge_language": {
      "description": "Review block verified badge language.",
      "type": "string",
      "enum": [
        "dutch",
        "english",
        "french",
        "german",
        "hungarian",
        "italian",
        "japanese",
        "korean",
        "portuguese",
        "spanish"
      ],
      "nullable": true
    },
    "dynamic": {
      "type": "boolean",
      "enum": [
        false
      ],
      "nullable": true
    },
    "author": {
      "type": "string",
      "nullable": true
    },
    "product_name": {
      "type": "string",
      "nullable": true
    },
    "product_variant_name": {
      "type": "string",
      "nullable": true
    },
    "quote": {
      "type": "string",
      "nullable": true
    },
    "stars": {
      "type": "integer",
      "nullable": true
    },
    "verified": {
      "type": "boolean",
      "nullable": true
    }
  },
  "required": [
    "dynamic"
  ]
}