Contentful Personalization & Analytics
    Preparing search index...
    Page: ZodMiniObject<
        {
            path: ZodMiniString<string>;
            query: ZodMiniRecord<ZodMiniString<string>, ZodMiniString<string>>;
            referrer: ZodMiniString<string>;
            search: ZodMiniString<string>;
            title: ZodMiniOptional<ZodMiniString<string>>;
            url: ZodMiniString<string>;
        },
        $catchall<ZodMiniJSONSchema>,
    > = ...

    Zod schema describing Web page-level properties for events.

    The base object describes standard page attributes, while additional JSON properties may be present due to the use of z.catchall.