On 2025-01-17, the hubverse development team released the v5 schemas.
This release contains the following changes:
- Added explicit checks of
round_id
format through a regex pattern check to theround.round_id
property whenround.round_id_from_variable
isfalse
. 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_keys
object 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_variable
andtarget_outcome
properties are removed from the standard Task IDs that can be validated against the schema (hubverse-org/schemas#117).