Contentful Personalization & Analytics
    Preparing search index...

    Variable PartialProfileConst

    PartialProfile: ZodMiniObject<
        { id: ZodMiniString<string> },
        $catchall<ZodMiniJSONSchema>,
    > = ...

    Zod schema describing a partial profile payload used for sending events to the Experience & Insights APIs.

    This schema enforces the presence of an id field and allows additional JSON-serializable properties via z.catchall.