On 2025-01-17, the hubverse development team released the v5 schemas.
This release contains the following changes:
- Added explicit checks of
round_idformat through a regex pattern check to theround.round_idproperty whenround.round_id_from_variableisfalse. This provides upfront validation of the expected format of manually-supplied round IDs (i.e. those not sourced from a task ID) (hubverse-org/schemas#112). - BREAKING CHANGE: Restricted the
target_metadata.target_keysobject to contain only a single key value pair (if not null). This means that target keys can now only consist of a single value from a single task ID (hubverse-org/schemas#117). - BREAKING CHANGE The
target_variableandtarget_outcomeproperties are removed from the standard Task IDs that can be validated against the schema (hubverse-org/schemas#117).