Update schema locations for grunt tasks to include v1 schemas?
Is the plan to phase out legacy schemas in the future? Will new plugins still be required to support legacy schemas once the v1 AAT is released?
Should schemaLocations include the v1 schema.json paths, and fallback to legacy .schema files only if missing? I assume we will want to be in a position to not have to support both versions at some point.
Is the plan to phase out legacy schemas in the future?
Yes.
Will new plugins still be required to support legacy schemas once the v1 AAT is released?
More likely until when the support for the new schemas is introduced throughout.
Should schemaLocations include the v1 schema.json paths, and fallback to legacy .schema files only if missing? I assume we will want to be in a position to not have to support both versions at some point.
The schemas are not backward compatible, so it's more than just changing the locations path. The _globals for example are different.