@openframe-org/criteria-set-protocol 2.5.2 → 2.6.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,7 +126,6 @@ exports.taskItemSchema = common_1.abstractElementSchema
126
126
  .literal("task-item")
127
127
  .describe("Identifies the schema type as a task item"),
128
128
  data: exports.taskItemDataSchema
129
- .optional()
130
129
  .describe("Additional data associated with the task item"),
131
130
  definition: exports.taskItemDefinitionSchema.describe("The definition that specifies the type and behavior of the task item"),
132
131
  description: zod_1.z