Is config file using v3.0.0 schema?
Examples
config_path <- system.file("config", "tasks.json", package = "hubUtils")
is_v3_config_file(config_path)
#> [1] TRUE
Is config file using v3.0.0 schema?
config_path <- system.file("config", "tasks.json", package = "hubUtils")
is_v3_config_file(config_path)
#> [1] TRUE