Contentful Personalization & Analytics
    Preparing search index...
    App: ZodMiniOptional<
        ZodMiniObject<
            { name: ZodMiniString<string>; version: ZodMiniString<string> },
            $strip,
        >,
    > = ...

    Zod schema describing app-level properties.

    These properties typically describe the application that is emitting analytics events, such as its name and version.

    The entire object is optional; when omitted, no app context is attached.