Contentful Personalization & Analytics
    Preparing search index...
    EntryReplacementComponent: ZodMiniObject<
        {
            baseline: ZodMiniObject<
                {
                    hidden: ZodMiniPrefault<ZodMiniBoolean<boolean>>;
                    id: ZodMiniString<string>;
                },
                $strip,
            >;
            type: ZodMiniOptional<ZodMiniLiteral<"EntryReplacement">>;
            variants: ZodMiniArray<
                ZodMiniObject<
                    {
                        hidden: ZodMiniPrefault<ZodMiniBoolean<boolean>>;
                        id: ZodMiniString<string>;
                    },
                    $strip,
                >,
            >;
        },
        $strip,
    > = ...

    Zod schema describing an entry replacement personalization component.

    This component replaces a baseline entry with one of several variants.