jira.js
    Preparing search index...

    Variable NotificationSchemeEventDetailsSchemaConst

    NotificationSchemeEventDetailsSchema: ZodObject<
        {
            event: ZodOptional<ZodObject<{ id: ZodString }, $loose>>;
            notifications: ZodArray<
                ZodObject<
                    { notificationType: ZodString; parameter: ZodOptional<ZodString> },
                    $loose,
                >,
            >;
        },
        $loose,
    > = ...

    Details of a notification scheme event.