@openframe-org/criteria-set-protocol 2.5.0 → 3.0.0-alpha.10

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.
@@ -23,7 +23,7 @@ exports.criteriaTreeSchema = data_map_1.dataMapSchema
23
23
  .describe("Themes, the top-level layer of the tree"),
24
24
  certificationDefinitions: zod_1.z
25
25
  .array(certification_1.certificationDefinitionSchema)
26
- .optional()
26
+ .nullable()
27
27
  .describe("Definitions of the attainable certifications"),
28
28
  options: criteria_set_1.criteriaSetOptionsSchema.describe("Configuration options for the criteria set display and behavior"),
29
29
  });