hubValidations 0.9.0
- Re-exported functions useful for modelers (#149):
hubUtils::read_config()
andhubUtils::read_config_file()
for reading in hub configuration files.hubData::create_hub_schema()
andhubData::coerce_to_hub_schema()
for creating and coercing data to the hub schema.
- Validation of v4 hubs now fully supported (#155, #156, #159). This includes:
- support for the v4 specification of
output_type_ids
. - use of the new
is_required
property to determine whether output types are required or not. derived_task_ids
are now extracted from thetasks.json
config by default.
See the schemas
repository NEWS.md
for more details.