Variable: JQLReferenceDataSchema
ts
const JQLReferenceDataSchema: ZodObject<{
jqlReservedWords: ZodOptional<ZodArray<ZodString>>;
visibleFieldNames: ZodOptional<ZodArray<ZodObject<{
auto: ZodOptional<ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>>;
cfid: ZodOptional<ZodString>;
deprecated: ZodOptional<ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>>;
deprecatedSearcherKey: ZodOptional<ZodString>;
displayName: ZodOptional<ZodString>;
operators: ZodOptional<ZodArray<ZodString>>;
orderable: ZodOptional<ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>>;
searchable: ZodOptional<ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>>;
types: ZodOptional<ZodArray<ZodString>>;
value: ZodOptional<ZodString>;
}, $loose>>>;
visibleFunctionNames: ZodOptional<ZodArray<ZodObject<{
displayName: ZodOptional<ZodString>;
isList: ZodOptional<ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>>;
supportsListAndSingleValueOperators: ZodOptional<ZodCustom<"false" | "true" | string & object, "false" | "true" | string & object>>;
types: ZodOptional<ZodArray<ZodString>>;
value: ZodOptional<ZodString>;
}, $loose>>>;
}, $loose>;Defined in: src/cloud/models/jqlReferenceData.ts:7
Lists of JQL reference data.