jira.js
    Preparing search index...

    Variable UpdateFieldSchemeParametersPartialFailureSchemaConst

    UpdateFieldSchemeParametersPartialFailureSchema: ZodObject<
        {
            error: ZodOptional<ZodString>;
            fieldId: ZodString;
            schemeId: ZodNumber;
            success: ZodBoolean;
            workTypeId: ZodOptional<ZodNumber>;
        },
        $loose,
    > = ...

    Result of updating field scheme parameters for a specific field, scheme, and optional work type.