jira.js
    Preparing search index...

    Variable CustomFieldDefinitionJsonSchemaConst

    CustomFieldDefinitionJsonSchema: ZodObject<
        {
            description: ZodOptional<ZodString>;
            name: ZodString;
            searcherKey: ZodOptional<
                ZodCustom<
                    | string & {}
                    | "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselectsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:daterange"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:datetimerange"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:exactnumber"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:exacttextsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:labelsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:numberrange"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:projectsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:textsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:versionsearcher",
                    | string & {}
                    | "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselectsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:daterange"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:datetimerange"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:exactnumber"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:exacttextsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:labelsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:numberrange"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:projectsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:textsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher"
                    | "com.atlassian.jira.plugin.system.customfieldtypes:versionsearcher",
                >,
            >;
            type: ZodCustom<
                | string & {}
                | "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect"
                | "com.atlassian.jira.plugin.system.customfieldtypes:datepicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:datetime"
                | "com.atlassian.jira.plugin.system.customfieldtypes:float"
                | "com.atlassian.jira.plugin.system.customfieldtypes:grouppicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:importid"
                | "com.atlassian.jira.plugin.system.customfieldtypes:labels"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multigrouppicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multiselect"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multiversion"
                | "com.atlassian.jira.plugin.system.customfieldtypes:project"
                | "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons"
                | "com.atlassian.jira.plugin.system.customfieldtypes:readonlyfield"
                | "com.atlassian.jira.plugin.system.customfieldtypes:select"
                | "com.atlassian.jira.plugin.system.customfieldtypes:textarea"
                | "com.atlassian.jira.plugin.system.customfieldtypes:textfield"
                | "com.atlassian.jira.plugin.system.customfieldtypes:url"
                | "com.atlassian.jira.plugin.system.customfieldtypes:userpicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:version",
                | string & {}
                | "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect"
                | "com.atlassian.jira.plugin.system.customfieldtypes:datepicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:datetime"
                | "com.atlassian.jira.plugin.system.customfieldtypes:float"
                | "com.atlassian.jira.plugin.system.customfieldtypes:grouppicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:importid"
                | "com.atlassian.jira.plugin.system.customfieldtypes:labels"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multigrouppicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multiselect"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:multiversion"
                | "com.atlassian.jira.plugin.system.customfieldtypes:project"
                | "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons"
                | "com.atlassian.jira.plugin.system.customfieldtypes:readonlyfield"
                | "com.atlassian.jira.plugin.system.customfieldtypes:select"
                | "com.atlassian.jira.plugin.system.customfieldtypes:textarea"
                | "com.atlassian.jira.plugin.system.customfieldtypes:textfield"
                | "com.atlassian.jira.plugin.system.customfieldtypes:url"
                | "com.atlassian.jira.plugin.system.customfieldtypes:userpicker"
                | "com.atlassian.jira.plugin.system.customfieldtypes:version",
            >;
        },
        $loose,
    > = CustomFieldDefinitionSchema

    Renamed to CustomFieldDefinitionSchema, which describes the same shape. This alias is removed in the next major version.