jira.js
    Preparing search index...

    Variable JsonContextVariableSchemaConst

    JsonContextVariableSchema: ZodObject<
        {
            type: ZodEnum<{ json: "json" }>;
            value: ZodOptional<ZodRecord<ZodString, ZodAny>>;
        },
        $loose,
    > = ...

    A JSON object with custom content.