jira.js
    Preparing search index...

    Variable FieldsSchemeItemParameterSchemaConst

    FieldsSchemeItemParameterSchema: ZodObject<
        {
            description: ZodOptional<ZodString>;
            isRequired: ZodOptional<ZodBoolean>;
            rendererType: ZodOptional<
                ZodCustom<
                    string & {}
                    | "jira-text-renderer"
                    | "atlassian-wiki-renderer",
                    string & {} | "jira-text-renderer" | "atlassian-wiki-renderer",
                >,
            >;
        },
        $loose,
    > = ...

    The default parameters to apply to the field across all work types in the specified schemes, may be null if only work type-specific updates are needed