jira.js
    Preparing search index...

    Variable WorkflowElementReferenceSchemaConst

    WorkflowElementReferenceSchema: ZodObject<
        {
            propertyKey: ZodOptional<ZodString>;
            ruleId: ZodOptional<ZodString>;
            statusMappingReference: ZodOptional<
                ZodObject<{ issueTypeId: ZodString; projectId: ZodString }, $loose>,
            >;
            statusReference: ZodOptional<ZodString>;
            transitionId: ZodOptional<ZodString>;
        },
        $loose,
    > = ...

    A reference to the location of the error. This will be null if the error does not refer to a specific element.