Is config file using v3.0.0 schema?
Arguments
- config_path
Either a character string of a path to a local JSON config file, a character string of the URL to the raw contents of a JSON config file (e.g on GitHub) or an object of class
<SubTreeFileSystem>
created using functionsarrow::s3_bucket()
and associated methods for creating paths to JSON config files within the bucket.
Examples
config_path <- system.file("config", "tasks.json", package = "hubUtils")
is_v3_config_file(config_path)
#> [1] TRUE