Skip to content

Variable: FieldReferenceDataSchema

ts
const FieldReferenceDataSchema: 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>;

Defined in: src/cloud/models/fieldReferenceData.ts:5

Details of a field that can be used in advanced searches.