The quotes around the $id and $schema properties are redundant on the yaml files, it is valid yaml when u omit the quotes.
Unfortunately, because they are also the first properties in the document, it also breaks parsing with the vscode-yaml extension, as filed here: redhat-developer/vscode-yaml#1275. Although that might not be the best argument, I don't see any reason to keep it.
The quotes around the
$idand$schemaproperties are redundant on the yaml files, it is valid yaml when u omit the quotes.Unfortunately, because they are also the first properties in the document, it also breaks parsing with the vscode-yaml extension, as filed here: redhat-developer/vscode-yaml#1275. Although that might not be the best argument, I don't see any reason to keep it.