jira.js
    Preparing search index...

    Variable GetReviewByIdSchemaConst

    GetReviewByIdSchema: ZodObject<
        {
            associations: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            associationType: ZodOptional<
                                ZodCustom<
                                    | string & {}
                                    | "issueIdOrKeys"
                                    | "serviceIdOrKeys"
                                    | "ati:cloud:compass:event-source",
                                    | string & {}
                                    | "issueIdOrKeys"
                                    | "serviceIdOrKeys"
                                    | "ati:cloud:compass:event-source",
                                >,
                            >;
                            values: ZodOptional<ZodArray<ZodString>>;
                        },
                        $loose,
                    >,
                >,
            >;
            createdDate: ZodCoercedDate<unknown>;
            description: ZodString;
            id: ZodString;
            lastUpdated: ZodCoercedDate<unknown>;
            reviews: ZodArray<ZodString>;
            schemaVersion: ZodCustom<string & {} | "1.0", string & {} | "1.0">;
            status: ZodCustom<
                | "unknown"
                | "completed"
                | string & {}
                | "in progress"
                | "outstanding actions",
                | "unknown"
                | "completed"
                | string & {}
                | "in progress"
                | "outstanding actions",
            >;
            summary: ZodString;
            updateSequenceNumber: ZodNumber;
            url: ZodURL;
        },
        $loose,
    > = ...

    Data related to a specific post-incident review. Must specify at least one association to an incident.*