jira.js
    Preparing search index...

    Variable ObjectMutabilityResponseSchemaConst

    ObjectMutabilityResponseSchema: ZodObject<
        {
            context: ZodRecord<
                ZodString,
                ZodUnion<
                    readonly [
                        ZodObject<{ allowed: ZodLiteral<true> }, $loose>,
                        ZodObject<
                            {
                                allowed: ZodLiteral<false>;
                                reason: ZodObject<
                                    {
                                        key: ZodCustom<
                                            | (...)
                                            | (...)
                                            | (...)
                                            | (...)
                                            | (...)
                                            | (...)
                                            | (...)
                                            | (...)
                                            | (...),

                                                | (...)
                                                | (...)
                                                | (...)
                                                | (...)
                                                | (...)
                                                | (...)
                                                | (...)
                                                | (...)
                                                | (...),
                                        >;
                                    },
                                    $loose,
                                >;
                            },
                            $loose,
                        >,
                    ],
                >,
            >;
            key: ZodCustom<
                string & {}
                | "forbidden.fieldMutation",
                string & {} | "forbidden.fieldMutation",
            >;
        },
        $loose,
    > = ...