Skip to content

Variable: FieldsSchemeItemParameterSchema

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

Defined in: src/cloud/models/fieldsSchemeItemParameter.ts:8

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