contentstack · Schema

EntryVariant

A personalization variant of a content entry.

Properties

Name Type Description
uid string Unique identifier of the entry variant.
variant_uid string The variant identifier linking this entry to a personalization variant.
locale string The locale code of the entry variant.
View JSON Schema on GitHub

JSON Schema

contentstack-entryvariant-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EntryVariant",
  "title": "EntryVariant",
  "type": "object",
  "description": "A personalization variant of a content entry.",
  "properties": {
    "uid": {
      "type": "string",
      "description": "Unique identifier of the entry variant."
    },
    "variant_uid": {
      "type": "string",
      "description": "The variant identifier linking this entry to a personalization variant."
    },
    "locale": {
      "type": "string",
      "description": "The locale code of the entry variant."
    }
  }
}