jira.js
    Preparing search index...

    Variable ValidationOptionsForUpdateSchemaConst

    ValidationOptionsForUpdateSchema: ZodObject<
        {
            levels: ZodOptional<
                ZodArray<
                    ZodCustom<
                        string & {}
                        | "WARNING"
                        | "ERROR",
                        string & {} | "WARNING" | "ERROR",
                    >,
                >,
            >;
        },
        $loose,
    > = ...

    The level of validation to return from the API. If no values are provided, the default would return WARNING and ERROR level validation results.