Skip to content

Variable: TabPayloadSchema

ts
const TabPayloadSchema: ZodObject<{
  fields: ZodOptional<ZodArray<ZodObject<{
     anID: ZodOptional<ZodBoolean>;
     areference: ZodOptional<ZodBoolean>;
     entityId: ZodOptional<ZodString>;
     entityType: ZodOptional<ZodString>;
     id: ZodOptional<ZodString>;
     type: ZodOptional<ZodCustom<"id" | "ref" | string & object, "id" | "ref" | string & object>>;
  }, $loose>>>;
  name: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/tabPayload.ts:9

Defines the payload for the tabs of the screen. See https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields/#api-rest-api-3-screens-screenid-tabs-tabid-fields-post