Klaviyo · Schema

ReviewStatusPublished

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
value string Published review status
View JSON Schema on GitHub

JSON Schema

klaviyo-reviewstatuspublished-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReviewStatusPublished",
  "title": "ReviewStatusPublished",
  "type": "object",
  "properties": {
    "value": {
      "description": "Published review status",
      "type": "string",
      "enum": [
        "published"
      ]
    }
  },
  "required": [
    "value"
  ]
}