According to the [docs](https://docs.getdbt.com/reference/resource-configs/bigquery-configs#authorized-views), the grant_access_to should be an array of "project" and "data**set**", but the json schema it only allows "project" and "data**base**".    The fix would be to update the [json schema](https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_yml_files-latest.json) to reflect the documentation.