The file was using an older schema specification, which while it worked, it would break on the schema validation provided by vscode-yaml extension. This PR moves it to use the version 3 schema, and by extension be validated via the above extension again for local development.
The file was using an older schema specification, which while it worked, it would break on the schema validation provided by vscode-yaml extension. This PR moves it to use the version 3 schema, and by extension be validated via the above extension again for local development.