Loads the vendored BIDS JSON schema and caches the result in the package environment so repeated calls within a session are free.
Examples
# \donttest{
s <- bids_schema()
names(s)
#> [1] "schema_version" "bids_version" "meta" "objects"
#> [5] "rules"
# }